OPAL (Object Oriented Parallel Accelerator Library) 2022.1
OPAL
PyOpalElement.cpp
Go to the documentation of this file.
3
5
6//using namespace boost::python;
7namespace PyOpal {
8namespace PyOpalElement {
9
10std::string track_run_docstring = std::string();
11
12
13const char* module_docstring = "opal element base class";
14
15template <>
16std::vector<PyOpalObjectNS::AttributeDef> PyOpalObjectNS::PyOpalObject<OpalElement>::attributes = {
17};
18
19template <>
21
22
23template <>
25
26BOOST_PYTHON_MODULE(opal_element) {
29 element.make_class("OpalElement");
30}
31
32}
33}
BOOST_PYTHON_MODULE(boost_field)
const char * module_docstring
std::string track_run_docstring
boost::python::class_< PyC > make_class(const char *className)
Definition: PyOpalObject.h:439