Regina 7.0 Calculation Engine
Classes | Typedefs | Functions
Splitting Surfaces

Splitting surfaces in triangulations. More...

Classes

class  regina::SigCensus
 A class responsible for building censuses of splitting surface signatures. More...
 
class  regina::SigPartialIsomorphism
 Represents a partial isomorphism between two splitting surface signatures. More...
 
class  regina::Signature
 Represents a signature of a splitting surface in a closed 3-manifold triangulation. More...
 

Typedefs

using regina::SigIsoList = SigCensus::IsoList
 Deprecated type alias for a list of partial isomorphisms on splitting surface signatures. More...
 

Functions

void regina::swap (SigPartialIsomorphism &a, SigPartialIsomorphism &b) noexcept
 Swaps the contents of the given partial isomorphisms. More...
 
void regina::swap (Signature &a, Signature &b) noexcept
 Swaps the contents of the given signatures. More...
 

Detailed Description

Splitting surfaces in triangulations.

Typedef Documentation

◆ SigIsoList

Deprecated type alias for a list of partial isomorphisms on splitting surface signatures.

Deprecated:
This has been renamed to SigCensus::IsoList.

Function Documentation

◆ swap() [1/2]

void regina::swap ( Signature a,
Signature b 
)
inlinenoexcept

Swaps the contents of the given signatures.

This global routine simply calls Signature::swap(); it is provided so that Signature meets the C++ Swappable requirements.

Parameters
athe first signature whose contents should be swapped.
bthe second signature whose contents should be swapped.

◆ swap() [2/2]

void regina::swap ( SigPartialIsomorphism a,
SigPartialIsomorphism b 
)
inlinenoexcept

Swaps the contents of the given partial isomorphisms.

This global routine simply calls SigPartialIsomorphism::swap(); it is provided so that SigPartialIsomorphism meets the C++ Swappable requirements.

Parameters
athe first partial isomorphism whose contents should be swapped.
bthe second partial isomorphism whose contents should be swapped.

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