Home
last modified time | relevance | path

Searched refs:Poles (Results 1 – 25 of 1079) sorted by relevance

12345678910>>...44

/dports/cad/opencascade/opencascade-7.6.0/src/BSplCLib/
H A DBSplCLib_BzSyntaxes.cxx56 const TColgp_Array1OfPnt& Poles, in IncreaseDegree() argument
61 Standard_Integer deg = Poles.Length() - 1; in IncreaseDegree()
74 const TColgp_Array1OfPnt2d& Poles, in IncreaseDegree() argument
124 const TColgp_Array1OfPnt& Poles, in D0() argument
139 const TColgp_Array1OfPnt2d& Poles, in D0() argument
154 const TColgp_Array1OfPnt& Poles, in D1() argument
170 const TColgp_Array1OfPnt2d& Poles, in D1() argument
187 const TColgp_Array1OfPnt& Poles, in D2() argument
204 const TColgp_Array1OfPnt2d& Poles, in D2() argument
222 const TColgp_Array1OfPnt& Poles, in D3() argument
[all …]
H A DBSplCLib.lxx57 const TColgp_Array1OfPnt& Poles,
61 BSplCLib::CacheD0(U, Poles.Length() -1, 0., 1., Poles, Weights, P);
74 BSplCLib::CacheD0(U, Poles.Length() -1, 0., 1., Poles, Weights, P);
88 BSplCLib::CacheD1(U, Poles.Length() -1, 0., 1., Poles, Weights, P, Vec);
102 BSplCLib::CacheD1(U, Poles.Length() -1, 0., 1., Poles, Weights, P, Vec);
117 BSplCLib::CacheD2(U, Poles.Length() -1, 0., 1., Poles, Weights,
133 BSplCLib::CacheD2(U, Poles.Length() -1, 0., 1., Poles, Weights,
150 BSplCLib::CacheD3(U, Poles.Length() -1, 0., 1., Poles, Weights,
167 BSplCLib::CacheD3(U, Poles.Length() -1, 0., 1., Poles, Weights,
177 (const TColgp_Array1OfPnt& Poles,
[all …]
H A DBSplCLib.hxx284 Standard_EXPORT static void Reverse (TColgp_Array1OfPnt& Poles, const Standard_Integer Last);
287 Standard_EXPORT static void Reverse (TColgp_Array1OfPnt2d& Poles, const Standard_Integer Last);
617 …Standard_EXPORT static void D0 (const Standard_Real U, const TColgp_Array1OfPnt& Poles, const TCol…
619 …Standard_EXPORT static void D0 (const Standard_Real U, const TColgp_Array1OfPnt2d& Poles, const TC…
627 …Standard_EXPORT static void D1 (const Standard_Real U, const TColgp_Array1OfPnt& Poles, const TCol…
1061 …static void CoefsD0 (const Standard_Real U, const TColgp_Array1OfPnt& Poles, const TColStd_Array1O…
1066 …static void CoefsD0 (const Standard_Real U, const TColgp_Array1OfPnt2d& Poles, const TColStd_Array…
1098 …static void CoefsD1 (const Standard_Real U, const TColgp_Array1OfPnt& Poles, const TColStd_Array1O…
1103 …static void CoefsD1 (const Standard_Real U, const TColgp_Array1OfPnt2d& Poles, const TColStd_Array…
1201 …static void PolesCoefficients (const TColgp_Array1OfPnt2d& Poles, TColgp_Array1OfPnt2d& CachePoles…
[all …]
H A DBSplCLib_CurveComputation.gxx58 l = Poles.Lower() + (l-Poles.Lower()) % (Poles.Upper()-Poles.Lower()+1);
66 temp(l-Poles.Lower()+Poles.Upper()-i+1) = Poles(i);
68 for (i = Poles.Lower(); i <= Poles.Upper(); i++)
69 Poles(i) = temp(i-Poles.Lower());
1172 PArray = (Standard_Real *) &Poles(Poles.Lower()) ;
1198 PArray = (Standard_Real *) &Poles(Poles.Lower()) ;
1312 for (i=Poles.Lower(); i<=Poles.Upper(); i++) {
1368 poles_array = (Standard_Real *) &Poles(Poles.Lower()) ;
1400 PolesArray = (Standard_Real *) &Poles(Poles.Lower()) ;
1436 (Standard_Real *) &Poles(Poles.Lower()) ;
[all …]
/dports/cad/opencascade/opencascade-7.6.0/inc/
H A DBSplCLib.lxx57 const TColgp_Array1OfPnt& Poles,
61 BSplCLib::CacheD0(U, Poles.Length() -1, 0., 1., Poles, Weights, P);
74 BSplCLib::CacheD0(U, Poles.Length() -1, 0., 1., Poles, Weights, P);
88 BSplCLib::CacheD1(U, Poles.Length() -1, 0., 1., Poles, Weights, P, Vec);
102 BSplCLib::CacheD1(U, Poles.Length() -1, 0., 1., Poles, Weights, P, Vec);
117 BSplCLib::CacheD2(U, Poles.Length() -1, 0., 1., Poles, Weights,
133 BSplCLib::CacheD2(U, Poles.Length() -1, 0., 1., Poles, Weights,
150 BSplCLib::CacheD3(U, Poles.Length() -1, 0., 1., Poles, Weights,
167 BSplCLib::CacheD3(U, Poles.Length() -1, 0., 1., Poles, Weights,
177 (const TColgp_Array1OfPnt& Poles,
[all …]
H A DBSplCLib.hxx284 Standard_EXPORT static void Reverse (TColgp_Array1OfPnt& Poles, const Standard_Integer Last);
287 Standard_EXPORT static void Reverse (TColgp_Array1OfPnt2d& Poles, const Standard_Integer Last);
617 …Standard_EXPORT static void D0 (const Standard_Real U, const TColgp_Array1OfPnt& Poles, const TCol…
619 …Standard_EXPORT static void D0 (const Standard_Real U, const TColgp_Array1OfPnt2d& Poles, const TC…
627 …Standard_EXPORT static void D1 (const Standard_Real U, const TColgp_Array1OfPnt& Poles, const TCol…
1061 …static void CoefsD0 (const Standard_Real U, const TColgp_Array1OfPnt& Poles, const TColStd_Array1O…
1066 …static void CoefsD0 (const Standard_Real U, const TColgp_Array1OfPnt2d& Poles, const TColStd_Array…
1098 …static void CoefsD1 (const Standard_Real U, const TColgp_Array1OfPnt& Poles, const TColStd_Array1O…
1103 …static void CoefsD1 (const Standard_Real U, const TColgp_Array1OfPnt2d& Poles, const TColStd_Array…
1201 …static void PolesCoefficients (const TColgp_Array1OfPnt2d& Poles, TColgp_Array1OfPnt2d& CachePoles…
[all …]
H A DBSplSLib.lxx28 const TColgp_Array2OfPnt& Poles,
33 Poles.RowLength() - 1, Poles.ColLength() - 1,
35 Poles, Weights, Point);
45 const TColgp_Array2OfPnt& Poles,
52 Poles.RowLength() - 1, Poles.ColLength() - 1,
54 Poles, Weights, Point, VecU, VecV);
64 const TColgp_Array2OfPnt& Poles,
74 Poles.RowLength() - 1, Poles.ColLength() - 1,
76 Poles, Weights, Point, VecU, VecV,
86 inline void BSplSLib::PolesCoefficients(const TColgp_Array2OfPnt& Poles,
[all …]
H A DBSplSLib.hxx208 …Standard_EXPORT static void Reverse (TColgp_Array2OfPnt& Poles, const Standard_Integer Last, const…
233 …Standard_EXPORT static void SetPoles (const TColgp_Array2OfPnt& Poles, TColStd_Array1OfReal& FP, c…
236 …Standard_EXPORT static void SetPoles (const TColgp_Array2OfPnt& Poles, const TColStd_Array2OfReal&…
239 …Standard_EXPORT static void GetPoles (const TColStd_Array1OfReal& FP, TColgp_Array2OfPnt& Poles, c…
242 …Standard_EXPORT static void GetPoles (const TColStd_Array1OfReal& FP, TColgp_Array2OfPnt& Poles, T…
297 … (const Standard_Real U, const Standard_Real V, const TColgp_Array2OfPnt& Poles, const TColStd_Arr…
315 … (const Standard_Real U, const Standard_Real V, const TColgp_Array2OfPnt& Poles, const TColStd_Arr…
333 … (const Standard_Real U, const Standard_Real V, const TColgp_Array2OfPnt& Poles, const TColStd_Arr…
336 static void PolesCoefficients (const TColgp_Array2OfPnt& Poles, TColgp_Array2OfPnt& CachePoles);
342 …Standard_EXPORT static void PolesCoefficients (const TColgp_Array2OfPnt& Poles, const TColStd_Arra…
[all …]
H A DBSplCLib_CurveComputation.gxx58 l = Poles.Lower() + (l-Poles.Lower()) % (Poles.Upper()-Poles.Lower()+1);
66 temp(l-Poles.Lower()+Poles.Upper()-i+1) = Poles(i);
68 for (i = Poles.Lower(); i <= Poles.Upper(); i++)
69 Poles(i) = temp(i-Poles.Lower());
1172 PArray = (Standard_Real *) &Poles(Poles.Lower()) ;
1198 PArray = (Standard_Real *) &Poles(Poles.Lower()) ;
1312 for (i=Poles.Lower(); i<=Poles.Upper(); i++) {
1368 poles_array = (Standard_Real *) &Poles(Poles.Lower()) ;
1400 PolesArray = (Standard_Real *) &Poles(Poles.Lower()) ;
1436 (Standard_Real *) &Poles(Poles.Lower()) ;
[all …]
/dports/devel/py-cadquery-pywrap/pywrap-e8c7bc9/opencascade/
H A DBSplCLib.lxx57 const TColgp_Array1OfPnt& Poles,
61 BSplCLib::CacheD0(U, Poles.Length() -1, 0., 1., Poles, Weights, P);
74 BSplCLib::CacheD0(U, Poles.Length() -1, 0., 1., Poles, Weights, P);
88 BSplCLib::CacheD1(U, Poles.Length() -1, 0., 1., Poles, Weights, P, Vec);
102 BSplCLib::CacheD1(U, Poles.Length() -1, 0., 1., Poles, Weights, P, Vec);
117 BSplCLib::CacheD2(U, Poles.Length() -1, 0., 1., Poles, Weights,
133 BSplCLib::CacheD2(U, Poles.Length() -1, 0., 1., Poles, Weights,
150 BSplCLib::CacheD3(U, Poles.Length() -1, 0., 1., Poles, Weights,
167 BSplCLib::CacheD3(U, Poles.Length() -1, 0., 1., Poles, Weights,
177 (const TColgp_Array1OfPnt& Poles,
[all …]
H A DBSplCLib.hxx284 Standard_EXPORT static void Reverse (TColgp_Array1OfPnt& Poles, const Standard_Integer Last);
287 Standard_EXPORT static void Reverse (TColgp_Array1OfPnt2d& Poles, const Standard_Integer Last);
614 …Standard_EXPORT static void D0 (const Standard_Real U, const TColgp_Array1OfPnt& Poles, const TCol…
616 …Standard_EXPORT static void D0 (const Standard_Real U, const TColgp_Array1OfPnt2d& Poles, const TC…
624 …Standard_EXPORT static void D1 (const Standard_Real U, const TColgp_Array1OfPnt& Poles, const TCol…
1058 …static void CoefsD0 (const Standard_Real U, const TColgp_Array1OfPnt& Poles, const TColStd_Array1O…
1063 …static void CoefsD0 (const Standard_Real U, const TColgp_Array1OfPnt2d& Poles, const TColStd_Array…
1095 …static void CoefsD1 (const Standard_Real U, const TColgp_Array1OfPnt& Poles, const TColStd_Array1O…
1100 …static void CoefsD1 (const Standard_Real U, const TColgp_Array1OfPnt2d& Poles, const TColStd_Array…
1198 …static void PolesCoefficients (const TColgp_Array1OfPnt2d& Poles, TColgp_Array1OfPnt2d& CachePoles…
[all …]
H A DBSplSLib.lxx28 const TColgp_Array2OfPnt& Poles,
33 Poles.RowLength() - 1, Poles.ColLength() - 1,
35 Poles, Weights, Point);
45 const TColgp_Array2OfPnt& Poles,
52 Poles.RowLength() - 1, Poles.ColLength() - 1,
54 Poles, Weights, Point, VecU, VecV);
64 const TColgp_Array2OfPnt& Poles,
74 Poles.RowLength() - 1, Poles.ColLength() - 1,
76 Poles, Weights, Point, VecU, VecV,
86 inline void BSplSLib::PolesCoefficients(const TColgp_Array2OfPnt& Poles,
[all …]
H A DBSplSLib.hxx208 …Standard_EXPORT static void Reverse (TColgp_Array2OfPnt& Poles, const Standard_Integer Last, const…
233 …Standard_EXPORT static void SetPoles (const TColgp_Array2OfPnt& Poles, TColStd_Array1OfReal& FP, c…
236 …Standard_EXPORT static void SetPoles (const TColgp_Array2OfPnt& Poles, const TColStd_Array2OfReal&…
239 …Standard_EXPORT static void GetPoles (const TColStd_Array1OfReal& FP, TColgp_Array2OfPnt& Poles, c…
242 …Standard_EXPORT static void GetPoles (const TColStd_Array1OfReal& FP, TColgp_Array2OfPnt& Poles, T…
297 … (const Standard_Real U, const Standard_Real V, const TColgp_Array2OfPnt& Poles, const TColStd_Arr…
315 … (const Standard_Real U, const Standard_Real V, const TColgp_Array2OfPnt& Poles, const TColStd_Arr…
333 … (const Standard_Real U, const Standard_Real V, const TColgp_Array2OfPnt& Poles, const TColStd_Arr…
336 static void PolesCoefficients (const TColgp_Array2OfPnt& Poles, TColgp_Array2OfPnt& CachePoles);
342 …Standard_EXPORT static void PolesCoefficients (const TColgp_Array2OfPnt& Poles, const TColStd_Arra…
[all …]
H A DBSplCLib_CurveComputation.gxx58 l = Poles.Lower() + (l-Poles.Lower()) % (Poles.Upper()-Poles.Lower()+1);
66 temp(l-Poles.Lower()+Poles.Upper()-i+1) = Poles(i);
68 for (i = Poles.Lower(); i <= Poles.Upper(); i++)
69 Poles(i) = temp(i-Poles.Lower());
1172 PArray = (Standard_Real *) &Poles(Poles.Lower()) ;
1198 PArray = (Standard_Real *) &Poles(Poles.Lower()) ;
1312 for (i=Poles.Lower(); i<=Poles.Upper(); i++) {
1368 poles_array = (Standard_Real *) &Poles(Poles.Lower()) ;
1400 PolesArray = (Standard_Real *) &Poles(Poles.Lower()) ;
1436 (Standard_Real *) &Poles(Poles.Lower()) ;
[all …]
/dports/cad/opencascade/opencascade-7.6.0/src/FairCurve/
H A DFairCurve_MinimalVariation.cxx187 gp_Vec2d OldDerive( Poles->Value(Poles->Lower()), in Compute()
188 Poles->Value(Poles->Lower()+1) ); in Compute()
195 … gp_Vec2d OldSeconde( Poles->Value(Poles->Lower()).XY() + Poles->Value(Poles->Lower()+2).XY() in Compute()
208 gp_Vec2d OldDerive( Poles->Value(Poles->Upper()-1), in Compute()
209 Poles->Value(Poles->Upper()) ); in Compute()
215 … gp_Vec2d OldSeconde( Poles->Value(Poles->Upper()).XY() + Poles->Value(Poles->Upper()-2).XY() in Compute()
331 + Poles->Value(Poles->Lower()+2).XY()); in Compute()
339 Tangente.SetXY ( Poles->Value(Poles->Upper()).XY() in Compute()
345 + Poles->Value(Poles->Upper()-2).XY()); in Compute()
353 OldP1 = Poles->Value(Poles->Lower()); in Compute()
[all …]
H A DFairCurve_Batten.cxx105 Poles = Npoles; in FairCurve_Batten()
250 gp_Vec2d OldDerive( Poles->Value(Poles->Lower()), in Compute()
251 Poles->Value(Poles->Lower()+1) ); in Compute()
259 gp_Vec2d OldDerive( Poles->Value(Poles->Upper()-1), in Compute()
260 Poles->Value(Poles->Upper()) ); in Compute()
352 Poles = NPoles; in Compute()
358 gp_Vec2d Tangente ( Poles->Value(Poles->Lower()+1).Coord() in Compute()
365 gp_Vec2d Tangente ( Poles->Value(Poles->Upper()).Coord() in Compute()
371 OldP1 = Poles->Value(Poles->Lower()); in Compute()
372 OldP2 = Poles->Value(Poles->Upper()); in Compute()
[all …]
/dports/cad/opencascade/opencascade-7.6.0/src/Geom/
H A DGeom_BezierSurface.cxx1282 Poles (Row, Col) = Poles (Poles.ColLength() - Row + 1, Col); in UReverse()
1283 Poles (Poles.ColLength() - Row + 1, Col) = Pol; in UReverse()
1291 Poles (Row, Col) = Poles (Poles.ColLength() - Row + 1, Col); in UReverse()
1292 Poles (Poles.ColLength() - Row + 1, Col) = Pol; in UReverse()
1328 Poles (Row, Col) = Poles (Row, Poles.RowLength() - Col + 1); in VReverse()
1329 Poles (Row, Poles.RowLength() - Col + 1) = Pol; in VReverse()
1337 Poles (Row, Col)= Poles (Row, Poles.RowLength() - Col + 1); in VReverse()
1338 Poles (Row, Poles.RowLength() - Col + 1) = Pol; in VReverse()
1637 TColgp_Array1OfPnt VCurvePoles (Poles.LowerCol() , Poles.UpperCol()); in Handle()
1683 TColgp_Array1OfPnt VCurvePoles (Poles.LowerRow() , Poles.UpperRow()); in Handle()
[all …]
/dports/cad/opencascade/opencascade-7.6.0/src/GeomLib/
H A DGeomLib_MakeCurvefromApprox.cxx91 TColgp_Array1OfPnt2d Poles( 1, myApprox.NbPoles()); in Handle() local
95 myApprox.Poles2d(Index2d, Poles); in Handle()
123 TColgp_Array1OfPnt2d Poles ( 1, myApprox.NbPoles()); in Handle() local
128 myApprox.Poles2d(Index2d, Poles); in Handle()
136 Poles(i).Coord(X,Y); in Handle()
137 Poles(i).SetCoord(X/W, Y/W); in Handle()
202 TColgp_Array1OfPnt Poles( 1, myApprox.NbPoles()); in Handle() local
206 myApprox.Poles(Index3d, Poles); in Handle()
239 myApprox.Poles (Index3d, Poles); in Handle()
247 Poles(i).Coord(X,Y,Z); in Handle()
[all …]
/dports/cad/opencascade/opencascade-7.6.0/src/HLRBRep/
H A DHLRBRep.cxx70 TColgp_Array1OfPnt2d Poles(1,ec.NbPoles()); in MakeEdge() local
74 ec.PolesAndWeights(Poles,Weights); in MakeEdge()
75 ec2d = new Geom2d_BezierCurve(Poles,Weights); in MakeEdge()
78 ec.Poles(Poles); in MakeEdge()
79 ec2d = new Geom2d_BezierCurve(Poles); in MakeEdge()
113 ec.Poles(theCurve, Poles); in MakeEdge()
128 ec.PolesAndWeights(Poles,Weights); in MakeEdge()
132 ec.Poles(Poles); in MakeEdge()
143 TColgp_Array1OfPnt2d Poles(1,nbPnt); in MakeEdge() local
152 Poles(i) = ec.Value(par3d); in MakeEdge()
[all …]
/dports/cad/opencascade/opencascade-7.6.0/src/BSplSLib/
H A DBSplSLib.lxx28 const TColgp_Array2OfPnt& Poles,
33 Poles.RowLength() - 1, Poles.ColLength() - 1,
35 Poles, Weights, Point);
45 const TColgp_Array2OfPnt& Poles,
52 Poles.RowLength() - 1, Poles.ColLength() - 1,
54 Poles, Weights, Point, VecU, VecV);
64 const TColgp_Array2OfPnt& Poles,
74 Poles.RowLength() - 1, Poles.ColLength() - 1,
76 Poles, Weights, Point, VecU, VecV,
86 inline void BSplSLib::PolesCoefficients(const TColgp_Array2OfPnt& Poles,
[all …]
H A DBSplSLib.hxx208 …Standard_EXPORT static void Reverse (TColgp_Array2OfPnt& Poles, const Standard_Integer Last, const…
233 …Standard_EXPORT static void SetPoles (const TColgp_Array2OfPnt& Poles, TColStd_Array1OfReal& FP, c…
236 …Standard_EXPORT static void SetPoles (const TColgp_Array2OfPnt& Poles, const TColStd_Array2OfReal&…
239 …Standard_EXPORT static void GetPoles (const TColStd_Array1OfReal& FP, TColgp_Array2OfPnt& Poles, c…
242 …Standard_EXPORT static void GetPoles (const TColStd_Array1OfReal& FP, TColgp_Array2OfPnt& Poles, T…
297 … (const Standard_Real U, const Standard_Real V, const TColgp_Array2OfPnt& Poles, const TColStd_Arr…
315 … (const Standard_Real U, const Standard_Real V, const TColgp_Array2OfPnt& Poles, const TColStd_Arr…
333 … (const Standard_Real U, const Standard_Real V, const TColgp_Array2OfPnt& Poles, const TColStd_Arr…
336 static void PolesCoefficients (const TColgp_Array2OfPnt& Poles, TColgp_Array2OfPnt& CachePoles);
342 …Standard_EXPORT static void PolesCoefficients (const TColgp_Array2OfPnt& Poles, const TColStd_Arra…
[all …]
H A DBSplSLib.cxx633 Poles, in D0()
1408 (l - Poles.LowerRow())%(Poles.ColLength()); in Reverse()
1410 Poles.LowerCol(), Poles.UpperCol()); in Reverse()
1422 temp(l+Poles.ColLength()-i,j) = Poles(i,j); in Reverse()
1429 Poles(i,j) = temp (i-Poles.LowerRow(),j); in Reverse()
1435 (l - Poles.LowerCol())%(Poles.RowLength()); in Reverse()
1449 temp(i,l+Poles.RowLength()-j) = Poles(i,j); in Reverse()
1456 Poles(i,j) = temp (i,j-Poles.LowerCol()); in Reverse()
1953 Poles, in BuildCache()
2935 for (i=Poles.LowerRow(); i<=Poles.UpperRow(); i++) { in MovePoint()
[all …]
/dports/cad/opencascade/opencascade-7.6.0/src/GeomFill/
H A DGeomFill_BezierCurves.cxx243 CC1->Poles(P1); in Init()
244 CC2->Poles(P2); in Init()
245 CC3->Poles(P3); in Init()
246 CC4->Poles(P4); in Init()
312 Caro.Poles(Poles); in Init()
385 CC1->Poles(P1); in Init()
386 CC2->Poles(P2); in Init()
390 Poles(i, 1) = P1(i); in Init()
442 CC1->Poles(P1); in Init()
443 CC2->Poles(P2); in Init()
[all …]
H A DGeomFill_EvolvedSection.cxx77 TColgp_Array1OfPnt& Poles, in D0() argument
83 myCurve->Poles(Poles); in D0()
85 Poles(ii).ChangeCoord() *= val; in D0()
96 TColgp_Array1OfPnt& Poles, in D1() argument
105 myCurve->Poles(Poles); in D1()
108 DPoles(ii).SetXYZ(Poles(ii).XYZ()); in D1()
110 Poles(ii).ChangeCoord() *= val; in D1()
121 TColgp_Array1OfPnt& Poles, in D2() argument
131 myCurve->Poles(Poles); in D2()
135 DPoles(ii).SetXYZ(Poles(ii).XYZ()); in D2()
[all …]
H A DGeomFill_BSplineCurves.cxx117 C1->Poles(P1); in SetSameDistribution()
131 C2->Poles(P2); in SetSameDistribution()
296 CC1->Poles(P1); in Init()
297 CC2->Poles(P2); in Init()
298 CC3->Poles(P3); in Init()
299 CC4->Poles(P4); in Init()
376 Caro.Poles(Poles); in Init()
464 CC1->Poles(P1); in Init()
465 CC2->Poles(P2); in Init()
546 CC1->Poles(P1); in Init()
[all …]

12345678910>>...44