Particle Identification and Tracking
|
a trivial filter class that does nothing More...
#include <filter.h>
Public Member Functions | |
bool | operator() (int, int) const |
Returns true if the particle at index in frame passes what every criteria that the subclasses implement. More... | |
void | set_wrapper (const Wrapper_in *) |
Sets pointer to Wrapper_in to read data from. More... | |
FILT_TYPE | get_type () const |
Returns filter type. More... | |
Filter_trivial () | |
~Filter_trivial () | |
a trivial filter class that does nothing
|
inline |
|
inline |
|
inlinevirtual |
|
inlinevirtual |
Returns true if the particle at index in frame passes what every criteria that the subclasses implement.
Implements utilities::Filter.
|
inlinevirtual |
Sets pointer to Wrapper_in to read data from.
Implements utilities::Filter.