Splitting surfaces in triangulations.  
More...
Splitting surfaces in triangulations. 
◆ SigIsoList
Deprecated type alias for a list of partial isomorphisms on splitting surface signatures. 
- Deprecated:
 - This has been renamed to SigCensus::IsoList.
 
 
 
◆ swap() [1/2]
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
 - 
  
    | a | the first signature whose contents should be swapped.  | 
    | b | the second signature whose contents should be swapped.  | 
  
   
 
 
◆ swap() [2/2]
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
 - 
  
    | a | the first partial isomorphism whose contents should be swapped.  | 
    | b | the second partial isomorphism whose contents should be swapped.  |