Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
Loading...
Searching...
No Matches
Aleph::BooleanPolygonOperations::GHNode Struct Reference
Collaboration diagram for Aleph::BooleanPolygonOperations::GHNode:
[legend]

Public Attributes

Point pt
 
bool intersect = false
 
bool entering = false
 
size_t neighbor = SIZE_MAX
 
bool visited = false
 
Geom_Number alpha = 0
 

Detailed Description

Definition at line 11398 of file geom_algorithms.H.

Member Data Documentation

◆ alpha

Geom_Number Aleph::BooleanPolygonOperations::GHNode::alpha = 0

Definition at line 11405 of file geom_algorithms.H.

◆ entering

bool Aleph::BooleanPolygonOperations::GHNode::entering = false

Definition at line 11402 of file geom_algorithms.H.

◆ intersect

bool Aleph::BooleanPolygonOperations::GHNode::intersect = false

Definition at line 11401 of file geom_algorithms.H.

◆ neighbor

size_t Aleph::BooleanPolygonOperations::GHNode::neighbor = SIZE_MAX

Definition at line 11403 of file geom_algorithms.H.

◆ pt

Point Aleph::BooleanPolygonOperations::GHNode::pt

◆ visited

bool Aleph::BooleanPolygonOperations::GHNode::visited = false

Definition at line 11404 of file geom_algorithms.H.


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