Regina Calculation Engine
Public Member Functions | Protected Member Functions | List of all members
regina::detail::FaceOrientability< false > Class Reference

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...
 

Detailed Description

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).


The documentation for this class was generated from the following file:

Copyright © 1999-2021, The Regina development team
This software is released under the GNU General Public License, with some additional permissions; see the source code for details.
For further information, or to submit a bug or other problem, please contact Ben Burton (bab@maths.uq.edu.au).