Home
last modified time | relevance | path

Searched refs:ReserveKnotCapacity (Results 1 – 14 of 14) sorted by relevance

/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/surface/src/3rdparty/opennurbs/
H A Dopennurbs_nurbssurface.cpp303 if ( !ReserveKnotCapacity( 1, KnotCount(1) ) ) in Create()
401 dest.ReserveKnotCapacity( 0, dest.KnotCount(0) ); in ON_NurbsSurfaceCopyHelper()
407 dest.ReserveKnotCapacity( 1, dest.KnotCount(1) ); in ON_NurbsSurfaceCopyHelper()
483 ReserveKnotCapacity( j, knot_count ); in operator =()
737 if (rc ) rc = ReserveKnotCapacity(0,count); in Read()
742 if (rc ) rc = ReserveKnotCapacity(1,count); in Read()
2119 ReserveKnotCapacity(dir,KnotCount(dir)); in SetClampedGrevilleKnotVector()
2131 ReserveKnotCapacity(dir,KnotCount(dir)); in SetPeriodicGrevilleKnotVector()
2201 crv.ReserveKnotCapacity(srf.KnotCount(dir)); in ConvertToCurve()
2832 ReserveKnotCapacity( 1, 2 ); in CreateRuledSurface()
[all …]
H A Dopennurbs_nurbscurve.cpp185 ReserveKnotCapacity( ON_KnotCount( m_order, m_cv_count ) ); in MakePeriodicUniformKnotVector()
193 ReserveKnotCapacity( ON_KnotCount( m_order, m_cv_count ) ); in MakeClampedUniformKnotVector()
262 bool rc = ReserveKnotCapacity( KnotCount() ); in Create()
310 dest.ReserveKnotCapacity( dest.KnotCount() ); in ON_NurbsCurveCopyHelper()
741 if (rc ) rc = ReserveKnotCapacity(count); in Read()
2371 bool ON_NurbsCurve::ReserveKnotCapacity(int desired_capacity) in ReserveKnotCapacity() function in ON_NurbsCurve
2459 ReserveKnotCapacity( (span_count + 1)*(m_order-1) ); in MakePiecewiseBezier()
2821 if (!ReserveKnotCapacity(new_kcount)) return false; in IncreaseDegree()
3220 left->ReserveKnotCapacity( i ); in Split()
3235 right->ReserveKnotCapacity( i ); in Split()
[all …]
H A Dopennurbs_planesurface.cpp661 nurbs.ReserveKnotCapacity(0,2); in GetNurbForm()
662 nurbs.ReserveKnotCapacity(1,2); in GetNurbForm()
H A Dopennurbs_nurbsvolume.cpp837 ReserveKnotCapacity(0,ON_KnotCount(m_order[0],m_cv_count[0])); in Create()
838 ReserveKnotCapacity(1,ON_KnotCount(m_order[1],m_cv_count[1])); in Create()
839 ReserveKnotCapacity(2,ON_KnotCount(m_order[2],m_cv_count[2])); in Create()
1947 bool ON_NurbsCage::ReserveKnotCapacity( in ReserveKnotCapacity() function in ON_NurbsCage
H A Dopennurbs_arccurve.cpp790 nurb.ReserveKnotCapacity( cv_count+1 ); in NurbsCurveArc()
/dports/math/gismo/gismo-21.12.0/external/onurbs/
H A Dopennurbs_nurbssurface.cpp303 if ( !ReserveKnotCapacity( 1, KnotCount(1) ) ) in Create()
401 dest.ReserveKnotCapacity( 0, dest.KnotCount(0) ); in ON_NurbsSurfaceCopyHelper()
407 dest.ReserveKnotCapacity( 1, dest.KnotCount(1) ); in ON_NurbsSurfaceCopyHelper()
483 ReserveKnotCapacity( j, knot_count ); in operator =()
737 if (rc ) rc = ReserveKnotCapacity(0,count); in Read()
742 if (rc ) rc = ReserveKnotCapacity(1,count); in Read()
2124 ReserveKnotCapacity(dir,KnotCount(dir)); in SetClampedGrevilleKnotVector()
2136 ReserveKnotCapacity(dir,KnotCount(dir)); in SetPeriodicGrevilleKnotVector()
2206 crv.ReserveKnotCapacity(srf.KnotCount(dir)); in ConvertToCurve()
2840 ReserveKnotCapacity( 1, 2 ); in CreateRuledSurface()
[all …]
H A Dopennurbs_nurbscurve.cpp184 ReserveKnotCapacity( ON_KnotCount( m_order, m_cv_count ) ); in MakePeriodicUniformKnotVector()
192 ReserveKnotCapacity( ON_KnotCount( m_order, m_cv_count ) ); in MakeClampedUniformKnotVector()
261 bool rc = ReserveKnotCapacity( KnotCount() ); in Create()
309 dest.ReserveKnotCapacity( dest.KnotCount() ); in ON_NurbsCurveCopyHelper()
740 if (rc ) rc = ReserveKnotCapacity(count); in Read()
1997 bool ON_NurbsCurve::ReserveKnotCapacity(int desired_capacity) in ReserveKnotCapacity() function in ON_NurbsCurve
2085 ReserveKnotCapacity( (span_count + 1)*(m_order-1) ); in MakePiecewiseBezier()
2447 if (!ReserveKnotCapacity(new_kcount)) return false; in IncreaseDegree()
2846 left->ReserveKnotCapacity( i ); in Split()
2861 right->ReserveKnotCapacity( i ); in Split()
[all …]
H A Dopennurbs_nurbssurface.h930 ON_BOOL32 ReserveKnotCapacity( // returns false if allocation fails
1699 bool ReserveKnotCapacity(
H A Dopennurbs_nurbscurve.h963 bool ReserveKnotCapacity(
H A Dopennurbs_planesurface.cpp661 nurbs.ReserveKnotCapacity(0,2); in GetNurbForm()
662 nurbs.ReserveKnotCapacity(1,2); in GetNurbForm()
H A Dopennurbs_nurbsvolume.cpp835 ReserveKnotCapacity(0,ON_KnotCount(m_order[0],m_cv_count[0])); in Create()
836 ReserveKnotCapacity(1,ON_KnotCount(m_order[1],m_cv_count[1])); in Create()
837 ReserveKnotCapacity(2,ON_KnotCount(m_order[2],m_cv_count[2])); in Create()
1945 bool ON_NurbsCage::ReserveKnotCapacity( in ReserveKnotCapacity() function in ON_NurbsCage
H A Dopennurbs_arccurve.cpp790 nurb.ReserveKnotCapacity( cv_count+1 ); in NurbsCurveArc()
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/surface/include/pcl/surface/3rdparty/opennurbs/
H A Dopennurbs_nurbssurface.h932 ON_BOOL32 ReserveKnotCapacity( // returns false if allocation fails
1701 bool ReserveKnotCapacity(
H A Dopennurbs_nurbscurve.h965 bool ReserveKnotCapacity(