ppap4lmp  0.7.2
py_add_child_positions.h
Go to the documentation of this file.
1 
8 #ifndef PYBIND_ADD_CHILD_POSITIONS_H
9 #define PYBIND_ADD_CHILD_POSITIONS_H
10 
12 #include <pybind/adders/py_adder.h>
13 
15 namespace pybind
16 {
45  void py_add_child_positions(py::module &m);
46 }
47 
48 #endif
Namespace for functions to bind C++ classes to Python.
void py_add_child_positions(py::module &m)
Bind AddChildPositions class to Python.
This file is for binding Adder class to Python.
This file has a definition of AddChildPositions class, which is a subclass of Adder class...