#include <vgl_rtree_c.h>
Public Member Functions | |
vgl_rtree_polygon_probe (vgl_polygon< T > const &poly) | |
virtual bool | meets (V const &v) const |
return true if the probe "meets" the given object. | |
virtual bool | meets (B const &b) const |
Private Types | |
typedef C::t_type | T |
Private Attributes | |
vgl_polygon< T > | poly_ |
Definition at line 154 of file vgl_rtree_c.h.
typedef C::t_type vgl_rtree_polygon_probe< V, B, C >::T [private] |
Definition at line 156 of file vgl_rtree_c.h.
vgl_rtree_polygon_probe< V, B, C >::vgl_rtree_polygon_probe | ( | vgl_polygon< T > const & | poly | ) | [inline] |
Definition at line 159 of file vgl_rtree_c.h.
virtual bool vgl_rtree_polygon_probe< V, B, C >::meets | ( | V const & | v | ) | const [inline, virtual] |
return true if the probe "meets" the given object.
Reimplemented from vgl_rtree_probe< V, B, C >.
Definition at line 162 of file vgl_rtree_c.h.
virtual bool vgl_rtree_polygon_probe< V, B, C >::meets | ( | B const & | b | ) | const [inline, virtual] |
Implements vgl_rtree_probe< V, B, C >.
Definition at line 163 of file vgl_rtree_c.h.
vgl_polygon<T> vgl_rtree_polygon_probe< V, B, C >::poly_ [private] |
Definition at line 157 of file vgl_rtree_c.h.