ppap4lmp  0.7.2
py_processor.cpp
Go to the documentation of this file.
1 
8 #include "py_processor.h"
9 
10 void pybind::py_processor(py::module &m)
11 {
12  py::class_<
14  .def(py::init<>());
15 }
Trampoline class to bind Processor class and its subclasses to Python.
Definition: py_processor.h:22
This file is for binding Processor class to Python.
Processor analyzes data contained in one or more Generator objects.
Definition: processor.h:18
std::shared_ptr< T > ShPtr
ShPtr is an alias for shared pointer.
Definition: std.h:16
void py_processor(py::module &m)
Bind Processor class to Python.