27 #ifndef EDELSBRUNNER96_FACET_H_
28 #define EDELSBRUNNER96_FACET_H_
33 namespace edelsbrunner96 {
41 template<
class Traits>
46 std::array<SimplexRef, 2>
s;
47 std::array<uint16_t, 2>
v;
60 #endif // EDELSBRUNNER96_FACET_H_
Traits::SimplexRef SimplexRef
std::array< uint16_t, 2 > v
the version of the two simplices at creation
std::array< SimplexRef, 2 > s
the two simplices
A facet is a (d-1)-dimensional simplex.
bool StillExists(Storage &storage)
Returns true if the two simplex references still have the same version as the time when Construct was...
void Construct(Storage &storage, SimplexRef s_0, SimplexRef s_1)
Assigns the two simplex references and latches their current version number.