Function predicate object for querying the tree. More...
#include <vgl_algo_fwd.h>

Public Member Functions | |
| virtual | ~vgl_rtree_probe ()=default |
| virtual bool | meets (V const &v) const |
| return true if the probe "meets" the given object. More... | |
| virtual bool | meets (B const &b) const =0 |
Function predicate object for querying the tree.
Definition at line 30 of file vgl_algo_fwd.h.
|
virtualdefault |
|
inlinevirtual |
return true if the probe "meets" the given object.
Reimplemented in vgl_rtree_polygon_probe< V, B, C >.
Definition at line 28 of file vgl_rtree.h.
|
pure virtual |
Implemented in vgl_rtree_polygon_probe< V, B, C >.
1.8.15