![]() |
MaCh3
2.5.0
Reference Guide
|
#include <pybind11/pybind11.h>#include <pybind11/stl.h>#include "python/plotting.h"#include "python/fitters.h"#include "python/samples.h"#include "python/manager.h"#include "python/parameters.h"#include "python/splines.h"Go to the source code of this file.
Classes | |
| class | MaCh3PyBinder |
| 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... | |
Macros | |
| #define | MAKE_PYMACH3_MDULE(PYBINDER_CLASS) |
| Initialises the pyMaCh3 module. More... | |
Definition in file pyMaCh3.h.
| #define MAKE_PYMACH3_MDULE | ( | PYBINDER_CLASS | ) |
Initialises the pyMaCh3 module.
| PYBINDER_CLASS | The experiments binder class (derived from MaCh3PyBinder) which defines the binding. |