BornAgain
1.19.79
Open-source research software to simulate and fit neutron and x-ray reflectometry and grazing-incidence small-angle scattering
|
Defines family of PyFittingCallbacks classes.
Definition in file PyFittingCallbacks.h.
Go to the source code of this file.
Classes | |
class | PyBuilderCallback |
Builds simulation object using a Python callable. Base class to wrap Python callable and pass it to C++. Used in swig interface file, intended to be overloaded from Python. More... | |
class | PyObserverCallback |
Observer for FitObjective based on Python callable. Base class to wrap Python callable and pass it to C++. Used in swig interface file, intended to be overloaded from Python. More... | |