Regina Calculation Engine
regina::NormalInfo< coordType > Struct Template Reference

A template that stores information about a particular normal coordinate system. More...

#include <surfaces/nnormalsurface.h>

Detailed Description

template<NormalCoords coordType>
struct regina::NormalInfo< coordType >

A template that stores information about a particular normal coordinate system.

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

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

This NormalInfo template should only be defined for coordType arguments that represent coordinate systems in which you can create and store normal surfaces.

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

Python:
Not present.

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

Copyright © 1999-2014, 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@debian.org).