Home
last modified time | relevance | path

Searched refs:anIndex (Results 1 – 25 of 512) sorted by relevance

12345678910>>...21

/dports/cad/opencascade/opencascade-7.6.0/src/GCPnts/
H A DGCPnts_AbscissaPoint.cxx112 Standard_Integer anIndex = 1; in Compute() local
122 while (anIndex >= 1 in Compute()
147 theComputer.Init (theC, aTI (anIndex), aTI (anIndex + 1)); in Compute()
158 ++anIndex; in Compute()
162 --anIndex; in Compute()
244 ++anIndex; in AdvCompute()
247 while (anIndex >= 1 in AdvCompute()
272 theComputer.Init (theC, aTI (anIndex), aTI (anIndex + 1), theEPSILON); in AdvCompute()
283 ++anIndex; in AdvCompute()
287 --anIndex; in AdvCompute()
[all …]
H A DGCPnts_UniformAbscissa.cxx118 Standard_Integer anIndex = 1; in Perform() local
119 theParameters.SetValue (anIndex, aUU1); in Perform()
138 anIndex += 1; in Perform()
167 theNbPoints = anIndex; in Perform()
198 Standard_Integer anIndex = 1; in PerformLengthParametrized() local
200 theParameters.SetValue (anIndex, aUU1); in PerformLengthParametrized()
203 anIndex += 1; in PerformLengthParametrized()
207 theParameters.SetValue (anIndex, aUU2); in PerformLengthParametrized()
212 theParameters.SetValue (anIndex, aUi); in PerformLengthParametrized()
220 anIndex -= 1; in PerformLengthParametrized()
[all …]
H A DGCPnts_QuasiUniformAbscissa.cxx193 Standard_Integer anIndex = 1; in initialize() local
198 while (aLP (anIndex).X() < aCorde) in initialize()
200 ++anIndex; in initialize()
202 …Standard_Real anAlpha = (aCorde - aLP(anIndex - 1).X()) / (aLP (anIndex).X() - aLP (anIndex-1).X(… in initialize()
203 … Standard_Real aU = aLP (anIndex - 1).Y() + anAlpha * (aLP (anIndex).Y() - aLP (anIndex-1).Y()); in initialize()
/dports/cad/opencascade/opencascade-7.6.0/inc/
H A DBVH_SweepPlaneBuilder.hxx80 for (Standard_Integer anIndex = 1; anIndex < aNodeNbPrimitives; ++anIndex) in buildNode() local
82 aLftBox.Combine (theSet->Box (anIndex + aNodeBegPrimitive - 1)); in buildNode()
83 aLftSet (anIndex) = static_cast<Standard_Real> (aLftBox.Area()); in buildNode()
87 for (Standard_Integer anIndex = 1; anIndex < aNodeNbPrimitives; ++anIndex) in buildNode() local
89 aRghBox.Combine (theSet->Box (aNodeEndPrimitive - anIndex + 1)); in buildNode()
90 aRghSet (anIndex) = static_cast<Standard_Real> (aRghBox.Area()); in buildNode()
122 …for (Standard_Integer anIndex = aNodeBegPrimitive; anIndex < aMinSplitIndex + aNodeBegPrimitive; +… in buildNode() local
124 aMinSplitBoxLft.Combine (theSet->Box (anIndex)); in buildNode()
127 …for (Standard_Integer anIndex = aNodeEndPrimitive; anIndex >= aMinSplitIndex + aNodeBegPrimitive; … in buildNode() local
129 aMinSplitBoxRgh.Combine (theSet->Box (anIndex)); in buildNode()
H A DGraphic3d_ArrayOfPrimitives.hxx139 return anIndex; in AddVertex()
149 return anIndex; in AddVertex()
161 SetVertexColor (anIndex, theColor32); in AddVertex()
162 return anIndex; in AddVertex()
172 SetVertexColor (anIndex, theColor); in AddVertex()
173 return anIndex; in AddVertex()
204 return anIndex; in AddVertex()
215 return anIndex; in AddVertex()
229 return anIndex; in AddVertex()
260 return anIndex; in AddVertex()
[all …]
H A DBVH_Triangulation.hxx68 const BVH_Vec4i& anIndex = BVH::Array<Standard_Integer, 4>::Value (Elements, theIndex); in Box() local
70 const BVH_VecNt& aPoint0 = BVH::Array<T, N>::Value (Vertices, anIndex.x()); in Box()
71 const BVH_VecNt& aPoint1 = BVH::Array<T, N>::Value (Vertices, anIndex.y()); in Box()
72 const BVH_VecNt& aPoint2 = BVH::Array<T, N>::Value (Vertices, anIndex.z()); in Box()
87 const BVH_Vec4i& anIndex = BVH::Array<Standard_Integer, 4>::Value (Elements, theIndex); in Center() local
89 const BVH_VecNt& aPoint0 = BVH::Array<T, N>::Value (Vertices, anIndex.x()); in Center()
90 const BVH_VecNt& aPoint1 = BVH::Array<T, N>::Value (Vertices, anIndex.y()); in Center()
91 const BVH_VecNt& aPoint2 = BVH::Array<T, N>::Value (Vertices, anIndex.z()); in Center()
/dports/cad/opencascade/opencascade-7.6.0/src/BVH/
H A DBVH_SweepPlaneBuilder.hxx80 for (Standard_Integer anIndex = 1; anIndex < aNodeNbPrimitives; ++anIndex) in buildNode() local
82 aLftBox.Combine (theSet->Box (anIndex + aNodeBegPrimitive - 1)); in buildNode()
83 aLftSet (anIndex) = static_cast<Standard_Real> (aLftBox.Area()); in buildNode()
87 for (Standard_Integer anIndex = 1; anIndex < aNodeNbPrimitives; ++anIndex) in buildNode() local
89 aRghBox.Combine (theSet->Box (aNodeEndPrimitive - anIndex + 1)); in buildNode()
90 aRghSet (anIndex) = static_cast<Standard_Real> (aRghBox.Area()); in buildNode()
122 …for (Standard_Integer anIndex = aNodeBegPrimitive; anIndex < aMinSplitIndex + aNodeBegPrimitive; +… in buildNode() local
124 aMinSplitBoxLft.Combine (theSet->Box (anIndex)); in buildNode()
127 …for (Standard_Integer anIndex = aNodeEndPrimitive; anIndex >= aMinSplitIndex + aNodeBegPrimitive; … in buildNode() local
129 aMinSplitBoxRgh.Combine (theSet->Box (anIndex)); in buildNode()
H A DBVH_Triangulation.hxx68 const BVH_Vec4i& anIndex = BVH::Array<Standard_Integer, 4>::Value (Elements, theIndex); in Box() local
70 const BVH_VecNt& aPoint0 = BVH::Array<T, N>::Value (Vertices, anIndex.x()); in Box()
71 const BVH_VecNt& aPoint1 = BVH::Array<T, N>::Value (Vertices, anIndex.y()); in Box()
72 const BVH_VecNt& aPoint2 = BVH::Array<T, N>::Value (Vertices, anIndex.z()); in Box()
87 const BVH_Vec4i& anIndex = BVH::Array<Standard_Integer, 4>::Value (Elements, theIndex); in Center() local
89 const BVH_VecNt& aPoint0 = BVH::Array<T, N>::Value (Vertices, anIndex.x()); in Center()
90 const BVH_VecNt& aPoint1 = BVH::Array<T, N>::Value (Vertices, anIndex.y()); in Center()
91 const BVH_VecNt& aPoint2 = BVH::Array<T, N>::Value (Vertices, anIndex.z()); in Center()
/dports/devel/py-cadquery-pywrap/pywrap-e8c7bc9/opencascade/
H A DBVH_SweepPlaneBuilder.hxx80 for (Standard_Integer anIndex = 1; anIndex < aNodeNbPrimitives; ++anIndex) in buildNode() local
82 aLftBox.Combine (theSet->Box (anIndex + aNodeBegPrimitive - 1)); in buildNode()
83 aLftSet (anIndex) = static_cast<Standard_Real> (aLftBox.Area()); in buildNode()
87 for (Standard_Integer anIndex = 1; anIndex < aNodeNbPrimitives; ++anIndex) in buildNode() local
89 aRghBox.Combine (theSet->Box (aNodeEndPrimitive - anIndex + 1)); in buildNode()
90 aRghSet (anIndex) = static_cast<Standard_Real> (aRghBox.Area()); in buildNode()
122 …for (Standard_Integer anIndex = aNodeBegPrimitive; anIndex < aMinSplitIndex + aNodeBegPrimitive; +… in buildNode() local
124 aMinSplitBoxLft.Combine (theSet->Box (anIndex)); in buildNode()
127 …for (Standard_Integer anIndex = aNodeEndPrimitive; anIndex >= aMinSplitIndex + aNodeBegPrimitive; … in buildNode() local
129 aMinSplitBoxRgh.Combine (theSet->Box (anIndex)); in buildNode()
H A DGraphic3d_ArrayOfPrimitives.hxx139 return anIndex; in AddVertex()
149 return anIndex; in AddVertex()
161 SetVertexColor (anIndex, theColor32); in AddVertex()
162 return anIndex; in AddVertex()
172 SetVertexColor (anIndex, theColor); in AddVertex()
173 return anIndex; in AddVertex()
204 return anIndex; in AddVertex()
215 return anIndex; in AddVertex()
229 return anIndex; in AddVertex()
260 return anIndex; in AddVertex()
[all …]
H A DBVH_Triangulation.hxx68 const BVH_Vec4i& anIndex = BVH::Array<Standard_Integer, 4>::Value (Elements, theIndex); in Box() local
70 const BVH_VecNt& aPoint0 = BVH::Array<T, N>::Value (Vertices, anIndex.x()); in Box()
71 const BVH_VecNt& aPoint1 = BVH::Array<T, N>::Value (Vertices, anIndex.y()); in Box()
72 const BVH_VecNt& aPoint2 = BVH::Array<T, N>::Value (Vertices, anIndex.z()); in Box()
87 const BVH_Vec4i& anIndex = BVH::Array<Standard_Integer, 4>::Value (Elements, theIndex); in Center() local
89 const BVH_VecNt& aPoint0 = BVH::Array<T, N>::Value (Vertices, anIndex.x()); in Center()
90 const BVH_VecNt& aPoint1 = BVH::Array<T, N>::Value (Vertices, anIndex.y()); in Center()
91 const BVH_VecNt& aPoint2 = BVH::Array<T, N>::Value (Vertices, anIndex.z()); in Center()
/dports/cad/opencascade/opencascade-7.6.0/src/IntTools/
H A DIntTools_MarkedRangeSet.cxx130 Standard_Integer anIndex = theIndex; in InsertRange() local
147 anIndex++; in InsertRange()
151 myFlags.SetValue(anIndex, theFlag); in InsertRange()
220 Standard_Integer anIndex = 0; in GetIndex() local
223 anIndex = 0; in GetIndex()
227 anIndex = i-1; in GetIndex()
233 return anIndex; in GetIndex()
239 Standard_Integer anIndex = 0; in GetIndex() local
243 anIndex = 0; in GetIndex()
248 anIndex = i-1; in GetIndex()
[all …]
/dports/math/fricas/fricas-1.3.7/src/graph/view3D/
H A Dsurface3d.c74 int *anIndex; in drawLineComponent() local
86 for (i=0, anIndex=p->indexPtr; i<p->numpts; i++,anIndex++) { in drawLineComponent()
87 quadMesh[i].x = refPt3D(viewData,*anIndex)->px; in drawLineComponent()
88 quadMesh[i].y = refPt3D(viewData,*anIndex)->py; in drawLineComponent()
124 int *anIndex, i, hue, isNaN = 0; in drawOpaquePolygon() local
146 for (i=0, anIndex=p->indexPtr; i<p->numpts; i++,anIndex++) { in drawOpaquePolygon()
285 int *anIndex; in minMaxPolygons() local
289 anIndex = aPoly->indexPtr; in minMaxPolygons()
296 for (i=1,anIndex++; i<aPoly->numpts; i++,anIndex++) { in minMaxPolygons()
392 int *anIndex, *indx; in drawRenderedPolygon() local
[all …]
/dports/lang/smalltalk/smalltalk-3.2.5/kernel/
H A DRunArray.st67 at: anIndex [
80 at: anIndex
163 at: anIndex
278 anIndex"
285 anIndex = firstInRun
298 object at index anIndex. To set mapIndex to 0, set anIndex to 0"
301 (anIndex >= firstInRun and: [anIndex <= lastInRun]) ifTrue: [^self].
304 anIndex = 0
308 anIndex < 0
310 anIndex > self size
[all …]
H A DString.st252 ^(anIndex < 1 or: [anIndex > (self size + 1)])
257 indexOf: anElement startingAt: anIndex [
266 ^(anIndex < 1 or: [anIndex > (self size + 1)])
299 at: anIndex ifAbsent: aBlock [
307 at: anIndex [
312 self checkIndexableBounds: anIndex
315 basicAt: anIndex [
321 self checkIndexableBounds: anIndex
324 at: anIndex put: value [
329 self checkIndexableBounds: anIndex put: value
[all …]
/dports/cad/opencascade/opencascade-7.6.0/src/IGESGeom/
H A DIGESGeom_BSplineCurve.cxx33 (const Standard_Integer anIndex, in Init() argument
46 || allKnots->Upper() != anIndex + 1 in Init()
54 || allWeights->Upper() != anIndex in Init()
62 theIndex = anIndex; in Init()
126 (const Standard_Integer anIndex) const in Knot()
128 return theKnots->Value(anIndex); in Knot()
137 (const Standard_Integer anIndex) const in Weight()
139 return theWeights->Value(anIndex); in Weight()
144 gp_XYZ tempXYZ = thePoles->Value(anIndex); in Pole()
150 (const Standard_Integer anIndex) const in TransformedPole()
[all …]
H A DIGESGeom_CopiousData.cxx118 gp_Pnt IGESGeom_CopiousData::Point (const Standard_Integer anIndex) const in Point()
124 real_index = lower + 2 * (anIndex-1); in Point()
131 real_index = lower + 3 * (anIndex-1); in Point()
138 real_index = lower + 6 * (anIndex-1); in Point()
149 (const Standard_Integer anIndex) const in TransformedPoint()
151 if (!HasTransf()) return Point(anIndex); in TransformedPoint()
152 gp_XYZ xyz (Point(anIndex).XYZ()); in TransformedPoint()
162 Real_Index = lower + 6*(anIndex-1) +3; in Vector()
170 (const Standard_Integer anIndex) const in TransformedVector()
172 if (!HasTransf()) return Vector (anIndex); in TransformedVector()
[all …]
H A DIGESGeom_ToolBSplineCurve.cxx70 Standard_Integer anIndex, aDegree; in ReadOwnParams() local
94 if (PR.ReadInteger(PR.Current(), anIndex)) { in ReadOwnParams()
95 if (anIndex < 0) { in ReadOwnParams()
98 anIndex = 0; in ReadOwnParams()
101 allPoles = new TColgp_HArray1OfXYZ(0, anIndex); in ReadOwnParams()
129 Standard_Integer nbKnots = anIndex + aDegree + 2; in ReadOwnParams()
266 Standard_Integer anIndex, aDegree; in OwnCopy() local
273 anIndex = another->UpperIndex(); in OwnCopy()
283 up = anIndex + 1; in OwnCopy()
290 up = anIndex; in OwnCopy()
[all …]
/dports/lang/gnustep-base/libs-base-base-1_27_0/Headers/Foundation/
H A DNSIndexSet.h63 + (id) indexSetWithIndex: (NSUInteger)anIndex;
74 - (BOOL) containsIndex: (NSUInteger)anIndex;
138 - (NSUInteger) indexGreaterThanIndex: (NSUInteger)anIndex;
144 - (NSUInteger) indexGreaterThanOrEqualToIndex: (NSUInteger)anIndex;
150 - (NSUInteger) indexLessThanIndex: (NSUInteger)anIndex;
156 - (NSUInteger) indexLessThanOrEqualToIndex: (NSUInteger)anIndex;
162 - (id) initWithIndex: (NSUInteger)anIndex;
199 - (void) addIndex: (NSUInteger)anIndex;
219 - (void) removeIndex: (NSUInteger)anIndex;
240 - (void) shiftIndexesStartingAtIndex: (NSUInteger)anIndex
/dports/cad/opencascade/opencascade-7.6.0/src/Graphic3d/
H A DGraphic3d_CView.cxx209 if (anIndex != 0) in SetComputedMode()
302 if (anIndex == 0) in ReCompute()
633 if (anIndex != 0) in Clear()
693 if (anIndex != 0 in Display()
698 anIndex = 0; in Display()
729 if (anIndex != 0) in Display()
782 if (anIndex != 0) in Display()
799 if (anIndex != 0) in Display()
856 if (anIndex != 0) in Erase()
879 if (anIndex != 0) in Highlight()
[all …]
H A DGraphic3d_ArrayOfPrimitives.hxx139 return anIndex; in AddVertex()
149 return anIndex; in AddVertex()
161 SetVertexColor (anIndex, theColor32); in AddVertex()
162 return anIndex; in AddVertex()
172 SetVertexColor (anIndex, theColor); in AddVertex()
173 return anIndex; in AddVertex()
204 return anIndex; in AddVertex()
215 return anIndex; in AddVertex()
229 return anIndex; in AddVertex()
260 return anIndex; in AddVertex()
[all …]
/dports/cad/opencascade/opencascade-7.6.0/tools/DFBrowser/
H A DDFBrowser_TreeModel.cxx119 QModelIndex anIndex = index (aChildId, 0, aParentIndex); in FindIndex() local
120 TreeModel_ItemBasePtr anItemBase = TreeModel_ModelBase::GetItemByIndex (anIndex); in FindIndex()
125 aParentIndex = anIndex; in FindIndex()
139 QModelIndex anIndex = index (aParentChildId, 0, aParentIndex); in FindIndex() local
147 aParentIndex = anIndex; in FindIndex()
188 QModelIndex anIndex = index (aChildId, 0, aParentIndex); in FindIndexByPath() local
201 aParentIndex = anIndex; in FindIndexByPath()
210 aParentIndex = anIndex; in FindIndexByPath()
241 QModelIndex anIndex = index (aChildId, 0, aParentIndex); in FindIndexByAttribute() local
242 TreeModel_ItemBasePtr anItemBase = TreeModel_ModelBase::GetItemByIndex (anIndex); in FindIndexByAttribute()
[all …]
/dports/cad/opencascade/opencascade-7.6.0/src/Select3D/
H A DSelect3D_SensitiveCircle.cxx56 for (Standard_Integer anIndex = 1; anIndex <= theNbPnts; ++anIndex, aCurU += aStep) in initCircle() local
282 for(Standard_Integer anIndex = 1; anIndex <= aSize; ++anIndex) in Handle() local
284 aPolyg.SetValue(anIndex, myPolyg.Pnt (anIndex-1)); in Handle()
305 for (Standard_Integer anIndex = 0; anIndex < aNbPnts - 1; ++anIndex) in computeCenter3D() local
307 aCenter += myPolyg.Pnt(anIndex); in computeCenter3D()
/dports/cad/opencascade/opencascade-7.6.0/tools/MessageModel/
H A DMessageModel_Actions.cxx84 QModelIndex anIndex = *aSelIt; in AddMenuActions() local
85 if (anIndex.column() != 0) in AddMenuActions()
88 TreeModel_ItemBasePtr anItemBase = TreeModel_ModelBase::GetItemByIndex (anIndex); in AddMenuActions()
129 QModelIndex anIndex = *aSelIt; in Handle() local
130 if (anIndex.column() != 0) in Handle()
133 TreeModel_ItemBasePtr anItemBase = TreeModel_ModelBase::GetItemByIndex (anIndex); in Handle()
138 theReportIndex = anIndex; in Handle()
221 QModelIndex anIndex = *aSelIt; in OnExportToShapeView() local
222 if (anIndex.column() != 0) in OnExportToShapeView()
225 TreeModel_ItemBasePtr anItemBase = TreeModel_ModelBase::GetItemByIndex (anIndex); in OnExportToShapeView()
/dports/lang/gnustep-base/libs-base-base-1_27_0/Source/
H A DNSIndexSet.m501 return anIndex;
511 if (anIndex == NSNotFound)
523 return anIndex;
533 if (anIndex-- == 0)
545 return anIndex;
568 return anIndex;
1286 r.location = anIndex;
1322 if (amount >= anIndex)
1404 return anIndex; // anIndex is the gap after the last index.
1407 if (r.location > anIndex)
[all …]

12345678910>>...21