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).
|
inline |
Determines if the link of this face is orientable.
This routine always returns true
, since this specialisation of FaceOrientability is for dimensions in which links of faces are always orientable.
true
.
|
inlineprotected |
Marks the link of this face as non-orientable.
This routine should never be called, since this specialisation of FaceOrientability is for dimensions in which links of faces are always orientable.
It is provided to support dimension-agnostic code, but its implementation does nothing.