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

Represents a triangle by the indices of its three vertices. More...

#include <geom_algorithms.H>

Collaboration diagram for Aleph::DelaunayTriangulationBowyerWatson::IndexedTriangle:
[legend]

Public Attributes

size_t i
 Index of the first vertex.
 
size_t j
 Index of the second vertex.
 
size_t k
 Index of the third vertex.
 

Detailed Description

Represents a triangle by the indices of its three vertices.

The indices refer to the sites array in the Result structure.

Definition at line 2121 of file geom_algorithms.H.

Member Data Documentation

◆ i

size_t Aleph::DelaunayTriangulationBowyerWatson::IndexedTriangle::i

Index of the first vertex.

Definition at line 2123 of file geom_algorithms.H.

◆ j

size_t Aleph::DelaunayTriangulationBowyerWatson::IndexedTriangle::j

Index of the second vertex.

Definition at line 2124 of file geom_algorithms.H.

◆ k

size_t Aleph::DelaunayTriangulationBowyerWatson::IndexedTriangle::k

Index of the third vertex.

Definition at line 2125 of file geom_algorithms.H.


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