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

Result bundle for range-tree query visualization. More...

#include <tikzgeom_algorithms.H>

Collaboration diagram for Aleph::RangeTreeQueryVizResult:
[legend]

Public Attributes

RangeTree2D::DebugSnapshot snapshot
 
Rectangle query_rect
 
DynList< Pointquery_hits
 

Detailed Description

Result bundle for range-tree query visualization.

Definition at line 1066 of file tikzgeom_algorithms.H.

Member Data Documentation

◆ query_hits

DynList<Point> Aleph::RangeTreeQueryVizResult::query_hits

Definition at line 1070 of file tikzgeom_algorithms.H.

◆ query_rect

Rectangle Aleph::RangeTreeQueryVizResult::query_rect

Definition at line 1069 of file tikzgeom_algorithms.H.

◆ snapshot

RangeTree2D::DebugSnapshot Aleph::RangeTreeQueryVizResult::snapshot

Definition at line 1068 of file tikzgeom_algorithms.H.

Referenced by Aleph::visualize_range_tree_query().


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