Updater is an abstract class to update data held by an Element object.
Filter removes elements from array Element::data if the elements fail user-defined criteria...
This file is for binding Filter class to Python.
Trampoline class to bind Updater class and its subclasses to Python.
void py_filter(py::module &m)
Bind Filter class to Python.
std::shared_ptr< T > ShPtr
ShPtr is an alias for shared pointer.