OPAL (Object Oriented Parallel Accelerator Library) 2022.1
OPAL
|
Functions | |
int | initialise_from_opal_file (std::string file_name) |
boost::python::list | list_objects () |
BOOST_PYTHON_MODULE (parser) | |
Variables | |
std::string | initialise_from_opal_file_docstring |
std::string | list_objects_docstring |
std::string | module_docstring |
PyOpal::PyParser::BOOST_PYTHON_MODULE | ( | parser | ) |
Definition at line 53 of file PyParser.cpp.
References initialise_from_opal_file(), initialise_from_opal_file_docstring, list_objects(), list_objects_docstring, module_docstring, and PyOpal::ExceptionTranslation::registerExceptions().
int PyOpal::PyParser::initialise_from_opal_file | ( | std::string | file_name | ) |
Definition at line 22 of file PyParser.cpp.
References opalMain().
Referenced by BOOST_PYTHON_MODULE().
boost::python::list PyOpal::PyParser::list_objects | ( | ) |
Definition at line 40 of file PyParser.cpp.
References OpalData::getAllNames(), and OpalData::getInstance().
Referenced by BOOST_PYTHON_MODULE().
std::string PyOpal::PyParser::initialise_from_opal_file_docstring |
Definition at line 12 of file PyParser.cpp.
Referenced by BOOST_PYTHON_MODULE().
std::string PyOpal::PyParser::list_objects_docstring |
Definition at line 33 of file PyParser.cpp.
Referenced by BOOST_PYTHON_MODULE().
std::string PyOpal::PyParser::module_docstring |
Definition at line 50 of file PyParser.cpp.
Referenced by BOOST_PYTHON_MODULE().