Home
last modified time | relevance | path

Searched refs:ILast (Results 1 – 7 of 7) sorted by relevance

/dports/cad/opencascade/opencascade-7.6.0/inc/
H A Dmath_FunctionAllRoots.lxx44 Standard_Integer& ILast) const {
47 ILast=ifin.Value(Index);
H A Dmath_FunctionAllRoots.hxx75 …ervalState (const Standard_Integer Index, Standard_Integer& IFirst, Standard_Integer& ILast) const;
/dports/cad/opencascade/opencascade-7.6.0/src/math/
H A Dmath_FunctionAllRoots.lxx44 Standard_Integer& ILast) const {
47 ILast=ifin.Value(Index);
H A Dmath_FunctionAllRoots.hxx75 …ervalState (const Standard_Integer Index, Standard_Integer& IFirst, Standard_Integer& ILast) const;
/dports/devel/py-cadquery-pywrap/pywrap-e8c7bc9/opencascade/
H A Dmath_FunctionAllRoots.lxx44 Standard_Integer& ILast) const {
47 ILast=ifin.Value(Index);
H A Dmath_FunctionAllRoots.hxx75 …ervalState (const Standard_Integer Index, Standard_Integer& IFirst, Standard_Integer& ILast) const;
/dports/cad/opencascade/opencascade-7.6.0/src/BRepFill/
H A DBRepFill_Sweep.cxx2092 const Standard_Integer ILast, in BuildShell() argument
2104 Standard_Integer NbPath = ILast - IFirst; in BuildShell()
2372 if (! LastShape.IsNull() && (ILast==myLoc->NbLaw()+1) ) { in BuildShell()
2386 UpdateVertex(ILast-1, isec+1, TabErr(isec, NbPath), in BuildShell()
2397 UpdateVertex(ILast-1, 1, in BuildShell()
2691 (global_vclose && ILast == myLoc->NbLaw()+1)) in BuildShell()
2932 Standard_Integer IFirst = 1, ILast; in Build() local
2935 if (ii > NbTrous) ILast = NbPath+1; in Build()
2936 else ILast = Trous->Value(ii); in Build()
2938 IFirst, ILast, in Build()
[all …]