Regina Calculation Engine
|
NEdge::ordering[edge].trunc2()
(which gives identical results). edgeEnd[i]
is now NEdge::edgeVertex[i][1]
). Users are advised to switch to NEdge::edgeVertex instead, since the old regina::edgeStart and regina::edgeEnd will eventually be removed in some future version of Regina. edgeStart[i]
is now NEdge::edgeVertex[i][0]
). Users are advised to switch to NEdge::edgeVertex instead, since the old regina::edgeStart and regina::edgeEnd will eventually be removed in some future version of Regina. NTriangle::ordering[face].trunc3()
(which gives identical results). enumerate(owner, coords, NS_EMBEDDED_ONLY, NS_ALG_DEFAULT, tracker)
if embeddedOnly is true
, or enumerate(owner, coords, NS_IMMERSED_SINGULAR, NS_ALG_DEFAULT, tracker)
if embeddedOnly is false
. enumerate(owner, coords, NS_FUNDAMENTAL | NS_EMBEDDED_ONLY, NS_HILBERT_CD)
if embeddedOnly is true
, or enumerate(owner, coords, NS_FUNDAMENTAL | NS_IMMERSED_SINGULAR, NS_HILBERT_CD)
if embeddedOnly is false
. enumerate(owner, coords, NS_FUNDAMENTAL | NS_EMBEDDED_ONLY, NS_HILBERT_DUAL, tracker)
if embeddedOnly is true
, or enumerate(owner, coords, NS_FUNDAMENTAL | NS_IMMERSED_SINGULAR, NS_HILBERT_DUAL, tracker)
if embeddedOnly is false
. enumerate(owner, coords, NS_FUNDAMENTAL | NS_EMBEDDED_ONLY, NS_HILBERT_FULLCONE)
if embeddedOnly is true
, or enumerate(owner, coords, NS_FUNDAMENTAL | NS_IMMERSED_SINGULAR, NS_HILBERT_FULLCONE)
if embeddedOnly is false
. enumerate(owner, coords, NS_FUNDAMENTAL | NS_EMBEDDED_ONLY, NS_HILBERT_PRIMAL, tracker)
if embeddedOnly is true
, or enumerate(owner, coords, NS_FUNDAMENTAL | NS_IMMERSED_SINGULAR, NS_HILBERT_PRIMAL, tracker)
if embeddedOnly is false
. enumerate(owner, NS_AN_STANDARD, NS_LIST_DEFAULT, NS_VERTEX_STD_DIRECT)
. enumerate(owner, NS_STANDARD, NS_LIST_DEFAULT, NS_VERTEX_STD_DIRECT)
. true
). See the NPDF constructor for further details. true
). See the NSnapPeaTriangulation constructor for further details. true
). See the NSnapPeaTriangulation constructor for further details. false
. See NPDF::savePDF() for further details.