Function predicate object for querying the tree. More...
#include <vgl_rtree.h>
Public Member Functions | |
virtual | ~vgl_rtree_probe () |
virtual bool | meets (V const &v) const |
return true if the probe "meets" the given object. | |
virtual bool | meets (B const &b) const =0 |
Function predicate object for querying the tree.
Definition at line 23 of file vgl_rtree.h.
virtual vgl_rtree_probe< V, B, C >::~vgl_rtree_probe | ( | ) | [inline, virtual] |
Definition at line 26 of file vgl_rtree.h.
virtual bool vgl_rtree_probe< V, B, C >::meets | ( | V const & | v | ) | const [inline, virtual] |
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.
virtual bool vgl_rtree_probe< V, B, C >::meets | ( | B const & | b | ) | const [pure virtual] |
Implemented in vgl_rtree_polygon_probe< V, B, C >.