This file is for binding FilSet class to Python.
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...
std::string Str
Str is an alias for string.
std::unordered_set< T > Set
Set is an alias for unordered set (same as set in Python).
void py_fil_set(py::module &m)
Bind FilSet class to Python.
std::shared_ptr< T > ShPtr
ShPtr is an alias for shared pointer.
std::unordered_map< T, U > Map
Map is an alias for unordered map (same as dict in Python).