Home
last modified time | relevance | path

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

/dports/cad/opencascade/opencascade-7.6.0/src/TopOpeBRep/
H A DTopOpeBRep_Bipoint.cxx21 TopOpeBRep_Bipoint::TopOpeBRep_Bipoint():myI1(0),myI2(0){} in TopOpeBRep_Bipoint()
23 (const Standard_Integer I1,const Standard_Integer I2):myI1(I1),myI2(I2){} in TopOpeBRep_Bipoint()
25 if(myI1<=0)throw Standard_ProgramError("TopOpeBRep_Bipoint I1=0"); in I1()
26 return myI1; in I1()
H A DTopOpeBRep_Bipoint.hxx56 Standard_Integer myI1; member in TopOpeBRep_Bipoint
/dports/science/py-gpaw/gpaw-21.6.0/gpaw/
H A Dprojections.py158 myI1 = 0
162 myI2 = myI1 + nproj
163 P_In[I1:I2] = P.array[:, myI1:myI2].T
164 myI1 = myI2
/dports/cad/opencascade/opencascade-7.6.0/inc/
H A DTopOpeBRep_Bipoint.hxx56 Standard_Integer myI1; member in TopOpeBRep_Bipoint
/dports/devel/py-cadquery-pywrap/pywrap-e8c7bc9/opencascade/
H A DTopOpeBRep_Bipoint.hxx56 Standard_Integer myI1; member in TopOpeBRep_Bipoint
/dports/cad/sumo/sumo-1.2.0/src/microsim/
H A DMSLane.h122 myI1(i1), in myLane()
133 return (myI1 == other.myI1
159 int myI1; variable
H A DMSLane.cpp111 if (myI1 != myI1End) { in operator ++()
112 myI1 += myDirection; in operator ++()
128 if (myI1 != myI1End) { in operator *()
129 return myLane->myVehicles[myI1]; in operator *()
147 if (myI1 == myI1End && myI3 == myI3End) { in nextIsMyVehicles()
157 … MSVehicle* cand = myI1 == myI1End ? myLane->myTmpVehicles[myI3] : myLane->myVehicles[myI1]; in nextIsMyVehicles()