Home
last modified time | relevance | path

Searched refs:knot_count (Results 26 – 32 of 32) sorted by relevance

12

/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/surface/src/3rdparty/opennurbs/
H A Dopennurbs_nurbssurface.cpp154 const int knot_count = KnotCount(dir); in SetDomain() local
156 for ( i = 0; i < knot_count; i++ ) { in SetDomain()
482 const int knot_count = KnotCount(j); in operator =() local
483 ReserveKnotCapacity( j, knot_count ); in operator =()
486 for ( i = m_order[j]-1; i < knot_count; i++ ) in operator =()
2190 const int knot_count = srf.KnotCount(dir); in ConvertToCurve() local
2205 memcpy( crv.m_knot, srf.m_knot[dir], knot_count*sizeof(crv.m_knot[0]) ); in ConvertToCurve()
H A Dopennurbs_nurbscurve.cpp360 const int knot_count = KnotCount(); in operator =() local
361 for ( i = m_order-1; i < knot_count; i++ ) in operator =()
785 const int knot_count = KnotCount(); in SetDomain() local
787 for ( i = 0; i < knot_count; i++ ) in SetDomain()
3367 const int knot_count = ON_KnotCount( order, cv_count ); in ON_IsDuplicateKnotVector() local
3374 for ( i = 0; i < knot_count && rc; i++ ) in ON_IsDuplicateKnotVector()
3383 for ( i = 0; i < knot_count && rc; i++ ) in ON_IsDuplicateKnotVector()
H A Dopennurbs_archive.cpp10928 const int knot_count = order+cv_count-2; in ReadV1_TCODE_LEGACY_SPLSTUFF() local
10958 while ( knot_index < knot_count ) in ReadV1_TCODE_LEGACY_SPLSTUFF()
10962 while ( knot_index < knot_count ) { in ReadV1_TCODE_LEGACY_SPLSTUFF()
10967 if ( knot_index < knot_count ) in ReadV1_TCODE_LEGACY_SPLSTUFF()
/dports/math/gismo/gismo-21.12.0/external/onurbs/
H A Dopennurbs_nurbscurve.cpp359 const int knot_count = KnotCount(); in operator =() local
360 for ( i = m_order-1; i < knot_count; i++ ) in operator =()
784 const int knot_count = KnotCount(); in SetDomain() local
786 for ( i = 0; i < knot_count; i++ ) in SetDomain()
2993 const int knot_count = ON_KnotCount( order, cv_count ); in ON_IsDuplicateKnotVector() local
3000 for ( i = 0; i < knot_count && rc; i++ ) in ON_IsDuplicateKnotVector()
3009 for ( i = 0; i < knot_count && rc; i++ ) in ON_IsDuplicateKnotVector()
H A Dopennurbs_nurbssurface.cpp154 const int knot_count = KnotCount(dir); in SetDomain() local
156 for ( i = 0; i < knot_count; i++ ) { in SetDomain()
482 const int knot_count = KnotCount(j); in operator =() local
483 ReserveKnotCapacity( j, knot_count ); in operator =()
486 for ( i = m_order[j]-1; i < knot_count; i++ ) in operator =()
2195 const int knot_count = srf.KnotCount(dir); in ConvertToCurve() local
2210 memcpy( crv.m_knot, srf.m_knot[dir], knot_count*sizeof(crv.m_knot[0]) ); in ConvertToCurve()
H A Dopennurbs_archive.cpp10973 const int knot_count = order+cv_count-2; in ReadV1_TCODE_LEGACY_SPLSTUFF() local
11003 while ( knot_index < knot_count ) in ReadV1_TCODE_LEGACY_SPLSTUFF()
11007 while ( knot_index < knot_count ) { in ReadV1_TCODE_LEGACY_SPLSTUFF()
11012 if ( knot_index < knot_count ) in ReadV1_TCODE_LEGACY_SPLSTUFF()
/dports/cad/py-ezdxf/ezdxf-0.16.3/docs/source/tutorials/
H A Dspline.rst168 count = spline.knot_count

12