Regina 7.4 Calculation Engine
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...
 

Functions

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

Detailed Description

Splitting surfaces in triangulations.

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.