15 #ifndef BORNAGAIN_CORE_EXPORT_EXPORTTOPYTHON_H
16 #define BORNAGAIN_CORE_EXPORT_EXPORTTOPYTHON_H
28 std::string generateSampleCode(
const MultiLayer& multilayer);
29 std::string generateSimulationCode(
const Simulation& simulation);
30 std::string generatePyExportTest(
const Simulation& simulation);
Our sample model: a stack of layers one below the other.
Pure virtual base class of OffSpecularSimulation, GISASSimulation and SpecularSimulation.
Contains main methods to generate Python scripts from Core simulation objects.