|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
Represents a reference to a triangle edge. More...
#include <geom_algorithms.H>
Public Attributes | |
| size_t | u |
| Index of the first vertex of the edge (u < v). | |
| size_t | v |
| Index of the second vertex of the edge (u < v). | |
| size_t | tri |
| Index of the triangle containing this edge. | |
| size_t | third |
| Index of the third vertex in the triangle (not on the edge). | |
Represents a reference to a triangle edge.
Definition at line 346 of file geom_algorithms.H.
| size_t Aleph::GeomTriangleAdjacencyUtils::EdgeRef::third |
Index of the third vertex in the triangle (not on the edge).
Definition at line 351 of file geom_algorithms.H.
| size_t Aleph::GeomTriangleAdjacencyUtils::EdgeRef::tri |
Index of the triangle containing this edge.
Definition at line 350 of file geom_algorithms.H.
Referenced by Aleph::GeomTriangleAdjacencyUtils::for_each_sorted_edge_group().
| size_t Aleph::GeomTriangleAdjacencyUtils::EdgeRef::u |
Index of the first vertex of the edge (u < v).
Definition at line 348 of file geom_algorithms.H.
Referenced by Aleph::GeomTriangleAdjacencyUtils::for_each_sorted_edge_group().
| size_t Aleph::GeomTriangleAdjacencyUtils::EdgeRef::v |
Index of the second vertex of the edge (u < v).
Definition at line 349 of file geom_algorithms.H.
Referenced by Aleph::GeomTriangleAdjacencyUtils::for_each_sorted_edge_group().