![]() |
MaCh3
2.5.0
Reference Guide
|
Base binder class which is used to set up python bindings. Experiments should derive from this to allow them to insert specialised classes into the pyMaCh3 module. More...
#include <python/pyMaCh3.h>
Public Member Functions | |
| virtual | ~MaCh3PyBinder () |
| void | initialise (py::module &m) |
Private Member Functions | |
| void | initPlotting (py::module &m) |
| void | initFitters (py::module &m) |
| void | initSamples (py::module &m) |
| void | initManager (py::module &m) |
| void | initParameters (py::module &m) |
| void | initSplines (py::module &m) |
| virtual void | initParametersExperiment (py::module &m_parameters) |
| virtual void | initPlottingExperiment (py::module &m_plotting) |
| virtual void | initFittersExperiment (py::module &m_fitters) |
| virtual void | initSamplesExperiment (py::module &m_samples) |
| virtual void | initManagerExperiment (py::module &m_manager) |
| virtual void | initSplinesExperiment (py::module &m_splines) |
| virtual void | initModulesExperiment (py::module &m) |
Base binder class which is used to set up python bindings. Experiments should derive from this to allow them to insert specialised classes into the pyMaCh3 module.
|
inlinevirtual |
|
inlineprivate |
Definition at line 59 of file pyMaCh3.h.
|
inlineprivatevirtual |
|
inlineprivate |
Definition at line 78 of file pyMaCh3.h.
|
inlineprivatevirtual |
|
inlineprivatevirtual |
|
inlineprivate |
Definition at line 87 of file pyMaCh3.h.
|
inlineprivatevirtual |
|
inlineprivate |
Definition at line 51 of file pyMaCh3.h.
|
inlineprivatevirtual |
|
inlineprivate |
Definition at line 68 of file pyMaCh3.h.
|
inlineprivatevirtual |
|
inlineprivate |
Definition at line 96 of file pyMaCh3.h.
|
inlineprivatevirtual |