#include <vgl_rtree_c.h>
Public Types | |
| typedef vgl_box_2d< T > | v_type |
| typedef vgl_bbox_2d< T > | b_type |
| typedef T | t_type |
Static Public Member Functions | |
| static void | init (vgl_bbox_2d< T > &b, vgl_box_2d< T > const &v) |
| static void | update (vgl_bbox_2d< T > &b, vgl_box_2d< T > const &v) |
| static void | update (vgl_bbox_2d< T > &b0, vgl_bbox_2d< T > const &b1) |
| static bool | meet (vgl_bbox_2d< T > const &b0, vgl_box_2d< T > const &v) |
| static bool | meet (vgl_bbox_2d< T > const &b0, vgl_bbox_2d< T > const &b1) |
| static float | volume (vgl_box_2d< T > const &b) |
| static bool | meets (vgl_box_2d< T > const &b, vgl_polygon< T > poly) |
| static bool | meets (vgl_bbox_2d< T > const &b, vgl_polygon< T > poly) |
Private Member Functions | |
| vgl_rtree_box_box_2d ()=delete | |
| ~vgl_rtree_box_box_2d ()=delete | |
Definition at line 102 of file vgl_rtree_c.h.
| typedef vgl_bbox_2d<T> vgl_rtree_box_box_2d< T >::b_type |
Definition at line 110 of file vgl_rtree_c.h.
| typedef T vgl_rtree_box_box_2d< T >::t_type |
Definition at line 111 of file vgl_rtree_c.h.
| typedef vgl_box_2d<T> vgl_rtree_box_box_2d< T >::v_type |
Definition at line 109 of file vgl_rtree_c.h.
|
privatedelete |
|
privatedelete |
|
inlinestatic |
Definition at line 113 of file vgl_rtree_c.h.
|
inlinestatic |
Definition at line 122 of file vgl_rtree_c.h.
|
inlinestatic |
Definition at line 128 of file vgl_rtree_c.h.
|
inlinestatic |
Definition at line 138 of file vgl_rtree_c.h.
|
inlinestatic |
Definition at line 141 of file vgl_rtree_c.h.
|
inlinestatic |
Definition at line 116 of file vgl_rtree_c.h.
|
inlinestatic |
Definition at line 119 of file vgl_rtree_c.h.
|
inlinestatic |
Definition at line 134 of file vgl_rtree_c.h.
1.8.15