Regina 7.1 Calculation Engine
Deprecated List
Member regina::detail::FacetPairingBase< dim >::toTextRep () const
This routine has been renamed to textRep(). See the textRep() documentation for further details.
Member regina::FacetPairing< 3 >::followChain (size_t &tet, FacePair &faces) const
Use ssize_t for the tetrahedron index instead. This routine is implemented by calling the ssize_t variant with some extra casts on either side that may add a tiny performance cost.
Member regina::gcd (long a, long b)
Simply use std::gcd(), which was introduced with C++17.
Member regina::Isomorphism< dim >::apply (const Triangulation< dim > &tri) const
If this isomorphism is iso, then this routine is equivalent to calling iso(tri). See the bracket operator for further details.
Member regina::Isomorphism< dim >::applyInPlace (Triangulation< dim > &tri) const
If this isomorphism is iso, then this routine is equivalent to calling tri = iso(tri). See the bracket operator for further details.
Member regina::lcm (long a, long b)
Simply use std::lcm(), which was introduced with C++17.
Member regina::NormalHypersurface::doubleHypersurface () const
Normal hypersurfaces can now be multiplied by integer constants. In particular, this routine has exactly the same effect as multiplying the hypersurface by 2.
Member regina::NormalSurface::doubleSurface () const
Normal surfaces can now be multiplied by integer constants. In particular, this routine has exactly the same effect as multiplying the surface by 2.
Member regina::Packet::insertChildAfter (std::shared_ptr< Packet > newChild, std::shared_ptr< Packet > prevChild)
This routine has been renamed to insert(). See insert() for further details.
Member regina::Packet::insertChildFirst (std::shared_ptr< Packet > child)
This routine has been renamed to prepend(). See prepend() for further details.
Member regina::Packet::insertChildLast (std::shared_ptr< Packet > child)
This routine has been renamed to append(). See append() for further details.

Copyright © 1999-2022, 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).