MonoSearchVisitor executes a monochromatic range search on the given RSType. More...

Public Member Functions | |
| MonoSearchVisitor (const math::Range &range, std::vector< std::vector< size_t >> &neighbors, std::vector< std::vector< double >> &distances) | |
| Construct the MonoSearchVisitor with the given parameters. More... | |
template < typename RSType > | |
| void | operator() (RSType *rs) const |
| Perform monochromatic search with the given RangeSearch object. More... | |
MonoSearchVisitor executes a monochromatic range search on the given RSType.
Range Search is performed on the reference set itself, no querySet.
Definition at line 40 of file rs_model.hpp.
|
inline |
Construct the MonoSearchVisitor with the given parameters.
Definition at line 56 of file rs_model.hpp.
| void operator() | ( | RSType * | rs | ) | const |
Perform monochromatic search with the given RangeSearch object.