ppap4lmp  0.7.2
py_add_molecular_orientation.h
Go to the documentation of this file.
1 
9 #ifndef PYBIND_ADD_MOLECULAR_ORIENTATION_H
10 #define PYBIND_ADD_MOLECULAR_ORIENTATION_H
11 
13 #include <pybind/adders/py_adder.h>
14 
16 namespace pybind
17 {
61  void py_add_molecular_orientation(py::module &m);
62 }
63 
64 #endif
Namespace for functions to bind C++ classes to Python.
This file is for binding Adder class to Python.
This file has a definition of AddMolecularOrientation class, which is a subclass of Adder class...
void py_add_molecular_orientation(py::module &m)
Bind AddMolecularOrientation class to Python.