#include <Rtree.h>
Public Methods | |
void | init () |
Searcher () | |
void | setRep (SearcherRep *rep) |
Searcher (SearcherRep *rep) | |
void | init (XyRtree &) |
Searcher (XyRtree &rtree) | |
~Searcher () | |
void | setRange (XyRange &r) |
void | setPreStart () |
int | nextStep () |
int | processVisits () |
int | visit () |
int | processVisits (XyRange &r) |
XyRange & | searchRng () |
void | expropriate () |
Searcher & | operator= (Searcher &) |
Public Attributes | |
SearcherRep * | rep |
CurRec | cur |
rep | is a searcher representation. |
cur | is information about the record in the current search position. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|