16 #error no need to expose this header to Swig
20 #ifndef BORNAGAIN_CORE_EXPORT_SIMULATIONTOPYTHON_H
21 #define BORNAGAIN_CORE_EXPORT_SIMULATIONTOPYTHON_H
Abstract base class of OffSpecularSimulation, GISASSimulation and SpecularSimulation.
Write a Python script that allows to run the current simulation.
std::string simulationSaveCode(const ISimulation &simulation, const std::string &fname)
Returns a Python script that runs a simulation and saves the result to a file.
std::string simulationPlotCode(const ISimulation &simulation)
Returns a Python script that runs a simulation and plots the result.