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

Internal node structure containing the y-sorted secondary array. More...

Collaboration diagram for Aleph::RangeTree2D::Node:
[legend]

Public Attributes

Array< Pointy_sorted
 Points in this node's x-range, sorted by y.
 

Detailed Description

Internal node structure containing the y-sorted secondary array.

Definition at line 8636 of file geom_algorithms.H.

Member Data Documentation

◆ y_sorted

Array<Point> Aleph::RangeTree2D::Node::y_sorted

Points in this node's x-range, sorted by y.

Definition at line 8638 of file geom_algorithms.H.


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