ppap4lmp  0.7.2
py_pro_data.h
Go to the documentation of this file.
1 
8 #ifndef PYBIND_PRO_DATA_H
9 #define PYBIND_PRO_DATA_H
10 
11 #include <processors/pro_data.h>
13 
15 namespace pybind
16 {
94  void py_pro_data(py::module &m);
95 }
96 
97 #endif
Namespace for functions to bind C++ classes to Python.
This file is for binding Processor class to Python.
This file has a definition of ProData class, which is a subclass of Processor class.
void py_pro_data(py::module &m)
Bind ProData class to Python.
Definition: py_pro_data.cpp:10