void registerExceptions()
Register exception translations with boost.
void Initialise()
Globals namespace provides routines to initialise global objects:
BOOST_PYTHON_MODULE(beam)
PyOpalObject<C> is the basic wrapper class for Opal Objects.
void addRegister(PYCLASS &pyclass)
Add a "register" method to the python class (to register against opal global data object)
boost::python::class_< PyC > make_class(const char *className)
This is the basic method to make a class for OpalObjects.