|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
Represents an edge in the planar subdivision. More...
#include <geom_algorithms.H>
Public Attributes | |
| size_t | src |
| Index of the source vertex. | |
| size_t | tgt |
| Index of the target vertex. | |
| size_t | seg_idx |
| Index of the original segment that generated this edge. | |
Represents an edge in the planar subdivision.
Definition at line 10365 of file geom_algorithms.H.
| size_t Aleph::SegmentArrangement::ArrEdge::seg_idx |
Index of the original segment that generated this edge.
Definition at line 10369 of file geom_algorithms.H.
| size_t Aleph::SegmentArrangement::ArrEdge::src |
Index of the source vertex.
Definition at line 10367 of file geom_algorithms.H.
| size_t Aleph::SegmentArrangement::ArrEdge::tgt |
Index of the target vertex.
Definition at line 10368 of file geom_algorithms.H.