Home
last modified time | relevance | path

Searched refs:myI2 (Results 1 – 8 of 8) sorted by last modified time

/dports/cad/opencascade/opencascade-7.6.0/inc/
H A DTopOpeBRep_Bipoint.hxx57 Standard_Integer myI2; member in TopOpeBRep_Bipoint
/dports/cad/opencascade/opencascade-7.6.0/src/TopOpeBRep/
H A DTopOpeBRep_Bipoint.hxx57 Standard_Integer myI2; member in TopOpeBRep_Bipoint
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()
29 if(myI2<=0)throw Standard_ProgramError("TopOpeBRep_Bipoint I2=0"); in I2()
30 return myI2; in I2()
/dports/devel/py-cadquery-pywrap/pywrap-e8c7bc9/opencascade/
H A DTopOpeBRep_Bipoint.hxx57 Standard_Integer myI2; member in TopOpeBRep_Bipoint
/dports/net-im/dendrite/dendrite-0.5.1/vendor/golang.org/x/mobile/bind/testdata/testpkg/
H A Dtestpkg.go329 type myI2 struct{} struct
331 func (_ *myI2) Times(v int32) int64 { argument
335 func (_ *myI2) Error(e bool) error { argument
342 func (_ *myI2) StringError(s string) (string, error) { argument
355 return &myI2{}
/dports/science/py-gpaw/gpaw-21.6.0/gpaw/
H A Dprojections.py162 myI2 = myI1 + nproj
163 P_In[I1:I2] = P.array[:, myI1:myI2].T
164 myI1 = myI2
/dports/cad/sumo/sumo-1.2.0/src/microsim/
H A DMSLane.cpp118 myI2 += myDirection; in operator ++()
136 return myLane->myPartialVehicles[myI2]; in operator *()
148 if (myI2 != myI2End) { in nextIsMyVehicles()
154 if (myI2 == myI2End) { in nextIsMyVehicles()
165 … if (cand->getPositionOnLane() < myLane->myPartialVehicles[myI2]->getPositionOnLane(myLane)) { in nextIsMyVehicles()
H A DMSLane.h123 myI2(i2), in myLane()
134 && myI2 == other.myI2
161 int myI2; variable