Public Member Functions | Private Types | Private Attributes | List of all members
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]

Public Member Functions

 vgl_rtree_polygon_probe (vgl_polygon< T > const &poly)
 
bool meets (V const &v) const override
 return true if the probe "meets" the given object. More...
 
bool meets (B const &b) const override
 

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 146 of file vgl_rtree_c.h.

Member Typedef Documentation

◆ T

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

Definition at line 148 of file vgl_rtree_c.h.

Constructor & Destructor Documentation

◆ vgl_rtree_polygon_probe()

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 151 of file vgl_rtree_c.h.

Member Function Documentation

◆ meets() [1/2]

template<class V , class B , class C >
bool vgl_rtree_polygon_probe< V, B, C >::meets ( V const &  v) const
inlineoverridevirtual

return true if the probe "meets" the given object.

Reimplemented from vgl_rtree_probe< V, B, C >.

Definition at line 154 of file vgl_rtree_c.h.

◆ meets() [2/2]

template<class V , class B , class C >
bool vgl_rtree_polygon_probe< V, B, C >::meets ( B const &  b) const
inlineoverridevirtual

Implements vgl_rtree_probe< V, B, C >.

Definition at line 155 of file vgl_rtree_c.h.

Member Data Documentation

◆ poly_

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

Definition at line 149 of file vgl_rtree_c.h.


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