Home
last modified time | relevance | path

Searched refs:DestroyRuntimeCache (Results 1 – 25 of 51) sorted by relevance

123

/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/surface/src/3rdparty/opennurbs/
H A Dopennurbs_object.cpp1705 void ON_Object::DestroyRuntimeCache( bool ) in DestroyRuntimeCache() function in ON_Object
1709 void ON_Curve::DestroyRuntimeCache( bool ) in DestroyRuntimeCache() function in ON_Curve
1716 ON_Curve::DestroyRuntimeCache(bDelete); in DestroyRuntimeCache()
1721 curve->DestroyRuntimeCache( bDelete ); in DestroyRuntimeCache()
1725 void ON_Surface::DestroyRuntimeCache( bool ) in DestroyRuntimeCache() function in ON_Surface
1748 m_C2[i]->DestroyRuntimeCache(bDelete); in DestroyRuntimeCache()
1755 m_C3[i]->DestroyRuntimeCache(bDelete); in DestroyRuntimeCache()
1762 m_S[i]->DestroyRuntimeCache(bDelete); in DestroyRuntimeCache()
1768 m_T[i].DestroyRuntimeCache(bDelete); in DestroyRuntimeCache()
1774 m_E[i].DestroyRuntimeCache(bDelete); in DestroyRuntimeCache()
[all …]
H A Dopennurbs_polyedgecurve.cpp269 DestroyRuntimeCache(); in ChangeClosedCurveSeam()
282 DestroyRuntimeCache(); in ChangeClosedCurveSeam()
533 void ON_PolyEdgeCurve::DestroyRuntimeCache( bool bDelete ) in DestroyRuntimeCache() function in ON_PolyEdgeCurve
536 ON_PolyCurve::DestroyRuntimeCache(bDelete); in DestroyRuntimeCache()
539 void ON_PolyEdgeSegment::DestroyRuntimeCache( bool bDelete ) in DestroyRuntimeCache() function in ON_PolyEdgeSegment
542 ON_CurveProxy::DestroyRuntimeCache(bDelete); in DestroyRuntimeCache()
548 DestroyRuntimeCache(); in Prepend()
572 DestroyRuntimeCache(); in Append()
600 DestroyRuntimeCache(); in Insert()
H A Dopennurbs_sumsurface.cpp21 void ON_SumSurface::DestroyRuntimeCache( bool bDelete ) in DestroyRuntimeCache() function in ON_SumSurface
23 ON_Surface::DestroyRuntimeCache(bDelete); in DestroyRuntimeCache()
25 m_curve[0]->DestroyRuntimeCache(bDelete); in DestroyRuntimeCache()
27 m_curve[1]->DestroyRuntimeCache(bDelete); in DestroyRuntimeCache()
58 DestroyRuntimeCache(); in Destroy()
378 DestroyRuntimeCache(); in MakeDeformable()
383 DestroyRuntimeCache(); in MakeDeformable()
391 DestroyRuntimeCache(); in Transform()
437 DestroyRuntimeCache(); in SetDomain()
H A Dopennurbs_nurbsvolume.cpp479 void ON_NurbsCage::DestroyRuntimeCache(bool bDelete) in DestroyRuntimeCache() function in ON_NurbsCage
481 ON_Geometry::DestroyRuntimeCache(bDelete); in DestroyRuntimeCache()
920 DestroyRuntimeCache(); in Destroy()
965 DestroyRuntimeCache(false); in EmergencyDestroy()
2186 void ON_MorphControl::DestroyRuntimeCache( bool bDelete ) in DestroyRuntimeCache() function in ON_MorphControl
2188 m_nurbs_curve.DestroyRuntimeCache(bDelete); in DestroyRuntimeCache()
2189 m_nurbs_surface.DestroyRuntimeCache(bDelete); in DestroyRuntimeCache()
2190 m_nurbs_cage.DestroyRuntimeCache(bDelete); in DestroyRuntimeCache()
/dports/math/gismo/gismo-21.12.0/external/onurbs/
H A Dopennurbs_object.cpp1718 ON_Curve::DestroyRuntimeCache(bDelete); in DestroyRuntimeCache()
1723 curve->DestroyRuntimeCache( bDelete ); in DestroyRuntimeCache()
1733 ON_Surface::DestroyRuntimeCache( bDelete ); in DestroyRuntimeCache()
1738 surface->DestroyRuntimeCache( bDelete ); in DestroyRuntimeCache()
1742 void ON_Brep::DestroyRuntimeCache( bool bDelete ) in DestroyRuntimeCache() function in ON_Brep
1750 m_C2[i]->DestroyRuntimeCache(bDelete); in DestroyRuntimeCache()
1757 m_C3[i]->DestroyRuntimeCache(bDelete); in DestroyRuntimeCache()
1764 m_S[i]->DestroyRuntimeCache(bDelete); in DestroyRuntimeCache()
1770 m_T[i].DestroyRuntimeCache(bDelete); in DestroyRuntimeCache()
1776 m_E[i].DestroyRuntimeCache(bDelete); in DestroyRuntimeCache()
[all …]
H A Dopennurbs_polyedgecurve.cpp269 DestroyRuntimeCache(); in ChangeClosedCurveSeam()
282 DestroyRuntimeCache(); in ChangeClosedCurveSeam()
533 void ON_PolyEdgeCurve::DestroyRuntimeCache( bool bDelete ) in DestroyRuntimeCache() function in ON_PolyEdgeCurve
536 ON_PolyCurve::DestroyRuntimeCache(bDelete); in DestroyRuntimeCache()
539 void ON_PolyEdgeSegment::DestroyRuntimeCache( bool bDelete ) in DestroyRuntimeCache() function in ON_PolyEdgeSegment
542 ON_CurveProxy::DestroyRuntimeCache(bDelete); in DestroyRuntimeCache()
548 DestroyRuntimeCache(); in Prepend()
572 DestroyRuntimeCache(); in Append()
600 DestroyRuntimeCache(); in Insert()
H A Dopennurbs_sumsurface.cpp21 void ON_SumSurface::DestroyRuntimeCache( bool bDelete ) in DestroyRuntimeCache() function in ON_SumSurface
23 ON_Surface::DestroyRuntimeCache(bDelete); in DestroyRuntimeCache()
25 m_curve[0]->DestroyRuntimeCache(bDelete); in DestroyRuntimeCache()
27 m_curve[1]->DestroyRuntimeCache(bDelete); in DestroyRuntimeCache()
58 DestroyRuntimeCache(); in Destroy()
378 DestroyRuntimeCache(); in MakeDeformable()
383 DestroyRuntimeCache(); in MakeDeformable()
391 DestroyRuntimeCache(); in Transform()
437 DestroyRuntimeCache(); in SetDomain()
H A Dopennurbs_polyedgecurve.h32 void DestroyRuntimeCache( bool bDelete = true );
153 void DestroyRuntimeCache( bool bDelete = true );
H A Dopennurbs_surfaceproxy.h32 void DestroyRuntimeCache( bool bDelete = true );
H A Dopennurbs_curveproxy.h44 void DestroyRuntimeCache( bool bDelete = true );
H A Dopennurbs_revsurface.h27 void DestroyRuntimeCache( bool bDelete = true );
H A Dopennurbs_sumsurface.h29 void DestroyRuntimeCache( bool bDelete = true );
H A Dopennurbs_polycurve.h43 void DestroyRuntimeCache( bool bDelete = true );
H A Dopennurbs_brep.h419 void DestroyRuntimeCache( bool bDelete = true );
825 void DestroyRuntimeCache( bool bDelete = true );
995 void DestroyRuntimeCache( bool bDelete = true );
1576 void DestroyRuntimeCache( bool bDelete = true );
H A Dopennurbs_nurbsvolume.cpp477 void ON_NurbsCage::DestroyRuntimeCache(bool bDelete) in DestroyRuntimeCache() function in ON_NurbsCage
479 ON_Geometry::DestroyRuntimeCache(bDelete); in DestroyRuntimeCache()
918 DestroyRuntimeCache(); in Destroy()
963 DestroyRuntimeCache(false); in EmergencyDestroy()
2184 void ON_MorphControl::DestroyRuntimeCache( bool bDelete ) in DestroyRuntimeCache() function in ON_MorphControl
2186 m_nurbs_curve.DestroyRuntimeCache(bDelete); in DestroyRuntimeCache()
2187 m_nurbs_surface.DestroyRuntimeCache(bDelete); in DestroyRuntimeCache()
2188 m_nurbs_cage.DestroyRuntimeCache(bDelete); in DestroyRuntimeCache()
H A Dopennurbs_nurbssurface.h1166 void DestroyRuntimeCache(
1770 void DestroyRuntimeCache( bool bDelete = true );
H A Dopennurbs_beam.h50 void DestroyRuntimeCache( bool bDelete = true );
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/surface/include/pcl/surface/3rdparty/opennurbs/
H A Dopennurbs_polyedgecurve.h32 void DestroyRuntimeCache( bool bDelete = true );
153 void DestroyRuntimeCache( bool bDelete = true );
H A Dopennurbs_surfaceproxy.h32 void DestroyRuntimeCache( bool bDelete = true );
H A Dopennurbs_revsurface.h27 void DestroyRuntimeCache( bool bDelete = true );
H A Dopennurbs_sumsurface.h29 void DestroyRuntimeCache( bool bDelete = true );
H A Dopennurbs_curveproxy.h44 void DestroyRuntimeCache( bool bDelete = true );
H A Dopennurbs_polycurve.h43 void DestroyRuntimeCache( bool bDelete = true );
H A Dopennurbs_brep.h419 void DestroyRuntimeCache( bool bDelete = true );
825 void DestroyRuntimeCache( bool bDelete = true );
995 void DestroyRuntimeCache( bool bDelete = true );
1576 void DestroyRuntimeCache( bool bDelete = true );
H A Dopennurbs_nurbssurface.h1168 void DestroyRuntimeCache(
1772 void DestroyRuntimeCache( bool bDelete = true );

123