ppap4lmp  0.7.2
py_filter.cpp
Go to the documentation of this file.
1 
8 #include "py_filter.h"
9 
10 void pybind::py_filter(py::module &m)
11 {
12  py::class_<
14  .def(py::init<>());
15 }
Updater is an abstract class to update data held by an Element object.
Definition: updater.h:34
Filter removes elements from array Element::data if the elements fail user-defined criteria...
Definition: filter.h:25
This file is for binding Filter class to Python.
Trampoline class to bind Updater class and its subclasses to Python.
Definition: py_updater.h:22
void py_filter(py::module &m)
Bind Filter class to Python.
Definition: py_filter.cpp:10
std::shared_ptr< T > ShPtr
ShPtr is an alias for shared pointer.
Definition: std.h:16