|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
Represents an edge in the power diagram. More...
#include <geom_algorithms.H>
Public Attributes | |
| size_t | site_u |
| Index of the first site sharing this edge. | |
| size_t | site_v |
| Index of the second site sharing this edge. | |
| Point | src |
| Source point of the edge. | |
| Point | tgt |
| Target point of the edge (if not unbounded). | |
| bool | unbounded |
| True if the edge is an unbounded ray. | |
| Point | direction |
| Direction vector for unbounded rays. | |
Represents an edge in the power diagram.
Definition at line 10922 of file geom_algorithms.H.
| Point Aleph::PowerDiagram::PowerEdge::direction |
Direction vector for unbounded rays.
Definition at line 10929 of file geom_algorithms.H.
| size_t Aleph::PowerDiagram::PowerEdge::site_u |
Index of the first site sharing this edge.
Definition at line 10924 of file geom_algorithms.H.
Referenced by Aleph::PowerDiagram::operator()().
| size_t Aleph::PowerDiagram::PowerEdge::site_v |
Index of the second site sharing this edge.
Definition at line 10925 of file geom_algorithms.H.
| Point Aleph::PowerDiagram::PowerEdge::src |
Source point of the edge.
Definition at line 10926 of file geom_algorithms.H.
| Point Aleph::PowerDiagram::PowerEdge::tgt |
Target point of the edge (if not unbounded).
Definition at line 10927 of file geom_algorithms.H.
| bool Aleph::PowerDiagram::PowerEdge::unbounded |
True if the edge is an unbounded ray.
Definition at line 10928 of file geom_algorithms.H.