Home
last modified time | relevance | path

Searched refs:FindNextGap (Results 1 – 6 of 6) sorted by relevance

/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/surface/include/pcl/surface/3rdparty/opennurbs/
H A Dopennurbs_polycurve.h633 int FindNextGap( int segment_index0 ) const;
/dports/math/gismo/gismo-21.12.0/external/onurbs/
H A Dopennurbs_polycurve.h633 int FindNextGap( int segment_index0 ) const;
H A Dopennurbs_polycurve.cpp291 int gap_index = FindNextGap(0); in IsValid()
1008 bIsClosed = ( ON_Curve::IsClosed() && FindNextGap(0) <= 0 ); in IsClosed()
1233 gap_index = FindNextGap(segment_index0); in CloseGaps()
1246 return FindNextGap(0); in HasGap()
1292 int ON_PolyCurve::FindNextGap(int segment_index0) const in FindNextGap() function in ON_PolyCurve
H A Dopennurbs_beam.cpp141 if ( new_segment->FindNextGap(0) ) in CleanupPolyCurveProfile()
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/surface/src/3rdparty/opennurbs/
H A Dopennurbs_polycurve.cpp291 int gap_index = FindNextGap(0); in IsValid()
1008 bIsClosed = ( ON_Curve::IsClosed() && FindNextGap(0) <= 0 ); in IsClosed()
1233 gap_index = FindNextGap(segment_index0); in CloseGaps()
1246 return FindNextGap(0); in HasGap()
1292 int ON_PolyCurve::FindNextGap(int segment_index0) const in FindNextGap() function in ON_PolyCurve
H A Dopennurbs_beam.cpp141 if ( new_segment->FindNextGap(0) ) in CleanupPolyCurveProfile()