Geogram Version 1.9.6-rc
A programming library of geometric algorithms
|
A (facet,seed) pair. More...
#include <geogram/voronoi/generic_RVD_utils.h>
Public Member Functions | |
FacetSeed (index_t f_in, index_t seed_in) | |
Creates a new FacetSeed. | |
FacetSeed () | |
Creates a new uninitialized FacetSeed. | |
bool | operator< (const FacetSeed &rhs) const |
Compares two facet seeds using lexicographic order. | |
Public Attributes | |
index_t | f |
index_t | seed |
A (facet,seed) pair.
Used by GEOGen::RestrictedVoronoiDiagram for propagating over the facet graph and the Delaunay 1-skeleton.
Definition at line 116 of file generic_RVD_utils.h.
|
inline |
Creates a new FacetSeed.
[in] | f_in | index of the facet |
[in] | seed_in | index of the seed |
Definition at line 123 of file generic_RVD_utils.h.
|
inline |
Creates a new uninitialized FacetSeed.
F and seed contain random values.
Definition at line 132 of file generic_RVD_utils.h.
|
inline |
Compares two facet seeds using lexicographic order.
Makes it possible to use FacetSeed as keys for std::set and std::map.
Definition at line 140 of file generic_RVD_utils.h.
index_t GEOGen::FacetSeed::f |
Definition at line 150 of file generic_RVD_utils.h.
index_t GEOGen::FacetSeed::seed |
Definition at line 151 of file generic_RVD_utils.h.