ppap4lmp  0.7.2
py_filter.h
Go to the documentation of this file.
1 
8 #ifndef PYBIND_FILTER_H
9 #define PYBIND_FILTER_H
10 
11 #include <filters/filter.h>
12 #include <pybind/py_updater.h>
13 
15 namespace pybind
16 {
25  void py_filter(py::module &m);
26 }
27 
28 #endif
Namespace for functions to bind C++ classes to Python.
This file has a definition of Filter class, which is a subclass of Updater class. ...
void py_filter(py::module &m)
Bind Filter class to Python.
Definition: py_filter.cpp:10
This file is for binding Updater class to Python.