19 PyBuilderCallback::PyBuilderCallback() =
default;
21 PyBuilderCallback::~PyBuilderCallback() =
default;
25 throw std::runtime_error(
"PyBuilderCallback::build_simulation() -> Error. Not implemented");
30 PyObserverCallback::PyObserverCallback() =
default;
32 PyObserverCallback::~PyObserverCallback() =
default;
36 throw std::runtime_error(
"PyObserverCallback::update() -> Error. Not implemented");
Defines family of PyFittingCallbacks classes.
Holds vector of SimDataPairs (experimental data and simulation results) for use in fitting.
A collection of fit parameters.
Pure virtual base class of OffSpecularSimulation, GISASSimulation and SpecularSimulation.