Public Member Functions | Private Types | Private Attributes
vgl_rtree_polygon_probe< V, B, C > Class Template Reference

#include <vgl_rtree_c.h>

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

List of all members.

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< Tpoly_

Detailed Description

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

Definition at line 154 of file vgl_rtree_c.h.


Member Typedef Documentation

template<class V , class B , class C >
typedef C::t_type vgl_rtree_polygon_probe< V, B, C >::T [private]

Definition at line 156 of file vgl_rtree_c.h.


Constructor & Destructor Documentation

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


Member Function Documentation

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

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


Member Data Documentation

template<class V , class B , class C >
vgl_polygon<T> vgl_rtree_polygon_probe< V, B, C >::poly_ [private]

Definition at line 157 of file vgl_rtree_c.h.


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