8 #ifndef PYBIND_FIL_COMPARISON_H 9 #define PYBIND_FIL_COMPARISON_H Namespace for functions to bind C++ classes to Python.
This file has a definition of FilComparison class, which is a subclass of Filter class.
This file is for binding Filter class to Python.
void py_fil_comparison(py::module &m)
Bind FilComparison class to Python.