11"The line module handles building of a line of elements in OPAL";
void registerExceptions()
BOOST_PYTHON_MODULE(line)
const char * module_docstring
void append(boost::python::object element)
void setElement(int i, boost::python::object element)
boost::python::class_< PyLine > make_class(const char *className)
boost::python::object getElement(int i)
void addGetOpalElement(PYCLASS &pyclass)