Home
last modified time | relevance | path

Searched refs:theSol (Results 1 – 17 of 17) sorted by relevance

/dports/cad/opencascade/opencascade-7.6.0/src/BRepBlend/
H A DBRepBlend_AppFunc.cxx38 const math_Vector& theSol, in Point() argument
43 theSol(1), theSol(2), theSol(3), theSol(4)); in Point()
46 void BRepBlend_AppFunc::Vec(math_Vector& theSol, in Vec() argument
49 Pnt.ParametersOnS1(theSol(1),theSol(2)); in Vec()
50 Pnt.ParametersOnS2(theSol(3),theSol(4)); in Vec()
H A DBRepBlend_AppFuncRst.cxx38 const math_Vector& theSol, in Point() argument
43 theSol(1), theSol(2), theSol(3)); in Point()
46 void BRepBlend_AppFuncRst::Vec(math_Vector& theSol, in Vec() argument
49 Pnt.ParametersOnS(theSol(1),theSol(2)); in Vec()
50 theSol(3) = Pnt.ParameterOnC(); in Vec()
H A DBRepBlend_AppFuncRstRst.cxx38 const math_Vector& theSol, in Point() argument
43 theSol(1), theSol(2)); in Point()
46 void BRepBlend_AppFuncRstRst::Vec(math_Vector& theSol, in Vec() argument
49 theSol(1) = Pnt.ParameterOnC1(); in Vec()
50 theSol(2) = Pnt.ParameterOnC2(); in Vec()
H A DBRepBlend_SurfRstLineBuilder.cxx164 ArcToRecadre(const math_Vector& theSol, in ArcToRecadre() argument
177 pt2d.SetCoord(theSol(1),theSol(2)); in ArcToRecadre()
/dports/cad/opencascade/opencascade-7.6.0/inc/
H A DBlend_Walking_3.gxx18 const math_Vector& theSol,
33 pt2d.SetCoord(theSol(1),theSol(2));
38 pt2d.SetCoord(theSol(3),theSol(4));
74 const math_Vector& theSol,
99 Indexsol = ArcToRecadre(OnFirst, theSol, 0,
174 Pnt2.SetCoord(theSol(3), theSol(4));
179 Pnt2.SetCoord(theSol(1), theSol(2));
195 solrst(3) = theSol(3);
196 solrst(4) = theSol(4);
199 solrst(3) = theSol(1);
[all …]
H A Dmath_GlobOptMin.hxx104 Standard_EXPORT void Points(const Standard_Integer theIndex, math_Vector& theSol);
/dports/cad/opencascade/opencascade-7.6.0/src/Blend/
H A DBlend_Walking_3.gxx18 const math_Vector& theSol,
33 pt2d.SetCoord(theSol(1),theSol(2));
38 pt2d.SetCoord(theSol(3),theSol(4));
74 const math_Vector& theSol,
99 Indexsol = ArcToRecadre(OnFirst, theSol, 0,
174 Pnt2.SetCoord(theSol(3), theSol(4));
179 Pnt2.SetCoord(theSol(1), theSol(2));
195 solrst(3) = theSol(3);
196 solrst(4) = theSol(4);
199 solrst(3) = theSol(1);
[all …]
/dports/devel/py-cadquery-pywrap/pywrap-e8c7bc9/opencascade/
H A DBlend_Walking_3.gxx18 const math_Vector& theSol,
33 pt2d.SetCoord(theSol(1),theSol(2));
38 pt2d.SetCoord(theSol(3),theSol(4));
74 const math_Vector& theSol,
99 Indexsol = ArcToRecadre(OnFirst, theSol, 0,
174 Pnt2.SetCoord(theSol(3), theSol(4));
179 Pnt2.SetCoord(theSol(1), theSol(2));
195 solrst(3) = theSol(3);
196 solrst(4) = theSol(4);
199 solrst(3) = theSol(1);
[all …]
H A Dmath_GlobOptMin.hxx104 Standard_EXPORT void Points(const Standard_Integer theIndex, math_Vector& theSol);
/dports/math/R-cran-CVST/CVST/R/
H A Dmethods.R102 theSol = try(solve(K + lambda * Diagonal(x=1/diagW), q)) functionVar
103 if (class(theSol) == "try-error") {
106 alphan = as.vector(theSol)
/dports/graphics/ossim/ossim-OrchidIsland-2.11.1/src/base/
H A DossimAdjustmentExecutive.cpp34 theSol(0), in ossimAdjustmentExecutive()
79 theSol(0), in ossimAdjustmentExecutive()
123 delete theSol; in ~ossimAdjustmentExecutive()
377 theSol = new ossimWLSBundleSolution(); in initializeSolution()
413 theExecValid = theSol->run(theSolAttributes); in runSolution()
/dports/cad/opencascade/opencascade-7.6.0/src/Extrema/
H A DExtrema_GenExtPS.cxx55 Bnd_Sphere& theSol) in Bnd_SphereUBTreeSelector() argument
58 mySol(theSol) in Bnd_SphereUBTreeSelector()
84 Bnd_Sphere& theSol) in Bnd_SphereUBTreeSelectorMin() argument
85 : Bnd_SphereUBTreeSelector(theSphereArray, theSol), in Bnd_SphereUBTreeSelectorMin()
131 Bnd_Sphere& theSol) in Bnd_SphereUBTreeSelectorMax() argument
132 : Bnd_SphereUBTreeSelector(theSphereArray, theSol), in Bnd_SphereUBTreeSelectorMax()
/dports/graphics/ossim/ossim-OrchidIsland-2.11.1/include/ossim/base/
H A DossimAdjustmentExecutive.h117 ossimWLSBundleSolution* theSol; variable
/dports/cad/opencascade/opencascade-7.6.0/src/math/
H A Dmath_GlobOptMin.hxx104 Standard_EXPORT void Points(const Standard_Integer theIndex, math_Vector& theSol);
H A Dmath_GlobOptMin.cxx562 void math_GlobOptMin::Points(const Standard_Integer theIndex, math_Vector& theSol) in Points() argument
567 theSol(j) = myY((theIndex - 1) * myN + j); in Points()
/dports/cad/opencascade/opencascade-7.6.0/src/BOPAlgo/
H A DBOPAlgo_BOP.cxx62 void MapFacesToBuildSolids(const TopoDS_Shape& theSol,
1584 void MapFacesToBuildSolids(const TopoDS_Shape& theSol, in MapFacesToBuildSolids() argument
1587 TopExp_Explorer aExp(theSol, TopAbs_FACE); in MapFacesToBuildSolids()
1598 pLSol->Append(theSol); in MapFacesToBuildSolids()
1603 pLSol->Append(theSol); in MapFacesToBuildSolids()
/dports/cad/opencascade/opencascade-7.6.0/src/BRepOffset/
H A DBRepOffset_MakeOffset.cxx365 static void CorrectSolid(TopoDS_Solid& theSol, TopTools_ListOfShape& theSolList);
3911 void CorrectSolid(TopoDS_Solid& theSol, TopTools_ListOfShape& theSolList) in CorrectSolid() argument
3918 TopoDS_Iterator anIt(theSol); in CorrectSolid()
3946 anIt.Initialize(theSol); in CorrectSolid()
3983 theSol = aNewSol; in CorrectSolid()