Public Member Functions | List of all members
vgl_rtree_probe< V, B, C > Class Template Referenceabstract

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

#include <vgl_algo_fwd.h>

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

Public Member Functions

virtual ~vgl_rtree_probe ()=default
 
virtual bool meets (V const &v) const
 return true if the probe "meets" the given object. More...
 
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 30 of file vgl_algo_fwd.h.

Constructor & Destructor Documentation

◆ ~vgl_rtree_probe()

template<class V, class B, class C>
virtual vgl_rtree_probe< V, B, C >::~vgl_rtree_probe ( )
virtualdefault

Member Function Documentation

◆ meets() [1/2]

template<class V, class B, class C>
virtual bool vgl_rtree_probe< V, B, C >::meets ( V const &  v) const
inlinevirtual

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.

◆ meets() [2/2]

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 files: