8 #ifndef PYBIND_FILTER_H 9 #define PYBIND_FILTER_H 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.
This file is for binding Updater class to Python.