RBGen
Version of the Day
|
Range-based filter. More...
#include <RBGen_Filter.hpp>
Public Member Functions | |
Constructor/Destructor. | |
RangeFilter (SortType which, int minRank=1, int maxRank=1) | |
Default constructor. More... | |
virtual | ~RangeFilter () |
Destructor. More... | |
Filter Method | |
std::vector< int > | filter (const std::vector< ScalarType > &svals) |
Pass at most maxRank and at most minRank values through the filter. More... | |
Public Member Functions inherited from RBGen::Filter< ScalarType > | |
Filter (SortType which=LARGEST) | |
Default constructor. More... | |
virtual | ~Filter () |
Destructor. More... | |
Range-based filter.
Definition at line 55 of file RBGen_Filter.hpp.
|
inline |
Default constructor.
Definition at line 61 of file RBGen_Filter.hpp.
|
inlinevirtual |
Destructor.
Definition at line 70 of file RBGen_Filter.hpp.
|
inlinevirtual |
Pass at most maxRank and at most minRank values through the filter.
Implements RBGen::Filter< ScalarType >.
Definition at line 80 of file RBGen_Filter.hpp.