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

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.

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