BornAgain  1.19.0
Simulate and fit neutron and x-ray scattering at grazing incidence
PyImport.h File Reference

Defines PyImport namespace. More...

Include dependency graph for PyImport.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 PyImport
 

Macros

#define BORNAGAIN_SAMPLE_MULTILAYER_PYIMPORT_H
 

Functions

std::unique_ptr< MultiLayerPyImport::createFromPython (const std::string &script, const std::string &functionName, const std::string &path="")
 Creates a multi layer by running python code in embedded interpreter. More...
 
std::vector< std::string > PyImport::listOfFunctions (const std::string &script, const std::string &path="")
 Returns list of functions defined in the script. More...
 

Detailed Description

Defines PyImport namespace.

Homepage:\n http://www.bornagainproject.org
License:\n GNU General Public License v3 or higher (see COPYING)
Authors
Scientific Computing Group at MLZ (see CITATION, AUTHORS)

Definition in file PyImport.h.

Macro Definition Documentation

◆ BORNAGAIN_SAMPLE_MULTILAYER_PYIMPORT_H

#define BORNAGAIN_SAMPLE_MULTILAYER_PYIMPORT_H

Definition at line 21 of file PyImport.h.