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

Represents a reference to a triangle edge. More...

#include <geom_algorithms.H>

Collaboration diagram for Aleph::GeomTriangleAdjacencyUtils::EdgeRef:
[legend]

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).
 

Detailed Description

Represents a reference to a triangle edge.

Definition at line 346 of file geom_algorithms.H.

Member Data Documentation

◆ third

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.

◆ tri

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().

◆ u

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().

◆ v

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().


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