BornAgain
1.19.79
Open-source research software to simulate and fit neutron and x-ray reflectometry and grazing-incidence small-angle scattering
|
Wraps methods that serialize objects to Python.
Functions | |
std::string | sampleCode (const MultiLayer &sample) |
std::string | simulationPlotCode (const ISimulation &simulation) |
std::string | simulationSaveCode (const ISimulation &simulation, const std::string &fname) |
std::string Py::Export::sampleCode | ( | const MultiLayer & | sample | ) |
Definition at line 20 of file ExportToPython.cpp.
References SampleToPython::sampleCode().
std::string Py::Export::simulationPlotCode | ( | const ISimulation & | simulation | ) |
Definition at line 25 of file ExportToPython.cpp.
References SimulationToPython::simulationPlotCode().
std::string Py::Export::simulationSaveCode | ( | const ISimulation & | simulation, |
const std::string & | fname | ||
) |
Definition at line 30 of file ExportToPython.cpp.
References SimulationToPython::simulationSaveCode().