Regina Calculation Engine
regina::SurfaceFilterInfo< filterType > Struct Template Reference


A template that stores information about a particular type of normal surface filter. More...

#include <surfaces/surfacefilter.h>

Detailed Description

template<SurfaceFilterType filterType>
struct regina::SurfaceFilterInfo< filterType >


A template that stores information about a particular type of normal surface filter.

Much of this information is given in the form of compile-time constants and types.

To iterate through cases for a given value of SurfaceFilterInfo that is not known until runtime, see the various forFilter() routines defined in filterregistry.h.

At a bare minimum, each specialisation of this template must provide:

Python
Not present.
Template Parameters
filterTypeone of the SurfaceFilterType constants, indicating which type of filter we are querying.

The documentation for this struct 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).