ppap4lmp  0.7.2
py_fil_set.h
Go to the documentation of this file.
1 
8 #ifndef PYBIND_FIL_SET_H
9 #define PYBIND_FIL_SET_H
10 
11 #include <filters/fil_set.h>
13 
15 namespace pybind
16 {
71  void py_fil_set(py::module &m);
72 }
73 
74 #endif
Namespace for functions to bind C++ classes to Python.
This file is for binding Filter class to Python.
void py_fil_set(py::module &m)
Bind FilSet class to Python.
Definition: py_fil_set.cpp:10
This file has a definition of FilSet class, which is a subclass of Filter class.