Home
last modified time | relevance | path

Searched refs:SUMO_TAG_DET_ENTRY (Results 1 – 9 of 9) sorted by relevance

/dports/cad/sumo/sumo-1.2.0/src/netedit/additionals/
H A DGNEDetectorEntryExit.cpp44 if ((entryExitTag != SUMO_TAG_DET_ENTRY) && (entryExitTag != SUMO_TAG_DET_EXIT)) {
170 } else if (myTagProperty.getTag() == SUMO_TAG_DET_ENTRY) { in drawGL()
241 } else if (myTagProperty.getTag() == SUMO_TAG_DET_ENTRY) { in drawGL()
255 if (myTagProperty.getTag() == SUMO_TAG_DET_ENTRY) { in drawGL()
261 if (myTagProperty.getTag() == SUMO_TAG_DET_ENTRY) { in drawGL()
H A DGNEDetectorE3.cpp270 if (i->getTagProperty().getTag() == SUMO_TAG_DET_ENTRY) { in checkAdditionalChildRestriction()
278 …+ toString(SUMO_TAG_E3DETECTOR) + " need at least one " + toString(SUMO_TAG_DET_ENTRY) + " detecto… in checkAdditionalChildRestriction()
H A DGNEAdditionalHandler.cpp188 case SUMO_TAG_DET_ENTRY: in buildAdditional()
451 …throw ProcessError("Could not build " + toString(SUMO_TAG_DET_ENTRY) + " in netedit; " + toString… in buildDetectorEntry()
453 …throw ProcessError("Could not build " + toString(SUMO_TAG_DET_ENTRY) + " in netedit; " + toString… in buildDetectorEntry()
455 …GNEDetectorEntryExit* entry = new GNEDetectorEntryExit(SUMO_TAG_DET_ENTRY, viewNet, E3Parent, lane… in buildDetectorEntry()
457 viewNet->getUndoList()->p_begin("add " + toString(SUMO_TAG_DET_ENTRY)); in buildDetectorEntry()
2210 …GNEAttributeCarrier::parseAttributeFromXML<std::string>(attrs, "", SUMO_TAG_DET_ENTRY, SUMO_ATTR_L… in parseAndBuildDetectorEntry()
2211 …on = GNEAttributeCarrier::parseAttributeFromXML<double>(attrs, "", SUMO_TAG_DET_ENTRY, SUMO_ATTR_P… in parseAndBuildDetectorEntry()
2212 …yPos = GNEAttributeCarrier::parseAttributeFromXML<bool>(attrs, "", SUMO_TAG_DET_ENTRY, SUMO_ATTR_F… in parseAndBuildDetectorEntry()
2216 …ment = GNEAttributeCarrier::parseAttributeFromXML<bool>(attrs, "", SUMO_TAG_DET_ENTRY, GNE_ATTR_BL… in parseAndBuildDetectorEntry()
2232 …_WARNING("The lane '" + laneId + "' to use within the " + toString(SUMO_TAG_DET_ENTRY) + " is not … in parseAndBuildDetectorEntry()
[all …]
/dports/cad/sumo/sumo-1.2.0/src/utils/xml/
H A DSUMOXMLDefinitions.h82 SUMO_TAG_DET_ENTRY, enumerator
H A DSUMOXMLDefinitions.cpp59 { "detEntry", SUMO_TAG_DET_ENTRY },
/dports/cad/sumo/sumo-1.2.0/src/netedit/
H A DGNEHierarchicalElementChilds.cpp124 if (i->getTagProperty().getTag() == SUMO_TAG_DET_ENTRY) { in sortAdditionalChilds()
H A DGNEAttributeCarrier.cpp2204 currentTag = SUMO_TAG_DET_ENTRY; in fillAdditionals()
/dports/cad/sumo/sumo-1.2.0/src/netload/
H A DNLDetectorBuilder.cpp350 …n->myID + "' will not be created because is empty (no " + toString(SUMO_TAG_DET_ENTRY) + " or " + … in endE3Detector()
H A DNLHandler.cpp138 case SUMO_TAG_DET_ENTRY: in myStartElement()