Regina Calculation Engine
|
Helper class that stores whether a face is valid. More...
#include <triangulation/detail/face.h>
Public Member Functions | |
bool | isValid () const |
Always returns true . More... | |
Protected Member Functions | |
void | markBadIdentification () |
Marks this face as having a non-identity self-identification. More... | |
void | markBadLink () |
Marks this face as having a bad link. More... | |
Helper class that stores whether a face is valid.
See the general FaceValidity template notes for further details.
This specialisation is used for dimensions in which faces are never invalid. It optimises away all the implementation details (since there is nothing to store and nothing to compute).