Home
last modified time | relevance | path

Searched defs:nextStageIndex (Results 1 – 5 of 5) sorted by relevance

/dports/cad/sumo/sumo-1.2.0/src/traci-server/
H A DTraCIServerAPI_Person.cpp52 int nextStageIndex = 0; in processGet() local
61 int nextStageIndex = 0; in processGet() local
257 int nextStageIndex = 0; in processSet() local
/dports/cad/sumo/sumo-1.2.0/tools/contributed/traas/src/de/tudresden/sumo/cmd/
H A DPerson.java107 public static SumoCommand removeStage(String personID, int nextStageIndex){ in removeStage()
274 public static SumoCommand getEdges(String personID, int nextStageIndex){ in getEdges()
294 public static SumoCommand getStage(String personID, int nextStageIndex){ in getStage()
/dports/cad/sumo/sumo-1.2.0/tools/traci/
H A D_person.py153 def getEdges(self, personID, nextStageIndex=0): argument
171 def getStage(self, personID, nextStageIndex=0): argument
301 def removeStage(self, personID, nextStageIndex): argument
/dports/games/doomsday/doomsday-2.3.1/doomsday/apps/libdoomsday/src/world/
H A Dmaterial.cpp54 int Material::Layer::nextStageIndex(int index) const in nextStageIndex() function in world::Material::Layer
/dports/cad/sumo/sumo-1.2.0/src/libsumo/
H A DPerson.cpp148 Person::getEdges(const std::string& personID, int nextStageIndex) { in getEdges()
167 Person::getStage(const std::string& personID, int nextStageIndex) { in getStage()
474 Person::removeStage(const std::string& personID, int nextStageIndex) { in removeStage()