Home
last modified time | relevance | path

Searched refs:edgeIDs (Results 1 – 25 of 34) sorted by relevance

12

/dports/cad/sumo/sumo-1.2.0/src/libsumo/
H A DRoute.cpp85 Route::add(const std::string& routeID, const std::vector<std::string>& edgeIDs) { in add() argument
87 if (edgeIDs.size() == 0) { in add()
90 for (std::vector<std::string>::const_iterator ei = edgeIDs.begin(); ei != edgeIDs.end(); ++ei) { in add()
H A DRoute.h57 static void add(const std::string& routeID, const std::vector<std::string>& edgeIDs);
H A DPerson.cpp156 std::vector<std::string> edgeIDs; in getEdges() local
159 edgeIDs.push_back(e->getID()); in getEdges()
162 return edgeIDs; in getEdges()
442 Person::appendWalkingStage(const std::string& personID, const std::vector<std::string>& edgeIDs, do… in appendWalkingStage() argument
446 MSEdge::parseEdgesList(edgeIDs, edges, "<unknown>"); in appendWalkingStage()
H A DPerson.h73 …alkingStage(const std::string& personID, const std::vector<std::string>& edgeIDs, double arrivalPo…
/dports/cad/sumo/sumo-1.2.0/src/traci-server/
H A DTraCIServerAPI_Route.cpp84 std::vector<std::string> edgeIDs; in processSet() local
85 if (!server.readTypeCheckingStringList(inputStorage, edgeIDs)) { in processSet()
88 libsumo::Route::add(id, edgeIDs); in processSet()
H A DTraCIServerAPI_Person.cpp230 std::vector<std::string> edgeIDs; in processSet() local
231 if (!server.readTypeCheckingStringList(inputStorage, edgeIDs)) { in processSet()
250 … libsumo::Person::appendWalkingStage(id, edgeIDs, arrivalPos, STEPS2TIME(duration), speed, stopID); in processSet()
H A DTraCIServerAPI_Vehicle.cpp578 std::vector<std::string> edgeIDs; in processSet() local
579 if (!server.readTypeCheckingStringList(inputStorage, edgeIDs)) { in processSet()
582 libsumo::Vehicle::setRoute(id, edgeIDs); in processSet()
978 std::vector<std::string> edgeIDs; in processSet() local
979 if (!server.readTypeCheckingStringList(inputStorage, edgeIDs)) { in processSet()
982 libsumo::Vehicle::setVia(id, edgeIDs); in processSet()
/dports/audio/faust/faust-2.37.3/tools/physicalModeling/mesh2faust/vega/libraries/objMesh/
H A DobjMeshGraph.cpp99 int edgeIDs[3]; in ObjMeshGraph() local
120 edgeIDs[iVertex] = edgeID; in ObjMeshGraph()
124 meshFaceEdgesVector.push_back(triple<int,int,int> (edgeIDs[0], edgeIDs[1], edgeIDs[2])); in ObjMeshGraph()
/dports/science/lammps/lammps-stable_29Sep2021/examples/PACKAGES/reaction/tiny_polystyrene/
H A D2styrene_map3 0 edgeIDs
H A Dchain_chain_map3 2 edgeIDs
H A Dchain_plus_styrene_map3 1 edgeIDs
/dports/science/lammps/lammps-stable_29Sep2021/examples/PACKAGES/reaction/tiny_epoxy/
H A Drxn1_stp1.map3 1 edgeIDs
H A Drxn2_stp1.map3 2 edgeIDs
H A Drxn1_stp2.map3 1 edgeIDs
H A Drxn2_stp2.map3 2 edgeIDs
/dports/science/lammps/lammps-stable_29Sep2021/examples/PACKAGES/reaction/create_atoms_polystyrene/
H A Dgrow_styrene.map3 1 edgeIDs
/dports/science/lammps/lammps-stable_29Sep2021/examples/PACKAGES/reaction/nylon,6-6_melt/
H A Drxn1_stp2_map3 2 edgeIDs
H A Drxn1_stp1_map3 2 edgeIDs
/dports/science/lammps/lammps-stable_29Sep2021/examples/PACKAGES/reaction/tiny_nylon/
H A Drxn1_stp1_map3 2 edgeIDs
H A Drxn1_stp2_map3 2 edgeIDs
/dports/cad/sumo/sumo-1.2.0/src/netwrite/
H A DNWWriter_SUMO.cpp766 std::vector<std::vector<std::string> > edgeIDs; in writeRoundabouts() local
775 edgeIDs.push_back(tEdgeIDs); in writeRoundabouts()
777 std::sort(edgeIDs.begin(), edgeIDs.end()); in writeRoundabouts()
779 …for (std::vector<std::vector<std::string> >::const_iterator i = edgeIDs.begin(); i != edgeIDs.end(… in writeRoundabouts()
789 NWWriter_SUMO::writeRoundabout(OutputDevice& into, const std::vector<std::string>& edgeIDs, in writeRoundabout() argument
794 for (std::vector<std::string>::const_iterator i = edgeIDs.begin(); i != edgeIDs.end(); ++i) { in writeRoundabout()
/dports/cad/sumo/sumo-1.2.0/src/netedit/additionals/
H A DGNETAZ.cpp336 std::vector<std::string> edgeIDs; in getAttribute() local
338 edgeIDs.push_back(i->getAttribute(SUMO_ATTR_EDGE)); in getAttribute()
340 return toString(edgeIDs); in getAttribute()
/dports/cad/sumo/sumo-1.2.0/src/netimport/
H A DNIImporter_SUMO.cpp343 std::vector<std::string> edgeIDs; in _loadNetwork() local
348 edgeIDs = item.second.fromCrossed; in _loadNetwork()
349edgeIDs.insert(edgeIDs.end(), item.second.toCrossed.begin(), item.second.toCrossed.end()); in _loadNetwork()
351 edgeIDs = item.second.fromEdges; in _loadNetwork()
353 edgeIDs = item.second.toEdges; in _loadNetwork()
356 for (std::string edgeID : edgeIDs) { in _loadNetwork()
H A DNIXMLEdgesHandler.cpp599 std::vector<std::string> edgeIDs = attrs.getStringVector(SUMO_ATTR_EDGES); in addRoundabout() local
601 for (std::vector<std::string>::iterator it = edgeIDs.begin(); it != edgeIDs.end(); ++it) { in addRoundabout()
/dports/cad/sumo/sumo-1.2.0/src/netedit/frames/
H A DGNETAZFrame.cpp1497 std::vector<std::string> edgeIDs; in buildShape() local
1501 edgeIDs.push_back(i.first); in buildShape()
1504 valuesOfElement[SUMO_ATTR_EDGES] = toString(edgeIDs); in buildShape()

12