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

Key for identifying a triangle by its vertex indices. More...

Collaboration diagram for Aleph::VoronoiDiagramFortune::TriKey:
[legend]

Public Member Functions

bool operator< (const TriKey &o) const
 

Public Attributes

size_t a = 0
 
size_t b = 0
 
size_t c = 0
 

Detailed Description

Key for identifying a triangle by its vertex indices.

Definition at line 4317 of file geom_algorithms.H.

Member Function Documentation

◆ operator<()

bool Aleph::VoronoiDiagramFortune::TriKey::operator< ( const TriKey o) const
inline

Definition at line 4323 of file geom_algorithms.H.

References a, b, c, and Aleph::divide_and_conquer_partition_dp().

Member Data Documentation

◆ a

size_t Aleph::VoronoiDiagramFortune::TriKey::a = 0

Definition at line 4319 of file geom_algorithms.H.

Referenced by operator<().

◆ b

size_t Aleph::VoronoiDiagramFortune::TriKey::b = 0

Definition at line 4320 of file geom_algorithms.H.

Referenced by operator<().

◆ c

size_t Aleph::VoronoiDiagramFortune::TriKey::c = 0

Definition at line 4321 of file geom_algorithms.H.

Referenced by operator<().


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