Home
last modified time | relevance | path

Searched refs:NbPoles (Results 1 – 25 of 433) sorted by relevance

12345678910>>...18

/dports/cad/opencascade/opencascade-7.6.0/src/ShapeUpgrade/
H A DShapeUpgrade.cxx53 Standard_Integer NbPoles = BS->NbPoles(); in C0BSplineToSequenceOfC1BSplineCurve() local
133 Standard_Integer NbPoles = BS->NbPoles(); in BSplineCurve2dTo3d() local
134 TColgp_Array1OfPnt2d Poles2d (1,NbPoles); in BSplineCurve2dTo3d()
135 TColStd_Array1OfReal Weights (1,NbPoles); in BSplineCurve2dTo3d()
147 TColgp_Array1OfPnt Poles3d (1,NbPoles); in BSplineCurve2dTo3d()
148 for (Standard_Integer i = 1; i <= NbPoles; i++) in BSplineCurve2dTo3d()
160 Standard_Integer NbPoles = BS->NbPoles(); in BSplineCurve3dTo2d() local
161 TColgp_Array1OfPnt Poles3d (1, NbPoles); in BSplineCurve3dTo2d()
162 TColStd_Array1OfReal Weights (1, NbPoles); in BSplineCurve3dTo2d()
174 TColgp_Array1OfPnt2d Poles2d (1,NbPoles); in BSplineCurve3dTo2d()
[all …]
/dports/cad/opencascade/opencascade-7.6.0/src/AppParCurves/
H A DAppParCurves.cxx33 math_Vector B(1, NbPoles-1); in BernsteinMatrix()
41 for (id = 2; id <= NbPoles-1; id++) { in BernsteinMatrix()
54 A(i, NbPoles) = u0*B(NbPoles-1); in BernsteinMatrix()
55 for (j = 2; j <= NbPoles-1; j++) { in BernsteinMatrix()
67 Standard_Integer i, j, id, Ndeg = NbPoles-1; in Bernstein()
70 math_Vector B(1, NbPoles-1); in Bernstein()
78 for (id = 2; id <= NbPoles-1; id++) { in Bernstein()
91 DA(i, NbPoles) = Ndeg*B(NbPoles-1); in Bernstein()
93 A(i, NbPoles) = u0*B(NbPoles-1); in Bernstein()
94 for (j = 2; j <= NbPoles-1; j++) { in Bernstein()
[all …]
H A DAppParCurves.hxx42 …Standard_EXPORT static void BernsteinMatrix (const Standard_Integer NbPoles, const math_Vector& U,…
44 …Standard_EXPORT static void Bernstein (const Standard_Integer NbPoles, const math_Vector& U, math_…
48 …Standard_EXPORT static void SplineFunction (const Standard_Integer NbPoles, const Standard_Integer…
/dports/cad/opencascade/opencascade-7.6.0/src/GeomLib/
H A DGeomLib_MakeCurvefromApprox.cxx91 TColgp_Array1OfPnt2d Poles( 1, myApprox.NbPoles()); in Handle()
123 TColgp_Array1OfPnt2d Poles ( 1, myApprox.NbPoles()); in Handle()
124 TColStd_Array1OfReal Weigths( 1, myApprox.NbPoles()); in Handle()
134 for ( Standard_Integer i = 1; i <= myApprox.NbPoles(); i++) { in Handle()
162 TColgp_Array1OfPnt2d Poles ( 1, myApprox.NbPoles()); in Handle()
163 TColStd_Array1OfReal Poles1d1( 1, myApprox.NbPoles()); in Handle()
164 TColStd_Array1OfReal Poles1d2( 1, myApprox.NbPoles()); in Handle()
175 for ( Standard_Integer i = 1; i <= myApprox.NbPoles(); i++) { in Handle()
202 TColgp_Array1OfPnt Poles( 1, myApprox.NbPoles()); in Handle()
234 TColgp_Array1OfPnt Poles ( 1, myApprox.NbPoles()); in Handle()
[all …]
/dports/cad/opencascade/opencascade-7.6.0/src/DrawTrSurf/
H A DDrawTrSurf_BSplineCurve.cxx63 Standard_Integer NbPoles = C->NbPoles(); in DrawOn() local
65 TColgp_Array1OfPnt CPoles (1, NbPoles); in DrawOn()
101 Standard_Integer NbPoles = C->NbPoles(); in DrawOn() local
103 TColgp_Array1OfPnt CPoles (1, NbPoles); in DrawOn()
145 Standard_Integer NbPoles = C->NbPoles(); in DrawOn() local
147 TColgp_Array1OfPnt CPoles (1, NbPoles); in DrawOn()
162 else if (Pindex == NbPoles) in DrawOn()
164 dis.MoveTo(CPoles(NbPoles-1)); in DrawOn()
165 dis.DrawTo(CPoles(NbPoles)); in DrawOn()
275 Standard_Integer NbPoles = bc->NbPoles(); in FindPole() local
[all …]
H A DDrawTrSurf_BezierCurve.cxx52 Standard_Integer NbPoles = C->NbPoles(); in DrawOn() local
54 TColgp_Array1OfPnt CPoles (1, NbPoles); in DrawOn()
57 for (Standard_Integer i = 2; i <= NbPoles; i++) in DrawOn()
73 Standard_Integer NbPoles = bz->NbPoles(); in FindPole() local
74 while (Index <= NbPoles) in FindPole()
H A DDrawTrSurf_BSplineCurve2d.cxx60 Standard_Integer NbPoles = C->NbPoles(); in DrawOn() local
62 TColgp_Array1OfPnt2d CPoles (1, NbPoles); in DrawOn()
65 for (Standard_Integer i = 2; i <= NbPoles; i++) { in DrawOn()
93 Standard_Integer NbPoles = bc->NbPoles(); in FindPole() local
96 while (Index <= NbPoles) in FindPole()
H A DDrawTrSurf_BezierCurve2d.cxx51 TColgp_Array1OfPnt2d CPoles (1, C->NbPoles()); in DrawOn()
54 for (Standard_Integer i = 2; i <= C->NbPoles(); i++) { in DrawOn()
71 Standard_Integer NbPoles = bz->NbPoles(); in FindPole() local
74 while (Index <= NbPoles) { in FindPole()
/dports/cad/opencascade/opencascade-7.6.0/src/ChFiKPart/
H A DChFiKPart_ComputeData_Fcts.cxx103 TColgp_Array1OfPnt2d TP(1,BezProjc->NbPoles()); in ChFiKPart_ProjPC()
105 TColStd_Array1OfReal TW(1,BezProjc->NbPoles()); in ChFiKPart_ProjPC()
117 TColgp_Array1OfPnt2d TP(1,Projc.NbPoles()); in ChFiKPart_ProjPC()
119 TColStd_Array1OfReal TW(1,Projc.NbPoles()); in ChFiKPart_ProjPC()
133 TColgp_Array1OfPnt2d TP(1,BspProjc->NbPoles()); in ChFiKPart_ProjPC()
140 TColStd_Array1OfReal TW(1,BspProjc->NbPoles()); in ChFiKPart_ProjPC()
152 TColgp_Array1OfPnt2d TP(1,Projc.NbPoles()); in ChFiKPart_ProjPC()
157 TColStd_Array1OfReal TW(1,Projc.NbPoles()); in ChFiKPart_ProjPC()
/dports/cad/opencascade/opencascade-7.6.0/src/GeomConvert/
H A DGeomConvert.cxx80 Standard_Integer NbPoles = Convert.NbPoles(); in BSplineCurveBuilder() local
82 TColgp_Array1OfPnt Poles (1, NbPoles); in BSplineCurveBuilder()
83 TColStd_Array1OfReal Weights (1, NbPoles); in BSplineCurveBuilder()
89 for (i = 1; i <= NbPoles; i++) { in BSplineCurveBuilder()
337 Standard_Integer NbPoles = CBez->NbPoles(); in Handle() local
437 Standard_Integer NbPoles = CBez->NbPoles(); in Handle() local
570 for (ii=1;ii<=BS->NbPoles();ii++) in MultNumandDenom()
615 (tab(i)->Weight(tab(i)->NbPoles()-1)==a)&& in Pretreatment()
616 (tab(i)->Weight(tab(i)->NbPoles())==a)) in Pretreatment()
618 for (j=1;j<=tab(i)->NbPoles();j++) in Pretreatment()
[all …]
/dports/cad/opencascade/opencascade-7.6.0/src/Approx/
H A DApprox_CurvilinearParameter.cxx339 Standard_Integer NbPoles = aApprox.NbPoles(); in Approx_CurvilinearParameter() local
340 TColgp_Array1OfPnt Poles (1,NbPoles); in Approx_CurvilinearParameter()
341 TColgp_Array1OfPnt2d Poles2d(1,NbPoles); in Approx_CurvilinearParameter()
342 TColStd_Array1OfReal Poles1d(1,NbPoles); in Approx_CurvilinearParameter()
345 for (i=1; i<=NbPoles; i++) in Approx_CurvilinearParameter()
348 for (i=1; i<=NbPoles; i++) in Approx_CurvilinearParameter()
504 Standard_Integer NbPoles = aApprox.NbPoles(); in Approx_CurvilinearParameter() local
510 for (i=1; i<=NbPoles; i++) in Approx_CurvilinearParameter()
513 for (i=1; i<=NbPoles; i++) in Approx_CurvilinearParameter()
521 for (i=1; i<=NbPoles; i++) in Approx_CurvilinearParameter()
[all …]
H A DApprox_MCurvesToBSpCurve.cxx34 Standard_Integer nbpoles = MC.NbPoles(); in DEBUG()
115 TColgp_Array1OfPnt ThePoles3d(1, CU.NbPoles()); in Perform()
126 TColgp_Array1OfPnt2d ThePoles2d(1, CU.NbPoles()); in Perform()
136 nbpolesspl = conv.NbPoles(); in Perform()
140 nbpolesspl = conv2d.NbPoles(); in Perform()
191 TColgp_Array1OfPnt ThePoles(1, CU.NbPoles()); in Perform()
212 TColgp_Array1OfPnt2d ThePoles2d(1, CU.NbPoles()); in Perform()
/dports/cad/opencascade/opencascade-7.6.0/src/StdPrs/
H A DStdPrs_PoleCurve.cxx48 Nb = Bz->NbPoles(); in Add()
56 Nb = Bs->NbPoles(); in Add()
94 Nb = Bz->NbPoles(); in Match()
103 Nb = Bs->NbPoles(); in Match()
133 Nb = Bz->NbPoles(); in Pick()
147 Nb = Bs->NbPoles(); in Pick()
/dports/cad/opencascade/opencascade-7.6.0/src/Geom2dConvert/
H A DGeom2dConvert.cxx86 Standard_Integer NbPoles = Convert.NbPoles(); in BSplineCurveBuilder() local
88 Array1OfPnt2d Poles (1, NbPoles); in BSplineCurveBuilder()
89 Array1OfReal Weights (1, NbPoles); in BSplineCurveBuilder()
93 for (i = 1; i <= NbPoles; i++) { in BSplineCurveBuilder()
352 Standard_Integer NbPoles = CBez->NbPoles(); in Handle() local
420 Standard_Integer NbPoles = CBez->NbPoles(); in Handle() local
431 Array1OfReal Weights (1, NbPoles); in Handle()
551 for (ii=1;ii<=BS->NbPoles();ii++) in MultNumandDenom()
611 (tab(i)->Weight(tab(i)->NbPoles())==a)) in Pretreatment()
613 for (j=1;j<=tab(i)->NbPoles();j++) in Pretreatment()
[all …]
/dports/cad/opencascade/opencascade-7.6.0/src/GeomFill/
H A DGeomFill_UniformSection.cxx130 Standard_Integer ii, NbPoles = myCurve->NbPoles(); in Handle() local
131 TColgp_Array2OfPnt Poles( 1, NbPoles, 1, 2); in Handle()
135 for (ii=1; ii <= NbPoles; ii++) { in Handle()
159 void GeomFill_UniformSection::SectionShape(Standard_Integer& NbPoles, in SectionShape() argument
163 NbPoles = myCurve->NbPoles(); in SectionShape()
H A DGeomFill_BSplineCurves.cxx109 Standard_Integer nbp1 = C1->NbPoles(); in SetSameDistribution()
123 Standard_Integer nbp2 = C2->NbPoles(); in SetSameDistribution()
188 return C1->NbPoles(); in SetSameDistribution()
461 TColgp_Array2OfPnt Poles(1,NbPoles, 1,2); in Init()
462 TColgp_Array1OfPnt P1( 1, NbPoles); in Init()
463 TColgp_Array1OfPnt P2( 1, NbPoles); in Init()
467 for (i=1; i<=NbPoles; i++) { in Init()
488 TColStd_Array1OfReal W1(1,NbPoles); in Init()
489 TColStd_Array1OfReal W2(1,NbPoles); in Init()
500 for (i=1; i<=NbPoles; i++) { in Init()
[all …]
/dports/math/vtk8/VTK-8.2.0/Imaging/Core/
H A DvtkImageBSplineInternals.cxx271 NbPoles = 0L; in GetPoleValues()
274 NbPoles = 0L; in GetPoleValues()
277 NbPoles = 1L; in GetPoleValues()
281 NbPoles = 1L; in GetPoleValues()
285 NbPoles = 2L; in GetPoleValues()
290 NbPoles = 2L; in GetPoleValues()
297 NbPoles = 3L; in GetPoleValues()
303 NbPoles = 3L; in GetPoleValues()
309 NbPoles = 4L; in GetPoleValues()
316 NbPoles = 4L; in GetPoleValues()
[all …]
/dports/math/vtk9/VTK-9.1.0/Imaging/Core/
H A DvtkImageBSplineInternals.cxx289 NbPoles = 0L; in GetPoleValues()
292 NbPoles = 0L; in GetPoleValues()
295 NbPoles = 1L; in GetPoleValues()
299 NbPoles = 1L; in GetPoleValues()
303 NbPoles = 2L; in GetPoleValues()
308 NbPoles = 2L; in GetPoleValues()
313 NbPoles = 3L; in GetPoleValues()
319 NbPoles = 3L; in GetPoleValues()
325 NbPoles = 4L; in GetPoleValues()
332 NbPoles = 4L; in GetPoleValues()
[all …]
/dports/math/vtk6/VTK-6.2.0/Imaging/Core/
H A DvtkImageBSplineInternals.cxx271 NbPoles = 0L; in GetPoleValues()
274 NbPoles = 0L; in GetPoleValues()
277 NbPoles = 1L; in GetPoleValues()
281 NbPoles = 1L; in GetPoleValues()
285 NbPoles = 2L; in GetPoleValues()
290 NbPoles = 2L; in GetPoleValues()
297 NbPoles = 3L; in GetPoleValues()
303 NbPoles = 3L; in GetPoleValues()
309 NbPoles = 4L; in GetPoleValues()
316 NbPoles = 4L; in GetPoleValues()
[all …]
/dports/cad/opencascade/opencascade-7.6.0/src/ShapeAlgo/
H A DShapeAlgo_AlgoContainer.cxx148 Standard_Integer NbPoles = bspline->NbPoles(); in ApproxBSplineCurve() local
149 TColgp_Array1OfPnt Poles(1,NbPoles); in ApproxBSplineCurve()
150 TColStd_Array1OfReal Weigs(1,NbPoles); Weigs.Init(1.); in ApproxBSplineCurve()
164 for ( Standard_Integer ipole = 1; ipole < NbPoles; ipole++) { in ApproxBSplineCurve()
207 jpole = mycurve->NbPoles(); in ApproxBSplineCurve()
236 Standard_Integer nbpoles = mbspc.NbPoles(); in ApproxBSplineCurve()
280 Standard_Integer NbPoles = bspline->NbPoles(); in ApproxBSplineCurve() local
281 TColgp_Array1OfPnt2d Poles(1,NbPoles); in ApproxBSplineCurve()
282 TColStd_Array1OfReal Weigs(1,NbPoles); Weigs.Init(1.); in ApproxBSplineCurve()
339 jpole = mycurve->NbPoles(); in ApproxBSplineCurve()
[all …]
/dports/cad/opencascade/opencascade-7.6.0/inc/
H A DAppParCurves.hxx42 …Standard_EXPORT static void BernsteinMatrix (const Standard_Integer NbPoles, const math_Vector& U,…
44 …Standard_EXPORT static void Bernstein (const Standard_Integer NbPoles, const math_Vector& U, math_…
48 …Standard_EXPORT static void SplineFunction (const Standard_Integer NbPoles, const Standard_Integer…
/dports/cad/opencascade/opencascade-7.6.0/src/Hermit/
H A DHermit.cxx635 for (i=3;i<=(BS->NbPoles()-2);i++){ in MovePoles()
695 Herm(2)=3*(BS2->Pole(BS2->NbPoles()).Y()-BS2->Pole(BS2->NbPoles()-1).Y()); in Handle()
696 Herm(3)=BS2->Pole(BS2->NbPoles()).Y(); in Handle()
704 Herm(2)=3*(BS2->Pole(BS2->NbPoles()).Y()-BS2->Pole(BS2->NbPoles()-1).Y()); in Handle()
705 Herm(3)=BS2->Pole(BS2->NbPoles()).Y(); in Handle()
785 Herm(2)=3*(BS2->Pole(BS2->NbPoles()).Y()-BS2->Pole(BS2->NbPoles()-1).Y()); in Handle()
786 Herm(3)=BS2->Pole(BS2->NbPoles()).Y(); in Handle()
794 Herm(2)=3*(BS2->Pole(BS2->NbPoles()).Y()-BS2->Pole(BS2->NbPoles()-1).Y()); in Handle()
877 Herm(2)=3*(BS2->Pole(BS2->NbPoles()).Y()-BS2->Pole(BS2->NbPoles()-1).Y()); in Solutionbis()
878 Herm(3)=BS2->Pole(BS2->NbPoles()).Y(); in Solutionbis()
[all …]
/dports/devel/py-cadquery-pywrap/pywrap-e8c7bc9/opencascade/
H A DAppParCurves.hxx59 …Standard_EXPORT static void BernsteinMatrix (const Standard_Integer NbPoles, const math_Vector& U,…
61 …Standard_EXPORT static void Bernstein (const Standard_Integer NbPoles, const math_Vector& U, math_…
65 …Standard_EXPORT static void SplineFunction (const Standard_Integer NbPoles, const Standard_Integer…
/dports/cad/opencascade/opencascade-7.6.0/src/BlendFunc/
H A DBlendFunc.cxx45 Standard_Integer& NbPoles, in GetShape() argument
55 NbPoles = 2*NbSpan+1; in GetShape()
62 NbPoles = 7 ; in GetShape()
71 NbPoles = 7 ; in GetShape()
79 NbPoles = 8; in GetShape()
87 NbPoles = 2; in GetShape()
/dports/cad/opencascade/opencascade-7.6.0/src/BRepApprox/
H A DBRepApprox_ApproxLine.cxx63 return(myCurveXYZ->NbPoles()); in NbPnts()
65 return(myCurveUV1->NbPoles()); in NbPnts()
67 return(myCurveUV2->NbPoles()); in NbPnts()

12345678910>>...18