40 namespace PyTrackCmdNS {
46 objectPtr->setIsParseable(
false);
54 auto trackClass = trackCmd.
make_class(
"Track");
void registerExceptions()
Register exception translations with boost.
void Initialise()
Globals namespace provides routines to initialise global objects:
void executeWrapper(PyOpalObjectNS::PyOpalObject< TrackCmd > &cmd)
BOOST_PYTHON_MODULE(track)
PyOpalObject<C> is the basic wrapper class for Opal Objects.
std::shared_ptr< C > getOpalShared()
Returns the Opal Object from the PyOpalObject.
boost::python::class_< PyC > make_class(const char *className)
This is the basic method to make a class for OpalObjects.