Go to the source code of this file.
◆ export_Expansion()
void export_Expansion |
( |
| ) |
|
Definition at line 43 of file Python/Expansion.cpp.
45 py::class_<Expansion, std::shared_ptr<Expansion>, py::bases<StdExpansion>,
46 boost::noncopyable>(
"Expansion", py::no_init)
48 .def(
"GetGeom", &Expansion::GetGeom)
49 .def(
"Reset", &Expansion::Reset);
Referenced by BOOST_PYTHON_MODULE().