15 #ifndef BORNAGAIN_CORE_EXPORT_EXPORTTOPYTHON_H 
   16 #define BORNAGAIN_CORE_EXPORT_EXPORTTOPYTHON_H 
Abstract base class of OffSpecularSimulation, GISASSimulation and SpecularSimulation.
 
Our sample model: a stack of layers one below the other.
 
Wraps methods that serialize objects to Python.
 
std::string sampleCode(const MultiLayer &multilayer)
 
std::string simulationSaveCode(const ISimulation &simulation, const std::string &fname)
 
std::string simulationPlotCode(const ISimulation &simulation)