BornAgain  1.19.79
Open-source research software to simulate and fit neutron and x-ray reflectometry and grazing-incidence small-angle scattering
PyFittingCallbacks.h File Reference

Description

Defines family of PyFittingCallbacks classes.

Homepage:\n http://www.bornagainproject.org
License:\n GNU General Public License v3 or higher (see COPYING)
Authors
Scientific Computing Group at MLZ (see CITATION, AUTHORS)

Definition in file PyFittingCallbacks.h.

Include dependency graph for PyFittingCallbacks.h:
This graph shows which files directly or indirectly include this file:

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...