ppap4lmp  0.7.2
py_sta_dump_box.h
Go to the documentation of this file.
1 
8 #ifndef PYBIND_STA_DUMP_BOX_H
9 #define PYBIND_STA_DUMP_BOX_H
10 
11 #include <starters/sta_dump_box.h>
13 
15 namespace pybind
16 {
56  void py_sta_dump_box(py::module &m);
57 }
58 
59 #endif
Namespace for functions to bind C++ classes to Python.
This file has a definition of StaDumpBox class, which is a subclass of Starter class.
void py_sta_dump_box(py::module &m)
Bind StaDumpBox class to Python.
This file is for binding Starter class to Python.