Home
last modified time | relevance | path

Searched refs:TheCurve (Results 1 – 25 of 176) sorted by relevance

12345678

/dports/cad/opencascade/opencascade-7.6.0/src/Geom2dAPI/
H A DGeom2dAPI_PointsToBSpline.cxx176 TheCurve.Curve(1, Poles); in Init()
179 TheCurve.Knots(), in Init()
181 TheCurve.Degree()); in Init()
241 TheCurve.Curve(1, Poles); in Init()
270 TheCurve.Knots(),&TheCurve.Multiplicities(), in Init()
362 TheCurve.Curve(1, Poles); in Init()
365 TheCurve.Knots(), in Init()
367 TheCurve.Degree()); in Init()
452 TheCurve.Curve(1, Poles); in Init()
455 TheCurve.Knots(), in Init()
[all …]
/dports/cad/opencascade/opencascade-7.6.0/src/GeomAPI/
H A DGeomAPI_PointsToBSpline.cxx171 TheCurve.Curve(1, Poles); in Init()
174 TheCurve.Knots(), in Init()
175 TheCurve.Multiplicities(), in Init()
176 TheCurve.Degree()); in Init()
238 TheCurve.Curve(1, Poles); in Init()
239 Knots = TheCurve.Knots(); in Init()
246 TheCurve.Multiplicities(), in Init()
247 TheCurve.Degree()); in Init()
330 TheCurve.Curve(1, Poles); in Init()
333 TheCurve.Knots(), in Init()
[all …]
H A DGeomAPI_PointsToBSplineSurface.cxx379 Standard_Integer VDegree = TheCurve.Degree(); in Init()
380 TColgp_Array1OfPnt Poles(1,TheCurve.NbPoles()); in Init()
389 TheCurve.Curve(i, Poles); in Init()
419 TheCurve.Curve(ind, Poles); in Init()
430 TheCurve.Curve(ind, Poles); in Init()
557 Standard_Integer VDegree = TheCurve.Degree(); in Init()
558 TColgp_Array1OfPnt Poles(1,TheCurve.NbPoles()); in Init()
566 TheCurve.Curve(i, Poles); in Init()
724 Standard_Integer VDegree = TheCurve.Degree(); in Init()
756 TheCurve.Knots(),&TheCurve.Multiplicities(), in Init()
[all …]
H A DGeomAPI_ExtremaCurveSurface.cxx83 GeomAdaptor_Curve TheCurve (Curve); in Init() local
88 myExtCS.Perform (TheCurve, TheCurve.FirstParameter(), TheCurve.LastParameter()); in Init()
124 GeomAdaptor_Curve TheCurve (Curve, Wmin, Wmax); in Init() local
130 myExtCS.Perform (TheCurve, Wmin, Wmax); in Init()
/dports/cad/opencascade/opencascade-7.6.0/src/GCPnts/
H A DGCPnts_TangentialDeflection.hxx219 template<class TheCurve>
220 void initialize (const TheCurve& theC,
227 template<class TheCurve>
228 void PerformLinear (const TheCurve& theC);
230 template<class TheCurve>
235 template<class TheCurve>
236 void PerformCurve (const TheCurve& theC);
238 template<class TheCurve>
239 void EvaluateDu (const TheCurve& theC,
246 template<class TheCurve>
[all …]
H A DGCPnts_UniformDeflection.cxx168 template<class TheCurve>
169 static void Controle (const TheCurve& theC, in Controle()
192 template<class TheCurve>
193 static Standard_Boolean PerformLinear (const TheCurve& theC, in PerformLinear()
213 template<class TheCurve>
214 static Standard_Boolean PerformCircular (const TheCurve& theC, in PerformCircular()
242 template<class TheCurve>
275 template<class TheCurve>
278 const TheCurve& theC, in PerformCurve()
299 template<class TheCurve>
[all …]
H A DGCPnts_QuasiUniformDeflection.cxx65 template<class TheCurve>
66 static void QuasiFleche (const TheCurve& theC, in QuasiFleche()
164 template<class TheCurve>
165 static void QuasiFleche (const TheCurve& theC, in QuasiFleche()
235 template<class TheCurve>
256 template<class TheCurve>
284 template<class TheCurve>
316 template<class TheCurve>
319 const TheCurve& theC, in PerformCurve()
370 template<class TheCurve>
[all …]
H A DGCPnts_UniformAbscissa.cxx26 template<class TheCurve>
27 static Standard_Real GetParameterLengthRatio (const TheCurve& theC) in GetParameterLengthRatio()
59 template<class TheCurve>
60 static GCPnts_AbscissaType GetAbsType (const TheCurve& theC) in GetAbsType()
103 template<class TheCurve>
105 const TheCurve& theC, in Perform()
175 template<class TheCurve>
412 template<class TheCurve>
413 void GCPnts_UniformAbscissa::initialize (const TheCurve& theC, in initialize()
531 template<class TheCurve>
[all …]
H A DGCPnts_AbscissaPoint.hxx160 template<class TheCurve>
161 static Standard_Real length (const TheCurve& theC,
166 template<class TheCurve>
167 void compute (const TheCurve& theC,
172 template<class TheCurve>
174 const TheCurve& theC,
H A DGCPnts_AbscissaPoint.cxx25 template<class TheCurve>
26 static GCPnts_AbscissaType computeType (const TheCurve& theC, in computeType()
76 template<class TheCurve>
78 const TheCurve& theC, in Compute()
178 template<class TheCurve>
180 const TheCurve& theC, in AdvCompute()
410 template<class TheCurve>
465 template<class TheCurve>
466 void GCPnts_AbscissaPoint::compute (const TheCurve& theC, in compute()
509 template<class TheCurve>
[all …]
H A DGCPnts_TangentialDeflection.cxx282 template<class TheCurve>
283 void GCPnts_TangentialDeflection::EvaluateDu (const TheCurve& theC, in EvaluateDu()
309 template<class TheCurve>
310 void GCPnts_TangentialDeflection::PerformLinear (const TheCurve& theC) in PerformLinear()
337 template<class TheCurve>
369 template<class TheCurve>
370 void GCPnts_TangentialDeflection::initialize (const TheCurve& theC, in initialize()
503 template<class TheCurve>
504 void GCPnts_TangentialDeflection::PerformCurve (const TheCurve& theC) in PerformCurve()
932 template<class TheCurve>
[all …]
H A DGCPnts_UniformAbscissa.hxx235 template<class TheCurve>
236 void initialize (const TheCurve& theC,
242 template<class TheCurve>
243 void initialize (const TheCurve& theC,
/dports/cad/opencascade/opencascade-7.6.0/inc/
H A DGCPnts_TangentialDeflection.hxx219 template<class TheCurve>
220 void initialize (const TheCurve& theC,
227 template<class TheCurve>
228 void PerformLinear (const TheCurve& theC);
230 template<class TheCurve>
235 template<class TheCurve>
236 void PerformCurve (const TheCurve& theC);
238 template<class TheCurve>
239 void EvaluateDu (const TheCurve& theC,
246 template<class TheCurve>
[all …]
H A DIntCurve_IntCurveCurveGen.lxx28 inline IntCurve_IntCurveCurveGen::IntCurve_IntCurveCurveGen(const TheCurve& C,
52 const TheCurve& C2,
65 const TheCurve& C2,
77 const TheCurve& C2,
91 const TheCurve& C2,
103 inline void IntCurve_IntCurveCurveGen::Perform(const TheCurve& C1,
104 const TheCurve& C2,
112 inline void IntCurve_IntCurveCurveGen::Perform(const TheCurve& C1,
114 const TheCurve& C2,
122 inline void IntCurve_IntCurveCurveGen::Perform(const TheCurve& C1,
[all …]
H A DGCPnts_AbscissaPoint.hxx160 template<class TheCurve>
161 static Standard_Real length (const TheCurve& theC,
166 template<class TheCurve>
167 void compute (const TheCurve& theC,
172 template<class TheCurve>
174 const TheCurve& theC,
H A DExtrema_GLocateExtPC.gxx59 const TheCurve& C,
73 const TheCurve& C,
90 void Extrema_GLocateExtPC::Initialize(const TheCurve& C,
166 myLocExtPC.Initialize((*((TheCurve*)myC)), myintuinf,
183 TheCurveTool::D1(*((TheCurve*)myC), myintuinf, P1, V1);
185 TheCurveTool::D1(*((TheCurve*)myC), myintusup, P1, V1);
199 TheCurveTool::D1(*((TheCurve*)myC), myintuinf, P1, V1);
215 TheCurveTool::D1(*((TheCurve*)myC), myintusup, P1, V1);
217 myLocExtPC.Initialize((*((TheCurve*)myC)), myintuinf,
236 TheCurveTool::D1(*((TheCurve*)myC), myintusup, P1, V1);
[all …]
/dports/cad/opencascade/opencascade-7.6.0/src/IntCurve/
H A DIntCurve_IntCurveCurveGen.lxx28 inline IntCurve_IntCurveCurveGen::IntCurve_IntCurveCurveGen(const TheCurve& C,
52 const TheCurve& C2,
65 const TheCurve& C2,
77 const TheCurve& C2,
91 const TheCurve& C2,
103 inline void IntCurve_IntCurveCurveGen::Perform(const TheCurve& C1,
104 const TheCurve& C2,
112 inline void IntCurve_IntCurveCurveGen::Perform(const TheCurve& C1,
114 const TheCurve& C2,
122 inline void IntCurve_IntCurveCurveGen::Perform(const TheCurve& C1,
[all …]
/dports/devel/py-cadquery-pywrap/pywrap-e8c7bc9/opencascade/
H A DIntCurve_IntCurveCurveGen.lxx28 inline IntCurve_IntCurveCurveGen::IntCurve_IntCurveCurveGen(const TheCurve& C,
52 const TheCurve& C2,
65 const TheCurve& C2,
77 const TheCurve& C2,
91 const TheCurve& C2,
103 inline void IntCurve_IntCurveCurveGen::Perform(const TheCurve& C1,
104 const TheCurve& C2,
112 inline void IntCurve_IntCurveCurveGen::Perform(const TheCurve& C1,
114 const TheCurve& C2,
122 inline void IntCurve_IntCurveCurveGen::Perform(const TheCurve& C1,
[all …]
H A DExtrema_GLocateExtPC.gxx48 const TheCurve& C,
62 const TheCurve& C,
79 void Extrema_GLocateExtPC::Initialize(const TheCurve& C,
155 myLocExtPC.Initialize((*((TheCurve*)myC)), myintuinf,
172 TheCurveTool::D1(*((TheCurve*)myC), myintuinf, P1, V1);
174 TheCurveTool::D1(*((TheCurve*)myC), myintusup, P1, V1);
188 TheCurveTool::D1(*((TheCurve*)myC), myintuinf, P1, V1);
204 TheCurveTool::D1(*((TheCurve*)myC), myintusup, P1, V1);
206 myLocExtPC.Initialize((*((TheCurve*)myC)), myintuinf,
225 TheCurveTool::D1(*((TheCurve*)myC), myintusup, P1, V1);
[all …]
/dports/cad/opencascade/opencascade-7.6.0/src/IntAna/
H A DIntAna_IntQuadQuad.cxx968 TheCurve[NbCurves].SetIsLastOpen(Standard_True); in Perform()
1002 TheCurve[NbCurves].SetIsLastOpen(Standard_True); in Perform()
1077 TheCurve[c1].Domain(DInfC1,DSupC1); in InternalSetNextAndPrevious()
1081 NotLastOpenC2 = ! TheCurve[c2].IsLastOpen(); in InternalSetNextAndPrevious()
1082 NotFirstOpenC2 = ! TheCurve[c2].IsFirstOpen(); in InternalSetNextAndPrevious()
1083 TheCurve[c2].Domain(DInfC2,DSupC2); in InternalSetNextAndPrevious()
1087 (TheCurve[c1].Value(DInfC1) in InternalSetNextAndPrevious()
1095 && (TheCurve[c1].Value(DInfC1) in InternalSetNextAndPrevious()
1105 && (TheCurve[c1].Value(DSupC1) in InternalSetNextAndPrevious()
1114 && (TheCurve[c1].Value(DSupC1) in InternalSetNextAndPrevious()
[all …]
/dports/cad/opencascade/opencascade-7.6.0/src/Extrema/
H A DExtrema_GLocateExtPC.gxx59 const TheCurve& C,
73 const TheCurve& C,
90 void Extrema_GLocateExtPC::Initialize(const TheCurve& C,
166 myLocExtPC.Initialize((*((TheCurve*)myC)), myintuinf,
183 TheCurveTool::D1(*((TheCurve*)myC), myintuinf, P1, V1);
185 TheCurveTool::D1(*((TheCurve*)myC), myintusup, P1, V1);
199 TheCurveTool::D1(*((TheCurve*)myC), myintuinf, P1, V1);
215 TheCurveTool::D1(*((TheCurve*)myC), myintusup, P1, V1);
217 myLocExtPC.Initialize((*((TheCurve*)myC)), myintuinf,
236 TheCurveTool::D1(*((TheCurve*)myC), myintusup, P1, V1);
[all …]
/dports/cad/opencascade/opencascade-7.6.0/src/GeomFill/
H A DGeomFill_FunctionGuide.cxx73 TheCurve.Nullify(); in GeomFill_FunctionGuide()
101 TheCurve = new (Geom_TrimmedCurve) in SetParam()
116 TheCurve = new (Geom_BSplineCurve) in SetParam()
120 TheCurve = new (Geom_BSplineCurve) in SetParam()
126 TheCurve->Transform(Transfo); in SetParam()
127 TheSurface = new(Geom_SurfaceOfRevolution) (TheCurve, Axe); in SetParam()
232 TheCurve->D0(X(1), P); in DerivT()
259 TheCurve->D0(V, Pc); //Q(v) in DSDT()
/dports/cad/opencascade/opencascade-7.6.0/src/GeomConvert/
H A DGeomConvert.cxx79 Handle(Geom_BSplineCurve) TheCurve; in BSplineCurveBuilder() local
99 TheCurve = in BSplineCurveBuilder()
350 TheCurve = in Handle()
354 TheCurve = in Handle()
361 if (TheCurve->IsPeriodic()) in Handle()
368 TheCurve->SetNotPeriodic(); in Handle()
371 TheCurve->Segment(U1,U2); in Handle()
380 TheCurve = ApprCOffs.Curve(); in Handle()
431 TheCurve->SetPeriodic(); in Handle()
450 TheCurve = in Handle()
[all …]
/dports/cad/opencascade/opencascade-7.6.0/src/VrmlConverter/
H A DVrmlConverter_HLRShape.cxx43 BRepAdaptor_Curve TheCurve; in Add() local
113 Tool.Visible(TheCurve,U1,U2); in Add()
114 VrmlConverter_DeflectionCurve::Add(anOStream, TheCurve, U1, U2, theRequestedDeflection); in Add()
144 Tool.Hidden(TheCurve,U1,U2); in Add()
145 VrmlConverter_DeflectionCurve::Add(anOStream, TheCurve, U1, U2, theRequestedDeflection); in Add()
/dports/cad/opencascade/opencascade-7.6.0/src/Geom2dConvert/
H A DGeom2dConvert.cxx101 TheCurve = new BSplineCurve ( in BSplineCurveBuilder()
110 TheCurve->Transform(Sym); in BSplineCurveBuilder()
199 Handle (BSplineCurve) TheCurve; in Handle() local
275 TheCurve = CCTBSpl.BSplineCurve(); in Handle()
325 TheCurve = CCTBSpl.BSplineCurve(); in Handle()
374 TheCurve->Segment(U1,U2); in Handle()
385 TheCurve = ApprCOffs.Curve(); in Handle()
404 TheCurve->SetPeriodic(); in Handle()
414 TheCurve->SetPeriodic(); in Handle()
451 TheCurve = ApprCOffs.Curve(); in Handle()
[all …]

12345678