Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
Loading...
Searching...
No Matches
Aleph::AABBTreeQueryVizResult Struct Reference

Result bundle for AABB query visualization. More...

#include <tikzgeom_algorithms.H>

Collaboration diagram for Aleph::AABBTreeQueryVizResult:
[legend]

Public Attributes

AABBTree::DebugSnapshot snapshot
 
Rectangle query_rect
 
Array< size_t > query_hit_ids
 

Detailed Description

Result bundle for AABB query visualization.

Definition at line 1143 of file tikzgeom_algorithms.H.

Member Data Documentation

◆ query_hit_ids

Array<size_t> Aleph::AABBTreeQueryVizResult::query_hit_ids

Definition at line 1147 of file tikzgeom_algorithms.H.

◆ query_rect

Rectangle Aleph::AABBTreeQueryVizResult::query_rect

Definition at line 1146 of file tikzgeom_algorithms.H.

◆ snapshot

AABBTree::DebugSnapshot Aleph::AABBTreeQueryVizResult::snapshot

Definition at line 1145 of file tikzgeom_algorithms.H.

Referenced by Aleph::visualize_aabb_tree_query().


The documentation for this struct was generated from the following file: