Home
last modified time | relevance | path

Searched refs:NbKnots (Results 1 – 25 of 379) sorted by relevance

12345678910>>...16

/dports/cad/opencascade/opencascade-7.6.0/src/ShapeUpgrade/
H A DShapeUpgrade.cxx52 Standard_Integer NbKnots = BS->NbKnots(); in C0BSplineToSequenceOfC1BSplineCurve() local
56 TColStd_Array1OfReal Knots (1, NbKnots); in C0BSplineToSequenceOfC1BSplineCurve()
57 TColStd_Array1OfInteger Mults (1, NbKnots); in C0BSplineToSequenceOfC1BSplineCurve()
80 TColStd_Array1OfReal TempKnots (1, NbKnots); in C0BSplineToSequenceOfC1BSplineCurve()
81 TColStd_Array1OfInteger TempMults (1, NbKnots); in C0BSplineToSequenceOfC1BSplineCurve()
132 Standard_Integer NbKnots = BS->NbKnots(); in BSplineCurve2dTo3d() local
136 TColStd_Array1OfReal Knots (1,NbKnots); in BSplineCurve2dTo3d()
137 TColStd_Array1OfInteger Mults (1,NbKnots); in BSplineCurve2dTo3d()
159 Standard_Integer NbKnots = BS->NbKnots(); in BSplineCurve3dTo2d() local
163 TColStd_Array1OfReal Knots (1, NbKnots); in BSplineCurve3dTo2d()
[all …]
/dports/cad/opencascade/opencascade-7.6.0/src/GeomFill/
H A DGeomFill_Profiler.cxx43 TColStd_Array1OfReal Ki(1,Ci->NbKnots()); in UnifyByInsertingAllKnots()
45 TColStd_Array1OfInteger Mi(1,Ci->NbKnots()); in UnifyByInsertingAllKnots()
51 TColStd_Array1OfReal NewKnots(1,C->NbKnots()); in UnifyByInsertingAllKnots()
53 TColStd_Array1OfInteger NewMults(1,C->NbKnots()); in UnifyByInsertingAllKnots()
91 Standard_Integer NbKnots = C->NbKnots(); in UnifyBySettingMiddleKnots() local
96 TColStd_Array1OfReal NewKnots(1, NbKnots); in UnifyBySettingMiddleKnots()
98 NewKnots(NbKnots) = ULast; in UnifyBySettingMiddleKnots()
99 for (j = 2; j < NbKnots; j++) in UnifyBySettingMiddleKnots()
221 TColStd_Array1OfReal Knots(1,C->NbKnots()); in Perform()
342 return C->NbKnots(); in NbKnots()
[all …]
H A DGeomFill_UniformSection.cxx132 TColStd_Array1OfReal UKnots(1,myCurve->NbKnots()), VKnots(1,2); in Handle()
133 TColStd_Array1OfInteger UMults(1,myCurve->NbKnots()), VMults(1,2); in Handle()
160 Standard_Integer& NbKnots, in SectionShape() argument
164 NbKnots = myCurve->NbKnots(); in SectionShape()
H A DGeomFill_SectionGenerator.cxx59 Standard_Integer& NbKnots, in GetShape() argument
66 NbKnots = C->NbKnots(); in GetShape()
/dports/cad/opencascade/opencascade-7.6.0/src/Hermit/
H A DHermit.cxx188 for (i=1;i<=BS->NbKnots();i++) in PolyTest()
193 for (i=1;i<=BS->NbKnots();i++) in PolyTest()
200 for (i=1;i<=BS->NbKnots();i++) in PolyTest()
206 for (i=1;i<=BS->NbKnots();i++) in PolyTest()
349 if (I3<(BS->NbKnots()-1)){ in PolyTest()
365 if (I3<(BS->NbKnots()-1)) in PolyTest()
410 for (i=1;i<=BS->NbKnots();i++) in PolyTest()
415 for (i=1;i<=BS->NbKnots();i++) in PolyTest()
424 for (i=1;i<=BS->NbKnots();i++) in PolyTest()
582 if (I3<(BS->NbKnots()-1)){ in PolyTest()
[all …]
/dports/cad/opencascade/opencascade-7.6.0/src/GeomLib/
H A DGeomLib_MakeCurvefromApprox.cxx92 TColStd_Array1OfReal Knots( 1, myApprox.NbKnots()); in Handle()
93 TColStd_Array1OfInteger Mults( 1, myApprox.NbKnots()); in Handle()
125 TColStd_Array1OfReal Knots ( 1, myApprox.NbKnots()); in Handle()
126 TColStd_Array1OfInteger Mults ( 1, myApprox.NbKnots()); in Handle()
165 TColStd_Array1OfReal Knots ( 1, myApprox.NbKnots()); in Handle()
166 TColStd_Array1OfInteger Mults ( 1, myApprox.NbKnots()); in Handle()
203 TColStd_Array1OfReal Knots( 1, myApprox.NbKnots()); in Handle()
204 TColStd_Array1OfInteger Mults( 1, myApprox.NbKnots()); in Handle()
236 TColStd_Array1OfReal Knots ( 1, myApprox.NbKnots()); in Handle()
237 TColStd_Array1OfInteger Mults ( 1, myApprox.NbKnots()); in Handle()
/dports/cad/opencascade/opencascade-7.6.0/src/DrawTrSurf/
H A DDrawTrSurf_BSplineCurve.cxx81 Standard_Integer NbKnots = C->NbKnots(); in DrawOn() local
82 TColStd_Array1OfReal CKnots (1, NbKnots); in DrawOn()
116 Standard_Integer NbKnots = C->NbKnots(); in DrawOn() local
117 TColStd_Array1OfReal CKnots (1, NbKnots); in DrawOn()
120 for (Standard_Integer i = 1; i <= NbKnots; i++) in DrawOn()
257 Standard_Integer NbKnots = C->NbKnots(); in DrawOn() local
258 TColStd_Array1OfReal CKnots (1, NbKnots); in DrawOn()
293 Standard_Integer NbKnots = bc->NbKnots(); in FindKnot() local
294 while (Index <= NbKnots) in FindKnot()
H A DDrawTrSurf_BSplineCurve2d.cxx75 Standard_Integer NbKnots = C->NbKnots(); in DrawOn() local
76 TColStd_Array1OfReal CKnots (1, NbKnots); in DrawOn()
79 for (Standard_Integer i = 1; i <= NbKnots; i++) { in DrawOn()
117 Standard_Integer NbKnots = bc->NbKnots(); in FindKnot() local
118 while (Index <= NbKnots) in FindKnot()
/dports/cad/opencascade/opencascade-7.6.0/src/Law/
H A DLaw_BSpFunc.cxx95 Standard_Integer Nb = curv->NbKnots(); in NbIntervals()
158 Standard_Integer Nb = curv->NbKnots(); in Intervals()
215 if (Ifin>curv->NbKnots()) Ifin = curv->NbKnots(); in Value()
244 if (Ifin>curv->NbKnots()) Ifin = curv->NbKnots(); in D1()
273 if (Ifin>curv->NbKnots()) Ifin = curv->NbKnots(); in D2()
H A DLaw_BSplineKnotSplitting.cxx44 Standard_Integer NbKnots = BasisCurve->NbKnots(); in Law_BSplineKnotSplitting() local
45 Array1OfInteger Mults (1, NbKnots); in Law_BSplineKnotSplitting()
/dports/cad/opencascade/opencascade-7.6.0/src/BlendFunc/
H A DBlendFunc.cxx46 Standard_Integer& NbKnots, in GetShape() argument
56 NbKnots = NbSpan+1; in GetShape()
63 NbKnots = 2 ; in GetShape()
72 NbKnots = 2 ; in GetShape()
80 NbKnots = 2; in GetShape()
88 NbKnots = 2; in GetShape()
/dports/cad/opencascade/opencascade-7.6.0/src/Geom2dConvert/
H A DGeom2dConvert.cxx87 Standard_Integer NbKnots = Convert.NbKnots(); in BSplineCurveBuilder() local
90 Array1OfReal Knots (1, NbKnots); in BSplineCurveBuilder()
91 Array1OfInteger Mults (1, NbKnots); in BSplineCurveBuilder()
97 for (i = 1; i <= NbKnots; i++) { in BSplineCurveBuilder()
533 end_value = BSKnots(BS->NbKnots()); in MultNumandDenom()
1040 TColStd_Array1OfReal KnotC1 (1, Curve1->NbKnots()); in ConcatG1()
1066 for (ii=1;ii<=Curve1->NbKnots();ii++) in ConcatG1()
1305 TColStd_Array1OfReal KnotC1 (1, Curve1->NbKnots()); in ConcatC1()
1331 for (ii=1;ii<=Curve1->NbKnots();ii++) in ConcatC1()
1453 nbcurveC1 = Min(nbcurveC1, BS->NbKnots() - 1); in C0BSplineToC1BSplineCurve()
[all …]
H A DGeom2dConvert_BSplineCurveKnotSplitting.cxx49 Standard_Integer NbKnots = BasisCurve->NbKnots(); in Geom2dConvert_BSplineCurveKnotSplitting() local
50 Array1OfInteger Mults (1, NbKnots); in Geom2dConvert_BSplineCurveKnotSplitting()
H A DGeom2dConvert_BSplineCurveToBezierCurve.cxx94 if ( Index < 1 || Index > myCurve->NbKnots()-1) { in Handle()
144 ii <=myCurve->NbKnots(); ii++, kk++) in Knots()
155 return (myCurve->NbKnots()-1); in NbArcs()
/dports/cad/opencascade/opencascade-7.6.0/src/GeomAdaptor/
H A DGeomAdaptor_Curve.cxx102 Standard_Integer Nb = myBSplineCurve->NbKnots(); in LocalContinuity()
292 Standard_Integer NbKnots = myBSplineCurve->NbKnots(); in NbIntervals() local
293 TColStd_Array1OfInteger Mults (1, NbKnots); in NbIntervals()
313 Standard_Integer Nb = myBSplineCurve->NbKnots(); in NbIntervals()
419 Standard_Integer NbKnots = myBSplineCurve->NbKnots(); in Intervals() local
420 TColStd_Array1OfInteger Mults (1, NbKnots); in Intervals()
443 Standard_Integer Nb = myBSplineCurve->NbKnots(); in Intervals()
628 if (theSpanFinish > myBSplineCurve->NbKnots()) in IsBoundary()
629 theSpanFinish = myBSplineCurve->NbKnots(); in IsBoundary()
981 Standard_Integer GeomAdaptor_Curve::NbKnots() const in NbKnots() function in GeomAdaptor_Curve
[all …]
/dports/cad/opencascade/opencascade-7.6.0/src/Geom2dAdaptor/
H A DGeom2dAdaptor_Curve.cxx103 Standard_Integer Nb = myBSplineCurve->NbKnots(); in LocalContinuity()
338 Standard_Integer NbKnots = myBSplineCurve->NbKnots(); in NbIntervals() local
339 TColStd_Array1OfInteger Mults (1, NbKnots); in NbIntervals()
359 Standard_Integer Nb = myBSplineCurve->NbKnots(); in NbIntervals()
443 Standard_Integer NbKnots = myBSplineCurve->NbKnots(); in Intervals() local
444 TColStd_Array1OfInteger Mults (1, NbKnots); in Intervals()
463 Standard_Integer Nb = myBSplineCurve->NbKnots(); in Intervals()
630 if (theSpanFinish > myBSplineCurve->NbKnots()) in IsBoundary()
631 theSpanFinish = myBSplineCurve->NbKnots(); in IsBoundary()
984 Standard_Integer Geom2dAdaptor_Curve::NbKnots() const in NbKnots() function in Geom2dAdaptor_Curve
[all …]
/dports/cad/opencascade/opencascade-7.6.0/src/GeomConvert/
H A DGeomConvert_BSplineCurveKnotSplitting.cxx48 Standard_Integer NbKnots = BasisCurve->NbKnots(); in GeomConvert_BSplineCurveKnotSplitting() local
49 Array1OfInteger Mults (1, NbKnots); in GeomConvert_BSplineCurveKnotSplitting()
H A DGeomConvert.cxx81 Standard_Integer NbKnots = Convert.NbKnots(); in BSplineCurveBuilder() local
84 TColStd_Array1OfReal Knots (1, NbKnots); in BSplineCurveBuilder()
85 TColStd_Array1OfInteger Mults (1, NbKnots); in BSplineCurveBuilder()
95 for (i = 1; i <= NbKnots; i++) { in BSplineCurveBuilder()
527 { TColStd_Array1OfReal aKnots(1,a->NbKnots()); in MultNumandDenom()
531 TColStd_Array1OfInteger aMults(1,a->NbKnots()); in MultNumandDenom()
550 end_value = BSKnots(BS->NbKnots()); in MultNumandDenom()
881 TColStd_Array1OfReal KnotC1 (1, Curve1->NbKnots()); in ConcatG1()
907 for (ii=1;ii<=Curve1->NbKnots();ii++) in ConcatG1()
1124 TColStd_Array1OfReal KnotC1 (1, Curve1->NbKnots()); in ConcatC1()
[all …]
H A DGeomConvert_BSplineCurveToBezierCurve.cxx89 if ( Index < 1 || Index > myCurve->NbKnots()-1) { in Handle()
139 ii <=myCurve->NbKnots(); ii++, kk++) in Knots()
150 return (myCurve->NbKnots()-1); in NbArcs()
/dports/cad/opencascade/opencascade-7.6.0/src/ChFiKPart/
H A DChFiKPart_ComputeData_Fcts.cxx134 TColStd_Array1OfReal TK(1,BspProjc->NbKnots()); in ChFiKPart_ProjPC()
135 TColStd_Array1OfInteger TM(1,BspProjc->NbKnots()); in ChFiKPart_ProjPC()
153 TColStd_Array1OfReal TK(1,Projc.NbKnots()); in ChFiKPart_ProjPC()
154 TColStd_Array1OfInteger TM(1,Projc.NbKnots()); in ChFiKPart_ProjPC()
/dports/cad/opencascade/opencascade-7.6.0/src/ShapeCustom/
H A DShapeCustom_Curve.cxx70 BSpl->Multiplicity(BSpl->NbKnots()) == BSpl->Degree() + 1 ) { in Handle()
74 Standard_Integer nbKnots = BSpl->NbKnots(); in Handle()
102 BSpl->Multiplicity(BSpl->NbKnots()) > BSpl->Degree() + 1 ) set = Standard_False; in Handle()
/dports/cad/opencascade/opencascade-7.6.0/src/FairCurve/
H A DFairCurve_MinimalVariation.cxx386 Standard_Integer NbKnots = Knots->Length(); in Compute() local
389 while ( ValAngles > (2*(NbKnots-2) + 1)*(1+2*NbKnots) ) { in Compute()
391 NbKnots += NbKnots-1; in Compute()
400 new TColStd_HArray1OfInteger (1,NbKnots); in Compute()
404 new TColStd_HArray1OfReal (1,NbKnots); in Compute()
405 for (ii=1; ii<=NbKnots; ii++) { in Compute()
406 NKnots->ChangeValue(ii) = (double) (ii-1) / (NbKnots-1); in Compute()
H A DFairCurve_Batten.cxx404 Standard_Integer NbKnots = Knots->Length(); in Compute() local
407 while ( ValAngles > (2*(NbKnots-2) + 1)*(1+2*NbKnots) ) { in Compute()
409 NbKnots += NbKnots-1; in Compute()
418 new TColStd_HArray1OfInteger (1,NbKnots); in Compute()
422 new TColStd_HArray1OfReal (1,NbKnots); in Compute()
423 for (ii=1; ii<=NbKnots; ii++) { in Compute()
424 NKnots->ChangeValue(ii) = (double) (ii-1) / (NbKnots-1); in Compute()
/dports/cad/opencascade/opencascade-7.6.0/src/BRepFill/
H A DBRepFill_ShapeLaw.cxx295 Standard_Integer NbPoles, NbKnots, Degree; in VertexTol() local
303 Loi->SectionShape( NbPoles, NbKnots, Degree); in VertexTol()
307 Knots = new (TColStd_HArray1OfReal) (1, NbKnots); in VertexTol()
309 Mults = new (TColStd_HArray1OfInteger) (1, NbKnots); in VertexTol()
320 Loi->SectionShape( NbPoles, NbKnots, Degree); in VertexTol()
324 Knots = new (TColStd_HArray1OfReal) (1, NbKnots); in VertexTol()
326 Mults = new (TColStd_HArray1OfInteger) (1, NbKnots); in VertexTol()
/dports/cad/opencascade/opencascade-7.6.0/src/LocOpe/
H A DLocOpe_Pipe.cxx337 Standard_Integer Nbkn = C->NbKnots(); in Curves()
358 Nbkn += Bsp->NbKnots(); in Curves()
372 for (k = 1; k<= Bsp->NbKnots(); k++) { in Curves()
385 for (k = 2; k<= Bsp->NbKnots(); k++) { in Curves()
459 Standard_Integer Nbkn = C->NbKnots(); in Handle()
477 Nbkn += Bsp->NbKnots(); in Handle()
491 for (k = 1; k<= Bsp->NbKnots(); k++) { in Handle()
504 for (k = 2; k<= Bsp->NbKnots(); k++) { in Handle()

12345678910>>...16