|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
Result bundle for AABB query visualization. More...
#include <tikzgeom_algorithms.H>
Public Attributes | |
| AABBTree::DebugSnapshot | snapshot |
| Rectangle | query_rect |
| Array< size_t > | query_hit_ids |
Result bundle for AABB query visualization.
Definition at line 1143 of file tikzgeom_algorithms.H.
| Array<size_t> Aleph::AABBTreeQueryVizResult::query_hit_ids |
Definition at line 1147 of file tikzgeom_algorithms.H.
| Rectangle Aleph::AABBTreeQueryVizResult::query_rect |
Definition at line 1146 of file tikzgeom_algorithms.H.
| AABBTree::DebugSnapshot Aleph::AABBTreeQueryVizResult::snapshot |
Definition at line 1145 of file tikzgeom_algorithms.H.
Referenced by Aleph::visualize_aabb_tree_query().