Regina Calculation Engine
|
Helper class that stores whether the link of a face is orientable. More...
#include <triangulation/detail/face.h>
Public Member Functions | |
bool | isLinkOrientable () const |
Determines if the link of this face is orientable. More... | |
Protected Member Functions | |
void | markLinkNonorientable () |
Marks the link of this face as non-orientable. More... | |
Helper class that stores whether the link of a face is orientable.
See the general FaceOrientability template notes for further details.
This specialisation is used for dimensions in which links of faces are always orientable. It optimises away all the implementation details (since there is nothing to store and nothing to compute).