Regina Calculation Engine
Public Types | List of all members
regina::detail::FaceListHolder< Component< dim >, 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/detail/component.h>

Public Types

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

Detailed Description

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

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

This is only relevant for components in Regina's standard dimensions, since components in higher dimensions do not store their lower-dimensional faces.


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