Home
last modified time | relevance | path

Searched refs:SumoXMLTag (Results 1 – 25 of 98) sorted by relevance

1234

/dports/cad/sumo/sumo-1.2.0/src/netedit/
H A DGNEAttributeCarrier.h312 …TagProperties(SumoXMLTag tag, int tagType, int tagProperty, GUIIcon icon, SumoXMLTag parentTag = S…
318 SumoXMLTag getTag() const;
351 SumoXMLTag getParentTag() const;
354 SumoXMLTag getTagSynonym() const;
451 SumoXMLTag myTag;
469 SumoXMLTag myParentTag;
472 SumoXMLTag myTagSynonym;
488 GNEAttributeCarrier(const SumoXMLTag tag);
579 static const TagProperties& getTagProperties(SumoXMLTag tag);
582 static std::vector<SumoXMLTag> allowedTags(bool onlyDrawables);
[all …]
H A DGNENet.h402 std::vector<GNEAttributeCarrier*> retrieveAttributeCarriers(SumoXMLTag type = SUMO_TAG_NOTHING);
431 std::vector<GNEShape*> retrieveShapes(SumoXMLTag shapeTag, bool onlySelected = false);
575 const std::map<std::string, GNEAdditional*>& getAdditionalByType(SumoXMLTag type) const;
581 int getNumberOfAdditionals(SumoXMLTag type = SUMO_TAG_NOTHING) const;
600 std::string generateAdditionalID(SumoXMLTag type) const;
623 const std::map<std::string, GNEDemandElement*>& getDemandElementByType(SumoXMLTag type) const;
629 int getNumberOfDemandElements(SumoXMLTag type = SUMO_TAG_NOTHING) const;
653 std::string generateDemandElementID(SumoXMLTag type) const;
674 std::string generateShapeID(SumoXMLTag shapeTag) const;
720 std::map<SumoXMLTag, std::map<std::string, GNEAdditional*> > additionals;
[all …]
/dports/cad/sumo/sumo-1.2.0/src/microsim/output/
H A DMSDetectorControl.h93 …void add(SumoXMLTag type, MSDetectorFileOutput* d, const std::string& device, SUMOTime splInterval…
109 void add(SumoXMLTag type, MSDetectorFileOutput* d);
145 const std::vector<SumoXMLTag> getAvailableTypes() const;
153 const NamedObjectCont<MSDetectorFileOutput*>& getTypedDetectors(SumoXMLTag type) const;
218 std::map<SumoXMLTag, NamedObjectCont< MSDetectorFileOutput*> > myDetectors;
H A DMSDetectorControl.cpp45 …for (std::map<SumoXMLTag, NamedObjectCont<MSDetectorFileOutput*> >::iterator i = myDetectors.begin… in ~MSDetectorControl()
64 MSDetectorControl::add(SumoXMLTag type, MSDetectorFileOutput* d, const std::string& device, SUMOTim… in add()
74 MSDetectorControl::add(SumoXMLTag type, MSDetectorFileOutput* d) { in add()
93 const std::vector<SumoXMLTag>
95 std::vector<SumoXMLTag> result; in getAvailableTypes()
96 …for (std::map<SumoXMLTag, NamedObjectCont<MSDetectorFileOutput*> >::const_iterator i = myDetectors… in getAvailableTypes()
104 MSDetectorControl::getTypedDetectors(SumoXMLTag type) const { in getTypedDetectors()
H A DMSFCDExport.h65 …teTransportable(OutputDevice& of, const MSEdge* e, MSTransportable* p, SumoXMLTag tag, bool useGeo…
/dports/cad/sumo/sumo-1.2.0/src/microsim/
H A DMSNet.h493 bool addStoppingPlace(const SumoXMLTag category, MSStoppingPlace* stop);
501 MSStoppingPlace* getStoppingPlace(const std::string& id, const SumoXMLTag category) const;
509 …std::string getStoppingPlaceID(const MSLane* lane, const double pos, const SumoXMLTag category) co…
512 const NamedObjectCont<MSStoppingPlace*>& getStoppingPlaces(SumoXMLTag category) const;
790 std::map<SumoXMLTag, NamedObjectCont<MSStoppingPlace*> > myStoppingPlaces;
/dports/cad/sumo/sumo-1.2.0/src/utils/iodevices/
H A DPlainXMLFormatter.h71 bool writeHeader(std::ostream& into, const SumoXMLTag& rootElement);
94 void openTag(std::ostream& into, const SumoXMLTag& xmlElement);
H A DBinaryFormatter.h134 bool writeHeader(std::ostream& into, const SumoXMLTag& rootElement);
157 void openTag(std::ostream& into, const SumoXMLTag& xmlElement);
255 std::vector<SumoXMLTag> myXMLStack;
262 bool BinaryFormatter::writeHeader(std::ostream& into, const SumoXMLTag& rootElement) { in writeHeader()
H A DPlainXMLFormatter.cpp39 PlainXMLFormatter::writeHeader(std::ostream& into, const SumoXMLTag& rootElement) { in writeHeader()
78 PlainXMLFormatter::openTag(std::ostream& into, const SumoXMLTag& xmlElement) { in openTag()
H A DOutputDevice.h188 bool writeHeader(const SumoXMLTag& rootElement) { in writeHeader()
215 OutputDevice& openTag(const SumoXMLTag& xmlElement);
/dports/cad/sumo/sumo-1.2.0/src/utils/vehicle/
H A DSUMOVehicleParserHelper.h105 const SumoXMLTag element, const SUMOSAXAttributes& attrs,
175 typedef std::map<SumoXMLTag, std::set<SumoXMLAttr> > CFAttrMap;
/dports/cad/sumo/sumo-1.2.0/src/netedit/netelements/
H A DGNENetElement.h50 GNENetElement(GNENet* net, const std::string& id, GUIGlObjectType type, SumoXMLTag tag);
56 virtual std::string generateChildID(SumoXMLTag childTag) = 0;
H A DGNENetElement.cpp41 GNENetElement::GNENetElement(GNENet* net, const std::string& id, GUIGlObjectType type, SumoXMLTag t… in GNENetElement()
54 GNENetElement::generateChildID(SumoXMLTag /*childTag*/) { in generateChildID() argument
/dports/cad/sumo/sumo-1.2.0/src/netedit/additionals/
H A DGNEDetector.cpp34 …ctor::GNEDetector(const std::string& id, GNEViewNet* viewNet, GUIGlObjectType type, SumoXMLTag tag, in GNEDetector()
46 …etector(GNEAdditional* additionalParent, GNEViewNet* viewNet, GUIGlObjectType type, SumoXMLTag tag, in GNEDetector()
H A DGNEDetector.h51 …GNEDetector(const std::string& id, GNEViewNet* viewNet, GUIGlObjectType type, SumoXMLTag tag, doub…
67 …ditional* additionalParent, GNEViewNet* viewNet, GUIGlObjectType type, SumoXMLTag tag, double pos,…
H A DGNEAdditional.h108 …GNEAdditional(const std::string& id, GNEViewNet* viewNet, GUIGlObjectType type, SumoXMLTag tag, st…
138 …ditional* additionalParent, GNEViewNet* viewNet, GUIGlObjectType type, SumoXMLTag tag, std::string…
154 std::string generateChildID(SumoXMLTag childTag);
H A DGNEShape.h52 GNEShape(GNENet* net, SumoXMLTag tag, bool movementBlocked,
68 virtual std::string generateChildID(SumoXMLTag childTag) = 0;
H A DGNEAdditionalHandler.h55 void insertElement(SumoXMLTag tag);
64 GNEAdditional* retrieveAdditionalParent(GNEViewNet* viewNet, SumoXMLTag expectedTag) const;
71 std::vector<std::pair<SumoXMLTag, GNEAdditional*> > myInsertedElements;
117 …static bool buildAdditional(GNEViewNet* viewNet, bool allowUndoRedo, SumoXMLTag tag, const SUMOSAX…
/dports/cad/sumo/sumo-1.2.0/src/netedit/demandelements/
H A DGNEVehicle.h39 …GNEVehicle(SumoXMLTag tag, GNEViewNet* viewNet, const std::string& vehicleID, GNEDemandElement* ve…
42 …GNEVehicle(SumoXMLTag tag, GNEViewNet* viewNet, const SUMOVehicleParameter& vehicleParameter, GNED…
H A DGNEDemandElement.h102 … GNEDemandElement(const std::string& id, GNEViewNet* viewNet, GUIGlObjectType type, SumoXMLTag tag,
130 …t(GNEDemandElement* demandElementParent, GNEViewNet* viewNet, GUIGlObjectType type, SumoXMLTag tag,
146 std::string generateChildID(SumoXMLTag childTag);
/dports/cad/sumo/sumo-1.2.0/src/netload/
H A DNLDetectorBuilder.h451 MSEdge* getEdgeChecking(const std::string& edgeID, SumoXMLTag type,
461 MSLane* getLaneChecking(const std::string& laneID, SumoXMLTag type,
472 void checkSampleInterval(SUMOTime splInterval, SumoXMLTag type, const std::string& id);
H A DNLTriggerBuilder.h133 …void parseAndBuildStoppingPlace(MSNet& net, const SUMOSAXAttributes& attrs, const SumoXMLTag eleme…
281 … double frompos, double topos, const SumoXMLTag element, std::string string, int personCapacity);
/dports/cad/sumo/sumo-1.2.0/src/router/
H A DRONet.h200 …void addStoppingPlace(const std::string& id, const SumoXMLTag category, SUMOVehicleParameter::Stop…
208 …const SUMOVehicleParameter::Stop* getStoppingPlace(const std::string& id, const SumoXMLTag categor… in getStoppingPlace()
462 std::map<SumoXMLTag, NamedObjectCont<SUMOVehicleParameter::Stop*> > myStoppingPlaces;
/dports/cad/sumo/sumo-1.2.0/src/netedit/frames/
H A DGNESelectorFrame.h293 SumoXMLTag myCurrentTag;
442 …std::vector<GNEAttributeCarrier*> getMatches(SumoXMLTag ACTag, SumoXMLAttr ACAttr, char compOp, do…
H A DGNEAdditionalFrame.h143 bool showSelectorAdditionalParentModul(SumoXMLTag additionalTypeParent);
156 SumoXMLTag myAdditionalTypeParent;

1234