Regina Calculation Engine
Public Types | List of all members
regina::detail::FaceListHolder< Component< 3 >, subdim > Struct Template Reference

Helper class that indicates what data type is used by a connected component of a triangulation to store a list of subdim-faces. More...

#include <triangulation/ncomponent.h>

Public Types

typedef std::vector< Face< 3, subdim > * > Holder
 The data type used by Component<3> to store the list of all subdim-faces of the connected component. More...
 

Detailed Description

template<int subdim>
struct regina::detail::FaceListHolder< Component< 3 >, subdim >

Helper class that indicates what data type is used by a connected component of a triangulation to store a list of subdim-faces.

Member Typedef Documentation

§ Holder

template<int subdim>
typedef std::vector<Face<3, subdim>*> regina::detail::FaceListHolder< Component< 3 >, subdim >::Holder

The data type used by Component<3> to store the list of all subdim-faces of the connected component.

The function Component<3>::faces<subdim>() returns a const reference to this type.


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

Copyright © 1999-2016, 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).