vgl_rtree Class C for V=vgl_point_2d<T>, B = vgl_box_2d<T>. More...
#include <vgl_rtree_c.h>
Public Types | |
| typedef vgl_point_2d< T > | v_type |
| typedef vgl_box_2d< T > | b_type |
| typedef T | t_type |
Static Public Member Functions | |
| static void | init (vgl_box_2d< T > &b, vgl_point_2d< T > const &p) |
| static void | update (vgl_box_2d< T > &b, vgl_point_2d< T > const &p) |
| static void | update (vgl_box_2d< T > &b0, vgl_box_2d< T > const &b1) |
| static bool | meet (vgl_box_2d< T > const &b, vgl_point_2d< T > const &p) |
| static bool | meet (vgl_box_2d< T > const &b0, vgl_box_2d< T > const &b1) |
| static float | volume (vgl_box_2d< T > const &b) |
| static bool | meets (vgl_point_2d< T > const &v, vgl_polygon< T > poly) |
| static bool | meets (vgl_box_2d< T > const &b, vgl_polygon< T > poly) |
Private Member Functions | |
| vgl_rtree_point_box_2d ()=delete | |
| ~vgl_rtree_point_box_2d ()=delete | |
vgl_rtree Class C for V=vgl_point_2d<T>, B = vgl_box_2d<T>.
Definition at line 27 of file vgl_rtree_c.h.
| typedef vgl_box_2d<T> vgl_rtree_point_box_2d< T >::b_type |
Definition at line 35 of file vgl_rtree_c.h.
| typedef T vgl_rtree_point_box_2d< T >::t_type |
Definition at line 36 of file vgl_rtree_c.h.
| typedef vgl_point_2d<T> vgl_rtree_point_box_2d< T >::v_type |
Definition at line 34 of file vgl_rtree_c.h.
|
privatedelete |
|
privatedelete |
|
inlinestatic |
Definition at line 38 of file vgl_rtree_c.h.
|
inlinestatic |
Definition at line 47 of file vgl_rtree_c.h.
|
inlinestatic |
Definition at line 50 of file vgl_rtree_c.h.
|
inlinestatic |
Definition at line 59 of file vgl_rtree_c.h.
|
inlinestatic |
Definition at line 63 of file vgl_rtree_c.h.
|
inlinestatic |
Definition at line 41 of file vgl_rtree_c.h.
|
inlinestatic |
Definition at line 44 of file vgl_rtree_c.h.
|
inlinestatic |
Definition at line 55 of file vgl_rtree_c.h.
1.8.15