Public Member Functions
vgl_rtree_probe< V, B, C > Class Template Reference

Function predicate object for querying the tree. More...

#include <vgl_rtree.h>

Inheritance diagram for vgl_rtree_probe< V, B, C >:
Inheritance graph
[legend]

List of all members.

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

Detailed Description

template<class V, class B, class C>
class vgl_rtree_probe< V, B, C >

Function predicate object for querying the tree.

Definition at line 23 of file vgl_rtree.h.


Constructor & Destructor Documentation

template<class V, class B, class C>
virtual vgl_rtree_probe< V, B, C >::~vgl_rtree_probe ( ) [inline, virtual]

Definition at line 26 of file vgl_rtree.h.


Member Function Documentation

template<class V, class B, class C>
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.

template<class V, class B, class C>
virtual bool vgl_rtree_probe< V, B, C >::meets ( B const &  b) const [pure virtual]

The documentation for this class was generated from the following file: