Classes
vgl_rtree_c.h File Reference

C helper classes for vgl_rtree. More...

#include <vgl/vgl_point_2d.h>
#include <vgl/vgl_box_2d.h>
#include <vgl/vgl_polygon.h>
#include <vgl/vgl_intersection.h>
#include <vgl/vgl_area.h>

Go to the source code of this file.

Classes

class  vgl_rtree_probe< V, B, C >
 Function predicate object for querying the tree. More...
 
class  vgl_rtree_point_box_2d< T >
 vgl_rtree Class C for V=vgl_point_2d<T>, B = vgl_box_2d<T>. More...
 
class  vgl_bbox_2d< Type >
 vgl_rtree Class C for V=vgl_box_2d<T>, B = vgl_rbox_2d<T>. More...
 
class  vgl_rtree_box_box_2d< T >
 
class  vgl_rtree_polygon_probe< V, B, C >
 

Detailed Description

C helper classes for vgl_rtree.

Author
J.L. Mundy
Date
November 14, 2008
  Modifications
   <None yet>

vgl_rtree stores elements of type V with regions described by bounds type B. The C helper class implements the bounding predicates between V and B. Thus V and B remain independent of each other.

Definition in file vgl_rtree_c.h.