ppap4lmp  0.7.2
py_add_molecular_orientation.cpp
Go to the documentation of this file.
1 
9 
11 {
12  py::class_<AddMolecularOrientation,PyUpdater<AddMolecularOrientation>,Adder,Updater,ShPtr<AddMolecularOrientation>>(m, "AddMolecularOrientation")
13  .def(py::init<>());
14 }
Updater is an abstract class to update data held by an Element object.
Definition: updater.h:34
Adder adds new properties to a non-empty Element object.
Definition: adder.h:24
std::shared_ptr< T > ShPtr
ShPtr is an alias for shared pointer.
Definition: std.h:16
void py_add_molecular_orientation(py::module &m)
Bind AddMolecularOrientation class to Python.
This file is for binding AddMolecularOrientation class to Python.