![]() |
Eclipse SUMO - Simulation of Urban MObility
|
#include <config.h>
#include <sstream>
#include <string>
#include <iomanip>
#include <algorithm>
#include <list>
#include <utils/xml/SUMOXMLDefinitions.h>
#include <utils/common/SUMOVehicleClass.h>
#include <utils/common/Named.h>
#include <utils/distribution/Distribution_Parameterized.h>
#include <utils/vehicle/SUMOVTypeParameter.h>
#include "StdDefs.h"
Go to the source code of this file.
Functions | |
template<typename T , typename C , typename T_BETWEEN > | |
std::string | joinNamedToString (const std::set< T *, C > &ns, const T_BETWEEN &between) |
template<typename T , typename T_BETWEEN > | |
std::string | joinNamedToStringSorting (const std::set< T * > &ns, const T_BETWEEN &between) |
template<typename KEY , typename VAL , typename T_BETWEEN , typename T_BETWEEN_KEYVAL > | |
std::string | joinToString (const std::map< KEY, VAL > &s, const T_BETWEEN &between, const T_BETWEEN_KEYVAL &between_keyval, std::streamsize accuracy=gPrecision) |
template<typename T , typename T_BETWEEN > | |
std::string | joinToString (const std::set< T > &s, const T_BETWEEN &between, std::streamsize accuracy=gPrecision) |
template<typename T , typename T_BETWEEN > | |
std::string | joinToString (const std::vector< T > &v, const T_BETWEEN &between, std::streamsize accuracy=gPrecision) |
template<typename T , typename T_BETWEEN > | |
std::string | joinToStringSorting (const std::vector< T > &v, const T_BETWEEN &between, std::streamsize accuracy=gPrecision) |
template<typename T > | |
std::string | toHex (const T i, std::streamsize numDigits=0) |
std::string | toString (const Named *obj, std::streamsize accuracy) |
template<typename V > | |
std::string | toString (const std::list< V * > &v, std::streamsize accuracy=gPrecision) |
template<> | |
std::string | toString (const std::map< std::string, std::string > &v, std::streamsize) |
template<> | |
std::string | toString (const std::set< std::string > &v, std::streamsize) |
template<typename V > | |
std::string | toString (const std::set< V * > &v, std::streamsize accuracy=gPrecision) |
template<> | |
std::string | toString (const std::vector< double > &v, std::streamsize accuracy) |
template<> | |
std::string | toString (const std::vector< int > &v, std::streamsize accuracy) |
template<> | |
std::string | toString (const std::vector< long long int > &v, std::streamsize accuracy) |
template<> | |
std::string | toString (const std::vector< std::string > &v, std::streamsize) |
template<typename V > | |
std::string | toString (const std::vector< V * > &v, std::streamsize accuracy=gPrecision) |
template<class T > | |
std::string | toString (const T &t, std::streamsize accuracy=gPrecision) |
template<typename V > | |
std::string | toString (const typename std::list< V * >::const_iterator &b, const typename std::list< V * >::const_iterator &e, std::streamsize accuracy=gPrecision) |
template<typename V > | |
std::string | toString (const typename std::vector< V * >::const_iterator &b, const typename std::vector< V * >::const_iterator &e, std::streamsize accuracy=gPrecision) |
template<> | |
std::string | toString< Distribution_Parameterized > (const Distribution_Parameterized &dist, std::streamsize accuracy) |
template<> | |
std::string | toString< FringeType > (const FringeType &fringeType, std::streamsize accuracy) |
template<> | |
std::string | toString< LaneChangeAction > (const LaneChangeAction &action, std::streamsize accuracy) |
template<> | |
std::string | toString< LaneChangeModel > (const LaneChangeModel &model, std::streamsize accuracy) |
template<> | |
std::string | toString< LaneSpreadFunction > (const LaneSpreadFunction &lsf, std::streamsize accuracy) |
template<> | |
std::string | toString< LatAlignmentDefinition > (const LatAlignmentDefinition &lad, std::streamsize accuracy) |
template<> | |
std::string | toString< LinkDirection > (const LinkDirection &linkDir, std::streamsize accuracy) |
template<> | |
std::string | toString< LinkState > (const LinkState &linkState, std::streamsize accuracy) |
template<> | |
std::string | toString< PersonMode > (const PersonMode &personMode, std::streamsize accuracy) |
template<> | |
std::string | toString< RightOfWay > (const RightOfWay &row, std::streamsize accuracy) |
template<> | |
std::string | toString< SUMOVehicleClass > (const SUMOVehicleClass &vClass, std::streamsize accuracy) |
template<> | |
std::string | toString< SumoXMLAttr > (const SumoXMLAttr &attr, std::streamsize accuracy) |
template<> | |
std::string | toString< SumoXMLEdgeFunc > (const SumoXMLEdgeFunc &edgeFunc, std::streamsize accuracy) |
template<> | |
std::string | toString< SumoXMLNodeType > (const SumoXMLNodeType &nodeType, std::streamsize accuracy) |
template<> | |
std::string | toString< SumoXMLTag > (const SumoXMLTag &tag, std::streamsize accuracy) |
template<> | |
std::string | toString< TrafficLightLayout > (const TrafficLightLayout &layout, std::streamsize accuracy) |
template<> | |
std::string | toString< TrafficLightType > (const TrafficLightType &type, std::streamsize accuracy) |
Definition in file ToString.h.
|
inline |
Definition at line 303 of file ToString.h.
References Named::getIDSecure(), and joinToString().
Referenced by NBNodeCont::analyzeCluster(), NBNodeCont::feasibleCluster(), NBNodeCont::generateNodeClusters(), MSActuatedTrafficLightLogic::init(), NBNodeCont::joinJunctions(), NBNodeCont::joinNodeCluster(), NIImporter_OpenDrive::loadNetwork(), NBNodeCont::pruneClusterFringe(), NBNodeCont::pruneSlipLaneNodes(), and NWWriter_XML::writeEdgesAndConnections().
|
inline |
Definition at line 293 of file ToString.h.
References Named::getIDSecure(), and joinToStringSorting().
Referenced by NBNodeShapeComputer::computeUniqueDirectionList(), and MSDevice_Taxi::getParameter().
|
inline |
Definition at line 370 of file ToString.h.
References toString().
|
inline |
Definition at line 342 of file ToString.h.
References toString().
|
inline |
Definition at line 269 of file ToString.h.
References toString().
Referenced by NBRailwayTopologyAnalyzer::addBidiEdgesBetweenSwitches(), NIXMLNodesHandler::addJoinCluster(), NIImporter_OpenDrive::OpenDriveLaneSection::buildLaneMapping(), NIImporter_OpenDrive::OpenDriveLaneSection::buildSpeedChanges(), GUISUMOAbstractView::checkSnapshots(), NBRailwayTopologyAnalyzer::extendDirectionPriority(), NBNodeCont::feasibleCluster(), MSNet::generateStatistics(), GNEBusStop::getAttribute(), GNEContainerStop::getAttribute(), GNEPersonTrip::getAttribute(), GNERide::getAttribute(), GNETransport::getAttribute(), GUIBaseVehicle::getDeviceDescription(), GUIBusStop::getParameterWindow(), MSStageDriving::getStageDescription(), MSStageDriving::getStageSummary(), Option_IntVector::getValueString(), Option_StringVector::getValueString(), getVehicleClassNames(), MSStageDriving::getWaitingDescription(), MSActuatedTrafficLightLogic::init(), GNECrossingFrame::CrossingParameters::invertEdges(), joinNamedToString(), joinToStringSorting(), GNECrossingFrame::CrossingParameters::markEdge(), MSDevice_SSM::MSDevice_SSM(), GNEAllowDisallow::onCmdAccept(), GNEAttributeCarrier::parseIDs(), OptionsCont::relocateFiles(), GNEJunction::removeEdgeFromCrossings(), NBEdge::replaceInConnections(), MSTriggeredRerouter::rerouteParkingArea(), NBRailwayTopologyAnalyzer::reverseEdges(), NIImporter_OpenDrive::setEdgeLinks2(), Distribution_Parameterized::toStr(), toString(), GNETAZFrame::TAZSelectionStatistics::updateStatistics(), NIImporter_OpenStreetMap::usableType(), GNECrossingFrame::CrossingParameters::useSelectedEdges(), MSRailSignal::DriveWay::writeBlocks(), NWWriter_SUMO::writeInternalNodes(), NWWriter_XML::writeNodes(), and NWWriter_SUMO::writeRoundabout().
|
inline |
Definition at line 285 of file ToString.h.
References joinToString().
Referenced by MSDevice_Taxi::dispatchShared(), joinNamedToStringSorting(), NIImporter_OpenStreetMap::EdgesHandler::myStartElement(), and toString().
|
inline |
Definition at line 56 of file ToString.h.
Referenced by TraCIServer::addSubscriptionFilter(), libsumo::Helper::applySubscriptionFilterLanes(), libsumo::Helper::applySubscriptionFilterTurn(), TraCIServerAPI_GUI::processGet(), TraCIServerAPI_BusStop::processGet(), TraCIServerAPI_Calibrator::processGet(), TraCIServerAPI_ChargingStation::processGet(), TraCIServerAPI_Edge::processGet(), TraCIServerAPI_InductionLoop::processGet(), TraCIServerAPI_Junction::processGet(), TraCIServerAPI_Lane::processGet(), TraCIServerAPI_LaneArea::processGet(), TraCIServerAPI_MeanData::processGet(), TraCIServerAPI_MultiEntryExit::processGet(), TraCIServerAPI_OverheadWire::processGet(), TraCIServerAPI_ParkingArea::processGet(), TraCIServerAPI_Person::processGet(), TraCIServerAPI_POI::processGet(), TraCIServerAPI_Polygon::processGet(), TraCIServerAPI_Rerouter::processGet(), TraCIServerAPI_Route::processGet(), TraCIServerAPI_RouteProbe::processGet(), TraCIServerAPI_Simulation::processGet(), TraCIServerAPI_TrafficLight::processGet(), TraCIServerAPI_VariableSpeedSign::processGet(), TraCIServerAPI_Vehicle::processGet(), TraCIServerAPI_VehicleType::processGet(), TraCIServerAPI_GUI::processSet(), TraCIServerAPI_BusStop::processSet(), TraCIServerAPI_Calibrator::processSet(), TraCIServerAPI_ChargingStation::processSet(), TraCIServerAPI_Edge::processSet(), TraCIServerAPI_InductionLoop::processSet(), TraCIServerAPI_Junction::processSet(), TraCIServerAPI_Lane::processSet(), TraCIServerAPI_LaneArea::processSet(), TraCIServerAPI_MultiEntryExit::processSet(), TraCIServerAPI_OverheadWire::processSet(), TraCIServerAPI_ParkingArea::processSet(), TraCIServerAPI_Person::processSet(), TraCIServerAPI_POI::processSet(), TraCIServerAPI_Polygon::processSet(), TraCIServerAPI_Rerouter::processSet(), TraCIServerAPI_Route::processSet(), TraCIServerAPI_RouteProbe::processSet(), TraCIServerAPI_Simulation::processSet(), TraCIServerAPI_TrafficLight::processSet(), TraCIServerAPI_VariableSpeedSign::processSet(), TraCIServerAPI_Vehicle::processSet(), TraCIServerAPI_VehicleType::processSet(), and TraCIServer::writeStatusCmd().
|
inline |
Definition at line 64 of file ToString.h.
References Named::getIDSecure(), and UNUSED_PARAMETER.
|
inline |
Definition at line 229 of file ToString.h.
|
inline |
Definition at line 386 of file ToString.h.
References joinToString().
|
inline |
Definition at line 364 of file ToString.h.
References joinToString().
|
inline |
Definition at line 313 of file ToString.h.
References joinToStringSorting(), and UNUSED_PARAMETER.
|
inline |
Definition at line 336 of file ToString.h.
References joinToString().
|
inline |
Definition at line 324 of file ToString.h.
References joinToString().
|
inline |
Definition at line 330 of file ToString.h.
References joinToString().
|
inline |
Definition at line 358 of file ToString.h.
References joinToString().
|
inline |
Definition at line 211 of file ToString.h.
|
inline |
Template for conversions from origin format to string representation (when supplied by c++/the stl)
Definition at line 46 of file ToString.h.
Referenced by MSDevice_ToC::_2string(), NIImporter_SUMO::_loadNetwork(), MSLCM_LC2013::_patchSpeed(), MSLCM_LC2013::_wantsChange(), MSLCM_SL2015::_wantsChangeSublane(), MSLaneChangerSublane::abortLCManeuver(), LIBSUMO_NAMESPACE::Person::add(), MSDevice_SSM::Encounter::add(), ODMatrix::add(), MSPModel_Striping::add(), MSDetectorControl::add(), IntermodalNetwork< E, L, N, V >::addAccess(), NLTriggerBuilder::addAccess(), SUMORTree::addAdditionalGLObject(), NBRailwayTopologyAnalyzer::addBidiEdgesBetweenSwitches(), NBRailwayTopologyAnalyzer::addBidiEdgesForBufferStops(), NBRailwayTopologyAnalyzer::addBidiEdgesForStops(), NBRailwayTopologyAnalyzer::addBidiEdgesForStraightConnectivity(), NIImporter_SUMO::addConnection(), NLHandler::addConnection(), NBLoadedSUMOTLDef::addConnection(), NIXMLConnectionsHandler::addCrossing(), GNETagProperties::addDeprecatedAttribute(), NLHandler::addDistrict(), RORouteHandler::addFlowPerson(), MSRouteHandler::addFlowTransportable(), GNEJunction::addIncomingGNEEdge(), GNEFixAdditionalElements::AdditionalList::AdditionalList(), NIImporter_SUMO::addLane(), NIXMLEdgesHandler::addLane(), MSLane::addLeaders(), NLJunctionControlBuilder::addLogicItem(), GNEJunction::addOutgoingGNEEdge(), MSTractionSubstation::addOverheadWireClampToCircuit(), MSTriggeredRerouter::addParkValues(), NLHandler::addPhase(), PCLoaderOSM::addPOI(), ShapeHandler::addPOI(), PCLoaderOSM::addPolygon(), NLHandler::addPredecessorConstraint(), NIXMLPTHandler::addPTLineStop(), MSDispatch::addReservation(), NBEdge::addRestrictedLane(), GNEViewNet::addRestrictedLane(), GNENet::addReversedEdge(), NBEdgeCont::addRoundabout(), NIXMLPTHandler::addRouteStop(), NIXMLEdgesHandler::addSplit(), NBTrafficLightLogic::addStep(), MSRouteHandler::addStop(), MSBaseVehicle::addStop(), RONet::addStoppingPlace(), TraCIServer::addSubscriptionFilter(), TraCIServer::addSubscriptionFilterDownstreamDistance(), TraCIServer::addSubscriptionFilterFieldOfVision(), TraCIServer::addSubscriptionFilterLanes(), TraCIServer::addSubscriptionFilterLateralDistance(), LIBSUMO_NAMESPACE::Vehicle::addSubscriptionFilterLCManeuver(), TraCIServer::addSubscriptionFilterUpstreamDistance(), TraCIServer::addSubscriptionFilterVClass(), TraCIServer::addSubscriptionFilterVType(), NIXMLTrafficLightsHandler::addTlConnection(), NIVissimTL::NIVissimTLSignal::addTo(), ROPerson::addTrip(), GNEVehicleFrame::addVehicle(), RailEdge< E, V >::addVirtualTurns(), NBPTLine::addWayNode(), NBNodeCont::analyzeCluster(), MSTransportable::appendStage(), NIImporter_OpenStreetMap::RelationHandler::applyRestriction(), libsumo::Helper::applySubscriptionFilterFieldOfVision(), libsumo::Helper::applySubscriptionFilterLateralDistanceSinglePass(), libsumo::Helper::applySubscriptionFilters(), NBEdge::applyTurnSigns(), GNEVType::askAddVTypeDistribution(), GNEVType::askRemoveVTypeDistribution(), GNEFrameAttributeModules::AttributesCreatorFlow::AttributesCreatorFlow(), GNEFrameAttributeModules::AttributesEditorFlow::AttributesEditorFlow(), NBNodeShapeComputer::badIntersection(), SUMOVehicleParserHelper::beginVTypeParsing(), NLEdgeControlBuilder::build(), MSAbstractLaneChangeModel::build(), MSVehicleType::build(), GNEAdditionalHandler::buildAccess(), GNEAdditionalFrame::buildAdditionalCommonAttributes(), GNEVehicleTypeDialog::VTypeAtributes::buildAttributesA(), GNEAdditionalHandler::buildBusStop(), GNEAdditionalHandler::buildChargingStation(), GNEConnectorFrame::buildConnection(), NIImporter_OpenDrive::buildConnectionsToOuter(), GNEContainerFrame::buildContainer(), GNERouteHandler::buildContainer(), GNERouteHandler::buildContainerFlow(), GNEAdditionalHandler::buildContainerStop(), CHBuilder< E, V >::buildContractionHierarchy(), NBNode::buildCrossings(), NBNode::buildCrossingsAndWalkingAreas(), GNEDataHandler::buildDataInterval(), GNEDataHandler::buildDataSet(), GNEAdditionalHandler::buildDetectorE1Instant(), GNEAdditionalHandler::buildDetectorE3(), GNEAdditionalHandler::buildDetectorEntry(), GNEAdditionalHandler::buildDetectorExit(), MSRailSignal::LinkInfo::buildDriveWay(), GNEAdditionalHandler::buildE1Detector(), GNEAdditionalHandler::buildEdgeCalibrator(), NIVissimConnection::buildEdgeConnections(), GNEDataHandler::buildEdgeData(), RODFNet::buildEdgeFlowMap(), GNELane::buildEdgeOperations(), GNEDataHandler::buildEdgeRelationData(), GNERouteHandler::buildEmbeddedRoute(), GNERouteHandler::buildFlow(), GNERouteHandler::buildFlowOverRoute(), NBEdge::buildInnerEdges(), GNETLSEditorFrame::buildInternalLanes(), GNEAdditionalHandler::buildLaneCalibrator(), GNELane::buildLaneOperations(), GNEAdditionalHandler::buildMultiLaneDetectorE2(), NIVissimEdge::buildNBEdge(), buildNetwork(), GNEAdditionalHandler::buildParkingArea(), GNEAdditionalHandler::buildParkingSpace(), GNEPersonFrame::buildPerson(), GNERouteHandler::buildPerson(), GNERouteHandler::buildPersonFlow(), GNEAdditionalHandler::buildPOIGeo(), GNEAdditionalHandler::buildPolygon(), GNEAdditionalHandler::buildRerouter(), GNEAdditionalHandler::buildRerouterInterval(), GNERouteHandler::buildRoute(), MSRailSignal::DriveWay::buildRoute(), GNEAdditionalHandler::buildRouteProbe(), NLDetectorBuilder::buildRouteProbe(), MELoop::buildSegmentsFor(), GNEAdditionalHandler::buildSingleLaneDetectorE2(), libsumo::Helper::buildStopParameters(), NLTriggerBuilder::buildStoppingPlace(), GUITriggerBuilder::buildStoppingPlace(), MSFrame::buildStreams(), GNEAdditionalHandler::buildTAZ(), GNETAZRelDataFrame::buildTAZRelationData(), GNEDataHandler::buildTAZRelationData(), GNEAdditionalHandler::buildTAZSink(), GNEAdditionalHandler::buildTAZSource(), GNEAdditionalHandler::buildTrainStop(), GNERouteHandler::buildTrip(), GNEAdditionalHandler::buildVaporizer(), GNEAdditionalHandler::buildVariableSpeedSign(), GNEAllowDisallow::buildVClass(), MSDevice_Battery::buildVehicleDevices(), MSDevice_ElecHybrid::buildVehicleDevices(), MSDevice_Taxi::buildVehicleDevices(), GNERouteHandler::buildVehicleOverRoute(), GNERouteHandler::buildVType(), GNERouteHandler::buildVTypeDistribution(), NBNode::buildWalkingAreas(), MSBaseVehicle::calculateArrivalParams(), GNEVehicleTypeDialog::CarFollowingModelParameters::CarFollowingModelRow::CarFollowingModelRow(), MSLaneChangerSublane::change(), GNEPoly::changeFirstGeometryPoint(), LIBSUMO_NAMESPACE::Vehicle::changeLaneRelative(), MSLaneChanger::changeOpposite(), GNEConnection::changeTLIndex(), MSVehicleType::check(), MSLCM_SL2015::checkBlockingVehicles(), MSLaneChanger::checkChange(), MSLaneChanger::checkChangeOpposite(), MSLaneChangerSublane::checkChangeOpposite(), MSLaneChangerSublane::checkChangeSublane(), GNEDetectorE3::checkChildAdditionalRestriction(), Circuit::checkCircuit(), NBNode::checkCrossing(), NIImporter_OpenStreetMap::RelationHandler::checkEdgeRef(), MSRailSignal::DriveWay::checkFlanks(), RONet::checkFlows(), GUIApplicationWindow::checkGamingEventsDRT(), NBEdge::checkGeometry(), NBEdgeCont::checkGrade(), NWWriter_OpenDrive::checkLaneGeometries(), MSFrame::checkOptions(), NBFrame::checkOptions(), NGFrame::checkOptions(), NBEdgeCont::checkOverlap(), MSDevice_Battery::checkParam(), MSDevice_ElecHybrid::checkParam(), AdditionalHandler::checkParent(), RouteHandler::checkParent(), DataHandler::checkParent(), MSSOTLTrafficLightLogic::checkPhases(), MSE2Collector::checkPositioning(), MSVehicle::checkReversal(), NLDetectorBuilder::checkSampleInterval(), GUISUMOAbstractView::checkSnapshots(), MSAbstractLaneChangeModel::checkTraCICommands(), MSLaneChanger::checkTraCICommands(), GNENet::cleanInvalidCrossings(), MsgHandler::clear(), MSRouteHandler::closeFlow(), NLJunctionControlBuilder::closeTrafficLightLogic(), MSRouteHandler::closeTransportable(), MSRouteHandler::closeVehicle(), NBTrafficLightDefinition::collectAllLinks(), NBLoadedSUMOTLDef::collectEdgeVectors(), GNEInternalLane::colorForLinksState(), GNEAccess::commitMoveShape(), GNEDetectorE1::commitMoveShape(), GNEDetectorE1Instant::commitMoveShape(), GNEDetectorE2::commitMoveShape(), GNEDetectorE3::commitMoveShape(), GNEDetectorEntryExit::commitMoveShape(), GNEParkingSpace::commitMoveShape(), GNEPOI::commitMoveShape(), GNEPoly::commitMoveShape(), GNERerouter::commitMoveShape(), GNEStoppingPlace::commitMoveShape(), GNETAZ::commitMoveShape(), GNEVariableSpeedSign::commitMoveShape(), GNEContainer::commitMoveShape(), GNEPerson::commitMoveShape(), GNEPersonTrip::commitMoveShape(), GNERide::commitMoveShape(), GNEStop::commitMoveShape(), GNETranship::commitMoveShape(), GNETransport::commitMoveShape(), GNEVehicle::commitMoveShape(), GNEWalk::commitMoveShape(), GNEConnection::commitMoveShape(), GNECrossing::commitMoveShape(), GNEEdge::commitMoveShape(), GNEJunction::commitMoveShape(), GNELane::commitMoveShape(), NBNodeShapeComputer::compute(), IntermodalRouter< E, L, N, V >::compute(), AStarRouter< E, V >::compute(), CHRouter< E, V >::compute(), DijkstraRouter< E, V >::compute(), RailwayRouter< E, V >::compute(), PedestrianRouter< E, L, N, V >::compute(), NBNetBuilder::compute(), ODMatrix::computeDeparts(), MSDispatch::computeDetourTime(), MSDispatch_Greedy::computeDispatch(), MSDispatch_GreedyClosest::computeDispatch(), MSLink::computeDistToDivergence(), MSDevice_SSM::computeDRAC(), NBNode::computeLogic(), NBOwnTLDef::computeLogicAndConts(), ROMAAssignments::computePath(), computeRoutes(), NIImporter_OpenDrive::computeShapes(), MSDevice_SSM::computeSSMs(), RODFNet::computeTypes(), MSRailSignal::DriveWay::conflictLaneOccupied(), GNEAllowDisallow::constructor(), NBPTLineCont::constructRoute(), GNEAdditionalFrame::createBaseAdditionalObject(), NGNet::createChequerBoard(), GNENet::createEdge(), GNENet::createJunction(), GNEVehicleFrame::createPath(), GNENet::createRoundabout(), GNECrossingFrame::CrossingParameters::CrossingParameters(), GLHelper::debugVertices(), MSAbstractLaneChangeModel::decideDirection(), MSLCM_SL2015::decideDirection(), MSActuatedTrafficLightLogic::decideNextPhase(), GNEReferenceCounter::decRef(), GNENet::deleteConnection(), NBPTLine::deleteDuplicateStops(), NIXMLEdgesHandler::deleteEdge(), GNENet::deleteEdge(), GNEPoly::deleteGeometryPoint(), GNENet::deleteJunction(), GNENet::deleteLane(), NIXMLNodesHandler::deleteNode(), NBTrafficLightLogic::deletePhase(), GNETypeFrame::TypeEditor::deleteType(), GUISelectedStorage::deselect(), MSLane::detectCollisions(), MSInsertionControl::determineCandidates(), MSDevice_SSM::determineTTCandDRAC(), GNEStop::disableAttribute(), MSDispatch_Greedy::dispatch(), MSDispatch_GreedyShared::dispatch(), MSDispatch_RouteExtension::dispatch(), TraCIServer::dispatchCommand(), MSDevice_Taxi::dispatchShared(), GUISUMOAbstractView::displayColorLegend(), NBEdge::divideOnEdges(), NBEdge::divideSelectedLanesOnEdges(), GUITLLogicPhasesTrackerWindow::drawAdditionalStates(), GNEEdge::drawEdgeGeometryPoints(), GNEEdge::drawEdgeName(), GUISUMOAbstractView::drawFPS(), GUIGeometry::drawGeometryPoints(), GUICalibrator::drawGL(), GUIChargingStation::drawGL(), GUIEdge::drawGL(), GUIJunctionWrapper::drawGL(), GUIOverheadWire::drawGL(), GUITriggeredRerouter::GUITriggeredRerouterEdge::drawGL(), GNEChargingStation::drawGL(), GNERerouterSymbol::drawGL(), GNEContainer::drawGL(), GNEPerson::drawGL(), GNEJunction::drawGL(), GUIPerson::drawGL(), GNELane::drawLane2LaneConnections(), GUIBaseVehicle::drawLinkItem(), GUILane::drawLinkNo(), GNELane::drawLinkNo(), GUIBaseVehicle::drawOnPos(), GNELane::drawOverlappedRoutes(), GUIVehicle::drawRouteHelper(), GUIMEVehicle::drawRouteHelper(), GNEVehicle::drawStackLabel(), GUIBaseVehicle::drawStopLabels(), GNEViewNetHelper::TestingMode::drawTestingElements(), GNELane::drawTLSLinkNo(), GUILane::drawTLSLinkNo(), GNECrossing::drawTLSLinkNo(), GUIParameterTracker::GUIParameterTrackerPanel::drawValue(), GUITLLogicPhasesTrackerWindow::drawValues(), GNENet::duplicateLane(), GNECrossingFrame::EdgesSelector::EdgesSelector(), GNEEdge::editEndpoint(), GNEVType::editVTypeDistribution(), elapsedMs2string(), GNEContainer::enableAttribute(), GNEPerson::enableAttribute(), GNEStop::enableAttribute(), GNEVehicle::enableAttribute(), GNEMatchGenericDataAttribute::enableMatchGenericDataAttribute(), NLDetectorBuilder::endE3Detector(), GNEGeneralHandler::endTag(), EnergyParams::EnergyParams(), MSE3Collector::enter(), MSParkingArea::enter(), MSVehicle::enterLaneAtLaneChange(), OptionsLoader::error(), MSDevice_SSM::estimateConflictTimes(), MSActuatedTrafficLightLogic::evalExpression(), NBNode::ApproachingDivider::execute(), MSVehicle::executeMove(), NBEdge::expandableBy(), NBRailwayTopologyAnalyzer::extendBidiEdges(), NIImporter_OpenStreetMap::extendRailwayDistances(), OptionsLoader::fatalError(), NBNodeCont::feasibleCluster(), GNEAttributeCarrier::fillAdditionals(), GNEAttributeCarrier::fillCommonContainerAttributes(), GNEAttributeCarrier::fillCommonFlowAttributes(), GNEAttributeCarrier::fillCommonPersonAttributes(), GNEAttributeCarrier::fillCommonVehicleAttributes(), GNEAttributeCarrier::fillContainerTranshipElements(), GNEAttributeCarrier::fillContainerTransportElements(), GNEAttributeCarrier::fillDataElements(), GNEAttributeCarrier::fillDemandElements(), GNEAttributeCarrier::fillNetworkElements(), GNEAttributeCarrier::fillPersonElements(), GNEAttributeCarrier::fillPersonPlanRides(), GNEAttributeCarrier::fillPersonPlanTrips(), GNEAttributeCarrier::fillPersonPlanWalks(), GNEAttributeCarrier::fillShapes(), GNEAttributeCarrier::fillTAZElements(), GNEAttributeCarrier::fillVehicleElements(), GNEVehicleTypeDialog::VTypeAtributes::VTypeAttributeRow::filterAttributeName(), MSCFModel_Daniel1::finalizeSpeed(), NIImporter_OpenStreetMap::RelationHandler::findEdgeRef(), MSRailSignal::DriveWay::findFlankProtection(), MSDevice_SSM::findFoeConflictLane(), LIBSUMO_NAMESPACE::Simulation::findIntermodalRoute(), MSRailSignal::DriveWay::findProtection(), MSDevice_SSM::findSurroundingVehicles(), NBPTLineCont::findWay(), GNEDetectorE1::fixAdditionalProblem(), GNEDetectorE1Instant::fixAdditionalProblem(), GNEDetectorE2::fixAdditionalProblem(), GNEDetectorEntryExit::fixAdditionalProblem(), GNEStoppingPlace::fixAdditionalProblem(), GNEFixDemandElements::FixStopPositionOptions::fixElements(), MSDevice_SSM::flushGlobalMeasures(), MSRailSignal::formatVisitedMap(), GNENetHelper::AttributeCarriers::generateAdditionalID(), NBPTStopCont::generateBidiStops(), GNETAZElement::generateChildID(), GNENetHelper::AttributeCarriers::generateDataSetID(), GNENetHelper::AttributeCarriers::generateDemandElementID(), GNENetHelper::AttributeCarriers::generateEdgeTypeID(), MSDevice_Example::generateOutput(), MSDevice_Taxi::generateOutput(), MSDevice_Tripinfo::generateOutput(), GNENetHelper::AttributeCarriers::generateShapeID(), MSNet::generateStatistics(), GNENetHelper::AttributeCarriers::generateTAZElementID(), GNEInspectorFrame::GEOAttributesEditor::GEOAttributesEditor(), NIImporter_OpenDrive::geomFromSpiral(), GNEDetectorE1::getAdditionalProblem(), GNEDetectorE1Instant::getAdditionalProblem(), GNEDetectorE2::getAdditionalProblem(), GNEDetectorEntryExit::getAdditionalProblem(), GNEStoppingPlace::getAdditionalProblem(), CommonXMLStructure::SumoBaseObject::getAllAttributes(), SUMOVehicleParameter::getArrivalEdge(), SUMOVehicleParameter::getArrivalLane(), SUMOVehicleParameter::getArrivalPos(), SUMOVehicleParameter::getArrivalPosLat(), SUMOVehicleParameter::getArrivalSpeed(), MSAbstractLaneChangeModel::getAssumedDecelForLaneChangeDuration(), GNEAccess::getAttribute(), GNEBusStop::getAttribute(), GNECalibrator::getAttribute(), GNECalibratorFlow::getAttribute(), GNEChargingStation::getAttribute(), GNEClosingLaneReroute::getAttribute(), GNEClosingReroute::getAttribute(), GNEContainerStop::getAttribute(), GNEDestProbReroute::getAttribute(), GNEDetectorE1::getAttribute(), GNEDetectorE1Instant::getAttribute(), GNEDetectorE2::getAttribute(), GNEDetectorE3::getAttribute(), GNEDetectorEntryExit::getAttribute(), GNEParkingArea::getAttribute(), GNEParkingAreaReroute::getAttribute(), GNEParkingSpace::getAttribute(), GNEPOI::getAttribute(), GNEPoly::getAttribute(), GNERerouter::getAttribute(), GNERerouterInterval::getAttribute(), GNERerouterSymbol::getAttribute(), GNERouteProbe::getAttribute(), GNERouteProbReroute::getAttribute(), GNETAZ::getAttribute(), GNETAZSourceSink::getAttribute(), GNEVaporizer::getAttribute(), GNEVariableSpeedSign::getAttribute(), GNEVariableSpeedSignStep::getAttribute(), GNEVariableSpeedSignSymbol::getAttribute(), GNEDataInterval::getAttribute(), GNEDataSet::getAttribute(), GNEEdgeData::getAttribute(), GNEEdgeRelData::getAttribute(), GNETAZRelData::getAttribute(), GNEContainer::getAttribute(), GNEPerson::getAttribute(), GNEPersonTrip::getAttribute(), GNERide::getAttribute(), GNERoute::getAttribute(), GNEStop::getAttribute(), GNETranship::getAttribute(), GNETransport::getAttribute(), GNEVehicle::getAttribute(), GNEVType::getAttribute(), GNEVTypeDistribution::getAttribute(), GNEWalk::getAttribute(), GNEConnection::getAttribute(), GNECrossing::getAttribute(), GNEEdge::getAttribute(), GNEEdgeType::getAttribute(), GNEInternalLane::getAttribute(), GNEJunction::getAttribute(), GNELane::getAttribute(), GNELaneType::getAttribute(), GNEAccess::getAttributeDouble(), GNECalibrator::getAttributeDouble(), GNECalibratorFlow::getAttributeDouble(), GNEClosingLaneReroute::getAttributeDouble(), GNEClosingReroute::getAttributeDouble(), GNEDestProbReroute::getAttributeDouble(), GNEDetectorE1::getAttributeDouble(), GNEDetectorE1Instant::getAttributeDouble(), GNEDetectorE2::getAttributeDouble(), GNEDetectorE3::getAttributeDouble(), GNEDetectorEntryExit::getAttributeDouble(), GNEParkingArea::getAttributeDouble(), GNEParkingAreaReroute::getAttributeDouble(), GNEParkingSpace::getAttributeDouble(), GNERerouter::getAttributeDouble(), GNERerouterInterval::getAttributeDouble(), GNERouteProbe::getAttributeDouble(), GNERouteProbReroute::getAttributeDouble(), GNEStoppingPlace::getAttributeDouble(), GNETAZ::getAttributeDouble(), GNETAZSourceSink::getAttributeDouble(), GNEVaporizer::getAttributeDouble(), GNEVariableSpeedSign::getAttributeDouble(), GNEVariableSpeedSignStep::getAttributeDouble(), GNEDataInterval::getAttributeDouble(), GNEDataSet::getAttributeDouble(), GNEEdgeData::getAttributeDouble(), GNEEdgeRelData::getAttributeDouble(), GNETAZRelData::getAttributeDouble(), GNEContainer::getAttributeDouble(), GNEPerson::getAttributeDouble(), GNEPersonTrip::getAttributeDouble(), GNERide::getAttributeDouble(), GNERoute::getAttributeDouble(), GNEStop::getAttributeDouble(), GNETranship::getAttributeDouble(), GNETransport::getAttributeDouble(), GNEVehicle::getAttributeDouble(), GNEVType::getAttributeDouble(), GNEVTypeDistribution::getAttributeDouble(), GNEWalk::getAttributeDouble(), GNETAZ::getAttributePosition(), GNETAZSourceSink::getAttributePosition(), GNEContainer::getAttributePosition(), GNEPerson::getAttributePosition(), GNEPersonTrip::getAttributePosition(), GNERide::getAttributePosition(), GNERoute::getAttributePosition(), GNEStop::getAttributePosition(), GNETranship::getAttributePosition(), GNETransport::getAttributePosition(), GNEVehicle::getAttributePosition(), GNEVType::getAttributePosition(), GNEVTypeDistribution::getAttributePosition(), GNEWalk::getAttributePosition(), GNETagProperties::getAttributeProperties(), GUIVehicle::getBackLaneIDs(), MSVehicle::getBackPosition(), MSVehicle::getBackPositionOnLane(), GNEContainer::getBegin(), GNEPerson::getBegin(), NBOwnTLDef::getBestPair(), MSRailSignal::getBlockingVehicleIDs(), LIBSUMO_NAMESPACE::TrafficLight::getBlockingVehicles(), MSDevice::getBoolParam(), NBRailwayTopologyAnalyzer::getBrokenRailNodes(), EnergyParams::getCharacteristicMap(), MSRailSignal::getClickableTLLinkID(), NIImporter_DlrNavteq::EdgesHandler::getColumn(), NBEdge::getConnection(), NBEdge::getConnectionRef(), MSRailSignal::getConstraintInfo(), Circuit::getCurrentsOfCircuitSource(), GNETagProperties::getDefaultValue(), GNERoute::getDemandElementProblem(), GNEStop::getDemandElementProblem(), GNEVehicle::getDemandElementProblem(), IntermodalNetwork< E, L, N, V >::getDepartConnector(), SUMOVehicleParameter::getDepartEdge(), SUMOVehicleParameter::getDepartLane(), SUMOVehicleParameter::getDepartPos(), SUMOVehicleParameter::getDepartPosLat(), SUMOVehicleParameter::getDepartSpeed(), MSStop::getDescription(), MSRailSignalConstraint_Predecessor::getDescription(), NBTrafficLightDefinition::getDescription(), NIImporter_OpenDrive::Connection::getDescription(), NBEdge::Connection::getDescription(), MSDevice_SSM::getDetectionRange(), MSRoute::getDistanceBetween(), EnergyParams::getDouble(), EnergyParams::getDoubles(), MSDevice_ToC::getDynamicMRMProbability(), GUINet::DiscoverAttributes::getEdgeAttrs(), NLDetectorBuilder::getEdgeChecking(), MSMeanData_Amitran::getEdgeID(), NBNode::getEdgesSortedByAngleAtNodeCenter(), MSDevice_SSM::getExtraTime(), MSDevice::getFloatParam(), GNESelectorFrame::getGenericMatches(), GNENetworkElement::getHierarchyName(), Reservation::getID(), MSRailSignal::LinkInfo::getID(), PublicTransportEdge< E, L, N, V >::getIntended(), NBEdge::Connection::getInternalLaneID(), MSRailSignal::getJunctionLinkID(), RORouteHandler::getJunctionTaz(), NLDetectorBuilder::getLaneChecking(), NBEdge::getLaneID(), NIXMLShapeHandler::getLanePos(), NLShapeHandler::getLanePos(), MSVehicle::getLatOffset(), GUIVehicle::getLCStateCenter(), GUIVehicle::getLCStateLeft(), GUIVehicle::getLCStateRight(), MSLane::getLeader(), MSLink::getLeaderInfo(), MSLane::getLeaderOnConsecutive(), SUMOVTypeParameter::getManoeuverAngleTimesS(), LIBSUMO_NAMESPACE::MeanData::getMeanData(), NIVissimDistrictConnection::getMeanSpeed(), GNEHierarchicalElement::getNewListOfParents(), MSCalibrator::getNewVehicleID(), MSPModel_Striping::getNextLane(), GUISUMOAbstractView::getObjectsInBoundary(), NBRampsComputer::getOffRampEdges(), MSDevice_SSM::getOutputFilename(), MSOverheadWire::getOverheadWireSegmentName(), MSCFModel_CACC::getParameter(), MSDevice_Battery::getParameter(), MSDevice_Bluelight::getParameter(), MSDevice_DriverState::getParameter(), MSDevice_ElecHybrid::getParameter(), MSDevice_Example::getParameter(), MSDevice_GLOSA::getParameter(), MSDevice_Routing::getParameter(), MSDevice_SSM::getParameter(), MSDevice_Taxi::getParameter(), MSDevice_Transportable::getParameter(), MSAbstractLaneChangeModel::getParameter(), MSDevice_ToC::getParameter(), MSLCM_LC2013::getParameter(), MSLCM_SL2015::getParameter(), LIBSUMO_NAMESPACE::Simulation::getParameter(), MSDevice_ElecHybrid::getParameterDouble(), GUIBusStop::getParameterWindow(), GUIEdge::getParameterWindow(), GUIJunctionWrapper::getParameterWindow(), GUITrafficLightLogicWrapper::getParameterWindow(), GNEPoly::getParameterWindow(), GUIPolygon::getParameterWindow(), GUIContainer::getParameterWindow(), GUINet::getParameterWindow(), MSLane::getPartialBehind(), MSSimpleDriverState::getPerceivedHeadway(), MSSimpleDriverState::getPerceivedSpeedDifference(), NBEdge::getPermissionVariants(), PollutantsInterface::getPollutantName(), GUIEdge::getPopUpMenu(), GUILane::getPopUpMenu(), GUITrafficLightLogicWrapper::getPopUpMenu(), GNEAdditional::getPopUpMenu(), GNEPOI::getPopUpMenu(), GNEGenericData::getPopUpMenu(), GNEDemandElement::getPopUpMenu(), GNEPersonTrip::getPopUpMenu(), GNERide::getPopUpMenu(), GNERoute::getPopUpMenu(), GNETranship::getPopUpMenu(), GNETransport::getPopUpMenu(), GNEWalk::getPopUpMenu(), GNEJunction::getPopUpMenu(), GNELane::getPopUpMenu(), NLDetectorBuilder::getPositionChecking(), MSRailSignal::getPriorityVehicleIDs(), LIBSUMO_NAMESPACE::TrafficLight::getPriorityVehicles(), NBRailwayTopologyAnalyzer::getRailNodes(), MSRailSignal::getRivalVehicleIDs(), LIBSUMO_NAMESPACE::TrafficLight::getRivalVehicles(), MSLCHelper::getRoundaboutDistBonus(), GNEGenericDataFrame::AttributeSelector::getScaledColor(), LIBSUMO_NAMESPACE::TrafficLight::getServedPersonCount(), LIBSUMO_NAMESPACE::Person::getStage(), GUIPerson::getStageIndexDescription(), GNEStopFrame::getStopParameter(), RONet::getStoppingPlaceElement(), MSNet::getStoppingPlaces(), GUIPropertyScheme< T >::getTagName(), GNEAttributeCarrier::getTagProperty(), MSActuatedTrafficLightLogic::getTarget(), MSDevice::getTimeParam(), MSRailSignal::getTLLinkID(), libsumo::Helper::getTrafficObject(), GUIVehicle::getTypeParameterWindow(), MSEdge::getWaitingVehicle(), NBHeightMapper::getZ(), GNEAttributeProperties::GNEAttributeProperties(), GNECalibratorDialog::GNECalibratorDialog(), GNECalibratorFlowDialog::GNECalibratorFlowDialog(), GNEChange_Attribute::GNEChange_Attribute(), GNEGeometryPointDialog::GNEGeometryPointDialog(), GNERerouterDialog::GNERerouterDialog(), GNERerouterIntervalDialog::GNERerouterIntervalDialog(), GNERouteDialog::GNERouteDialog(), GNEVariableSpeedSignDialog::GNEVariableSpeedSignDialog(), NBNode::guessCrossings(), NBEdgeCont::guessRoundabouts(), NBNodeCont::guessTLs(), CommonXMLStructure::SumoBaseObject::handleAttributeError(), MSLane::handleCollisionBetween(), GNEApplicationWindow::handleEvent_NetworkLoaded(), GUIApplicationWindow::handleEvent_SimulationStep(), MSBaseVehicle::haveValidStopEdges(), HelpersHBEFA::HelpersHBEFA(), LIBSUMO_NAMESPACE::POI::highlight(), LIBSUMO_NAMESPACE::Vehicle::highlight(), MSIdling_Stop::idle(), MSLink::ignoreFoe(), MSVehicle::ignoreRed(), GNEReferenceCounter::incRef(), ROMAAssignments::incremental(), MSVehicle::Influencer::influenceChangeDecision(), GUICompleteSchemeStorage::init(), MSActuatedTrafficLightLogic::init(), MSRailSignal::init(), MSTrafficLightLogic::init(), NEMALogic::init(), GNETLSEditorFrame::TLSPhases::initPhaseTable(), GNEViewNetHelper::TestingMode::initTestingMode(), NLHandler::initTrafficLightLogic(), GUIDialog_Options::InputFloat::InputFloat(), GUIDialog_Options::InputInt::InputInt(), GUIDialog_Options::InputIntVector::InputIntVector(), GUIDialog_Options::InputStringVector::InputStringVector(), NIImporter_MATSim::EdgesHandler::insertEdge(), NIImporter_OpenStreetMap::insertEdge(), NIImporter_OpenStreetMap::insertNodeChecking(), MSDevice_SSM::insertOptions(), MSEdge::insertVehicle(), GNEInspectorFrame::inspectMultisection(), MSLane::integrateNewVehicles(), NIImporter_OpenStreetMap::interpretDistance(), SUMOVehicleParameter::interpretEdgePos(), NIImporter_OpenStreetMap::EdgesHandler::interpretSpeed(), GNEGenericDataFrame::IntervalSelector::IntervalSelector(), GNEJunction::invalidateTLS(), GNEInternalLane::isAttributeEnabled(), GNERouteHandler::isContainerIdDuplicated(), MSLane::isInsertionSuccess(), MSVehicle::isLeader(), GNERouteHandler::isPersonIdDuplicated(), Distribution_Parameterized::isValid(), GNEAccess::isValid(), GNEBusStop::isValid(), GNECalibrator::isValid(), GNECalibratorFlow::isValid(), GNEChargingStation::isValid(), GNEClosingLaneReroute::isValid(), GNEClosingReroute::isValid(), GNEContainerStop::isValid(), GNEDestProbReroute::isValid(), GNEDetectorE1::isValid(), GNEDetectorE1Instant::isValid(), GNEDetectorE2::isValid(), GNEDetectorE3::isValid(), GNEDetectorEntryExit::isValid(), GNEParkingArea::isValid(), GNEParkingAreaReroute::isValid(), GNEParkingSpace::isValid(), GNEPOI::isValid(), GNEPoly::isValid(), GNERerouter::isValid(), GNERerouterInterval::isValid(), GNERouteProbe::isValid(), GNERouteProbReroute::isValid(), GNETAZ::isValid(), GNETAZSourceSink::isValid(), GNEVaporizer::isValid(), GNEVariableSpeedSign::isValid(), GNEVariableSpeedSignStep::isValid(), GNEDataInterval::isValid(), GNEDataSet::isValid(), GNEEdgeData::isValid(), GNEEdgeRelData::isValid(), GNETAZRelData::isValid(), GNEContainer::isValid(), GNEPerson::isValid(), GNEPersonTrip::isValid(), GNERide::isValid(), GNERoute::isValid(), GNEStop::isValid(), GNETranship::isValid(), GNETransport::isValid(), GNEVehicle::isValid(), GNEVType::isValid(), GNEVTypeDistribution::isValid(), GNEWalk::isValid(), GNEConnection::isValid(), GNECrossing::isValid(), GNEEdge::isValid(), GNEEdgeType::isValid(), GNEInternalLane::isValid(), GNEJunction::isValid(), GNELane::isValid(), GNELaneType::isValid(), GNERouteHandler::isVehicleIdDuplicated(), NBNodeCont::joinNodeCluster(), GNENet::joinSelectedJunctions(), joinToString(), NBEdgeCont::joinTramEdges(), MSLCM_SL2015::keepLatGap(), MSAbstractLaneChangeModel::laneChangeOutput(), MSE3Collector::leave(), MSE3Collector::leaveFront(), NIImporter_ArcView::load(), NIImporter_OpenStreetMap::load(), PCLoaderArcView::load(), PCLoaderVisum::load(), NILoader::load(), GUISettingsHandler::loadBreakpoints(), GUINet::loadEdgeData(), GUISelectedStorage::loadIDs(), NBHeightMapper::loadIfSet(), PCLoaderOSM::loadIfSet(), MFXImageHelper::loadImage(), loadNet(), ROLoader::loadNet(), NIImporter_OpenDrive::loadNetwork(), PCLoaderDlrNavteq::loadPOIFile(), PCLoaderDlrNavteq::loadPolyFile(), MSLane::loadRNGState(), NBHeightMapper::loadTiff(), NILoader::loadXML(), main(), NBEdge::MainDirections::MainDirections(), NBRailwayTopologyAnalyzer::makeAllBidi(), MSDevice_SSM::makeStringWithNAs(), GNENet::mergeJunctions(), PositionVector::move2sideCustom(), GNEViewNetHelper::SelectingArea::moveRectangleSelection(), LIBSUMO_NAMESPACE::Vehicle::moveTo(), LIBSUMO_NAMESPACE::Person::moveToXY(), LIBSUMO_NAMESPACE::Vehicle::moveToXY(), MSPModel_Striping::PState::moveToXY(), libsumo::Helper::moveToXYMap(), libsumo::Helper::moveToXYMap_matchingRoutePosition(), MSActuatedTrafficLightLogic::MSActuatedTrafficLightLogic(), MSChargingStation::MSChargingStation(), MSDelayBasedTrafficLightLogic::MSDelayBasedTrafficLightLogic(), MSDevice_Battery::MSDevice_Battery(), MSDevice_ElecHybrid::MSDevice_ElecHybrid(), MSDevice_Taxi::MSDevice_Taxi(), MSParkingArea::MSParkingArea(), MSSimpleTrafficLightLogic::MSSimpleTrafficLightLogic(), ROMARouteHandler::myEndElement(), MSStateHandler::myEndElement(), NIImporter_OpenStreetMap::RelationHandler::myEndElement(), ROJTRTurnDefLoader::myStartElement(), MSStateHandler::myStartElement(), NIImporter_OpenDrive::myStartElement(), NIXMLConnectionsHandler::myStartElement(), NIXMLTypesHandler::myStartElement(), ODAmitranHandler::myStartElement(), PCLoaderOSM::NodesHandler::myStartElement(), PCLoaderOSM::RelationsHandler::myStartElement(), PCLoaderOSM::EdgesHandler::myStartElement(), RORouteHandler::myStartElement(), GUISettingsHandler::myStartElement(), SAXWeightsHandler::myStartElement(), NIImporter_OpenStreetMap::NodesHandler::myStartElement(), NIImporter_OpenStreetMap::EdgesHandler::myStartElement(), NIImporter_OpenStreetMap::RelationHandler::myStartElement(), NEMALogic::NEMA_control(), NEMALogic::NEMALogic(), GNEFrameAttributeModules::NeteditAttributes::NeteditAttributes(), NIVissimAbstractEdge::NIVissimAbstractEdge(), MSDevice_Bluelight::notifyEnter(), MSTriggeredRerouter::notifyEnter(), MSDevice_Bluelight::notifyLeave(), MSE3Collector::MSE3EntryReminder::notifyLeave(), MSE3Collector::MSE3LeaveReminder::notifyLeave(), MSDevice_Bluelight::notifyMove(), GNECalibratorFlowDialog::onCmdAccept(), GNEFixAdditionalElements::onCmdAccept(), GNERerouterIntervalDialog::onCmdAccept(), GNERouteDialog::onCmdAccept(), GNEVariableSpeedSignDialog::onCmdAccept(), GNEVehicleTypeDialog::onCmdAccept(), GNEViewNet::onCmdAddReversedEdge(), GNERoute::GNERoutePopupMenu::onCmdApplyDistance(), GNEMoveFrame::ChangeZInSelection::onCmdApplyZ(), GNEGeometryPointDialog::onCmdChangeGeometryPoint(), GNEConnectorFrame::ConnectionOperations::onCmdClearSelectedConnections(), GNECalibratorDialog::onCmdClickedRoute(), GNECalibratorDialog::onCmdClickedVehicleType(), GUIDialog_ViewSettings::onCmdColorChange(), GUIGLObjectPopupMenu::onCmdCopyCursorGeoPosition(), GUIGLObjectPopupMenu::onCmdCopyCursorPosition(), GNETLSEditorFrame::onCmdDefCreate(), GNETLSEditorFrame::onCmdDefDelete(), GNEViewNet::onCmdDuplicateLane(), GNEVariableSpeedSignDialog::onCmdEditStep(), GNEFrameModules::OverlappedInspection::onCmdListItemSelected(), GNEMultipleParametersDialog::ParametersOperations::onCmdLoadParameters(), GNESingleParametersDialog::ParametersOperations::onCmdLoadParameters(), GNETLSEditorFrame::TLSFile::onCmdLoadTLSProgram(), GNEFrameModules::OverlappedInspection::onCmdNextElement(), GUIDialog_EditViewport::onCmdOk(), GNEFrameAttributeModules::AttributesCreatorRow::onCmdOpenAttributeDialog(), GNEFrameAttributeModules::AttributesEditorRow::onCmdOpenAttributeDialog(), GNEApplicationWindow::onCmdOpenEdgeTypes(), GNETLSEditorFrame::onCmdPhaseEdit(), GNEFrameModules::OverlappedInspection::onCmdPreviousElement(), GNEMatchGenericDataAttribute::onCmdProcessString(), GNEGeometryPointDialog::onCmdReset(), GNEViewNet::onCmdReverseEdge(), GNEMatchGenericDataAttribute::onCmdSelectAttribute(), GNEGenericDataFrame::IntervalSelector::onCmdSelectCheckButton(), GNEFrameAttributeModules::AttributesEditorFlow::onCmdSelectFlowRadioButton(), GNEMatchGenericDataAttribute::onCmdSelectTag(), GNEVehicleTypeDialog::VTypeAtributes::onCmdSetAttribute(), GNEFrameAttributeModules::AttributesEditorRow::onCmdSetAttribute(), GNETAZFrame::TAZParameters::onCmdSetColorAttribute(), GNEPolygonFrame::GEOPOICreator::onCmdSetCoordinates(), GNEViewNet::onCmdSetCustomGeometryPoint(), GNEFrameAttributeModules::AttributesEditorFlow::onCmdSetFlowAttribute(), GNEMatchGenericDataAttribute::onCmdSetInterval(), GNEMoveFrame::ShiftEdgeSelectedGeometry::onCmdShiftEdgeGeometry(), GNEMoveFrame::ShiftShapeGeometry::onCmdShiftShapeGeometry(), GUIGLObjectPopupMenu::onCmdShowCursorGeoPositionOnline(), GUIContainer::GUIContainerPopupMenu::onCmdShowPlan(), GUIPerson::GUIPersonPopupMenu::onCmdShowPlan(), GNEViewNet::onCmdSmoothEdges(), GNEViewNet::onCmdSmoothEdgesElevation(), GUISUMOViewParent::onCmdSpeedFactor(), GNEViewNet::onCmdStraightenEdges(), GNEViewNet::onCmdStraightenEdgesElevation(), GNEViewNet::onCmdTransformPOI(), MSVehicle::onRemovalFromNet(), GNEVehicleTypeDialog::VTypeAtributes::VTypeAttributeRow::openColorDialog(), GNEFrame::openHelpAttributesDialog(), GUIApplicationWindow::openNewView(), MSRouteHandler::openRoute(), MSRouteHandler::openRouteDistribution(), PlainXMLFormatter::openTag(), GNEDeleteFrame::SubordinatedElements::openWarningDialog(), OutputDevice_Network::OutputDevice_Network(), MSLaneChangerSublane::outputLCStarted(), GNEVType::overwriteVType(), GNEAttributeCarrier::parse(), NIImporter_VISUM::parse_Lanes(), NIImporter_VISUM::parse_Point(), NIImporter_VISUM::parse_Types(), RONetHandler::parseAccess(), NLTriggerBuilder::parseAndBuildStoppingPlace(), SUMOVehicleParserHelper::parseCFMParams(), GUISettingsHandler::parseColor(), SUMOVehicleParserHelper::parseCommonAttributes(), RONetHandler::parseConnection(), NIXMLConnectionsHandler::parseDeprecatedLaneDefinition(), AdditionalHandler::parseDestProbRerouteAttributes(), AdditionalHandler::parseE2Attributes(), GNERouteHandler::parseEdge(), DataHandler::parseEdgeData(), DataHandler::parseEdgeRelationData(), GNEAdditionalHandler::parseEdges(), GNERouteHandler::parseEdges(), SUMOVehicleParserHelper::parseFlowAttributes(), MSRouteHandler::parseFromViaTo(), RORouteHandler::parseFromViaTo(), RORouteHandler::parseGeoEdges(), SUMOVehicleParserHelper::parseID(), SUMOVehicleParserHelper::parseJMParams(), GNERouteHandler::parseJunction(), RONetHandler::parseLane(), NIXMLConnectionsHandler::parseLaneBound(), GNEAdditionalHandler::parseLanes(), SUMOVehicleParserHelper::parseLCParams(), AdditionalHandler::parseParameters(), RouteHandler::parseParameters(), AdditionalHandler::parseParkingAreaRerouteAttributes(), SUMOVehicleParameter::parseRouteIndex(), AdditionalHandler::parseRouteProbRerouteAttributes(), GUISettingsHandler::parseSizeSettings(), AGActivityGenHandler::parseStation(), SUMORouteHandler::parseStop(), RouteHandler::parseStopParameters(), RONetHandler::parseStoppingPlace(), SUMOVehicleParameter::parseStopTriggers(), DataHandler::parseTAZRelationData(), GUISettingsHandler::parseTextSettings(), ODMatrix::parseTimeLine(), GNETLSEditorFrame::parseTLSPrograms(), SUMOVehicleParserHelper::parseVehicleAttributes(), SUMOVehicleParserHelper::parseWalkPos(), MSRouteHandler::parseWalkPositions(), MSLCM_LC2013::patchSpeed(), MSLCM_SL2015::patchSpeed(), NBLoadedTLDef::SignalGroup::patchTYellow(), MSVehicle::planMoveInternal(), MSLane::planMovements(), MSRightOfWayJunction::postloadInit(), NBEdge::prepareEdgePriorities(), MSLCM_SL2015::prepareStep(), NBNodeCont::printBuiltNodesStatistics(), SUMOVehicleParserHelper::processActionStepLength(), GNEPolygonFrame::processClick(), GNECreateEdgeFrame::processClick(), TraCIServerAPI_Vehicle::processSet(), NBEdgeCont::processSplits(), NIXMLNodesHandler::processTrafficLightDefinitions(), NBNodeCont::pruneLongEdges(), NBNodeCont::pruneSlipLaneNodes(), MSPModel_Striping::PState::PState(), RODFDetFlowLoader::read(), ODMatrix::readO(), ODMatrix::readV(), NIImporter_DlrNavteq::readVersion(), MSOffTrafficLightLogic::rebuildPhase(), MSRailSignal::recheckGreen(), NBEdgeCont::recheckLanes(), NIImporter_OpenStreetMap::reconstructLayerElevation(), GNEChange_Connection::redo(), GNEChange_Crossing::redo(), GNEChange_Edge::redo(), GNEChange_EdgeType::redo(), GNEChange_Junction::redo(), GNEChange_Lane::redo(), GNEChange_Connection::redoName(), GNEChange_Crossing::redoName(), GNEChange_Edge::redoName(), GNEChange_Junction::redoName(), GNEChange_Lane::redoName(), GNEChange_TLS::redoName(), GNEFrameAttributeModules::AttributesCreatorFlow::refreshAttributesCreatorFlow(), GNEGenericDataFrame::AttributeSelector::refreshAttributeSelector(), GUIDialog_ChooserAbstract::refreshList(), GNEInspectorFrame::NeteditAttributesEditor::refreshNeteditAttributesEditor(), GNEFrameAttributeModules::AttributesEditorFlow::refreshVehsPerHour(), OptionsCont::relocateFiles(), NBNodeCont::remapIDs(), NBEdgeCont::remapIDs(), SUMORTree::removeAdditionalGLObject(), NBNodeCont::removeComponents(), GNEPoly::removeGeometryPoint(), GNETAZ::removeGeometryPoint(), GNEConnection::removeGeometryPoint(), GNECrossing::removeGeometryPoint(), GNEEdge::removeGeometryPoint(), GNEJunction::removeGeometryPoint(), GNELane::removeGeometryPoint(), GNEJunction::removeIncomingGNEEdge(), GNEEdge::removeLane(), GNEJunction::removeOutgoingGNEEdge(), NBNodeCont::removeRailComponents(), GNEViewNet::removeRestrictedLane(), NBNodeCont::removeSelfLoops(), GNENet::removeSolitaryJunctions(), GNENet::replaceIncomingEdge(), NBEdge::replaceInConnections(), GNENet::replaceInListAttribute(), GNENet::replaceJunctionByGeometry(), MSBaseVehicle::replaceRouteEdges(), LIBSUMO_NAMESPACE::Vehicle::replaceStop(), MSBaseVehicle::replaceStop(), MSTransportable::replaceVehicleType(), NBRequest::reportWarnings(), MSDevice_SSM::requestsTrajectories(), LIBSUMO_NAMESPACE::Vehicle::requestToC(), MSBaseVehicle::reroute(), MSRailSignal::LinkInfo::reroute(), MSTriggeredRerouter::rerouteParkingArea(), MSVehicle::rerouteParkingArea(), LIBSUMO_NAMESPACE::Person::rerouteTraveltime(), GNEEdge::resetEndpoint(), GNETypeFrame::TypeEditor::resetType(), MSDevice_Bluelight::resetVehicle(), NBEdge::restoreRestrictedLane(), GNEViewNet::restrictLane(), GNENet::restrictLane(), MSRailSignal::retrieveDriveWay(), GNENetHelper::AttributeCarriers::retrieveLane(), NIXMLTrafficLightsHandler::retrieveLaneIndex(), GNENet::reverseEdge(), NBRailwayTopologyAnalyzer::reverseEdges(), NIImporter_OpenDrive::revisitLaneSections(), MSPerson::MSPersonStage_Walking::routeOutput(), MSStageWaiting::routeOutput(), MSStageDriving::routeOutput(), MSStageTranship::routeOutput(), RONet::saveAndRemoveRoutesUntil(), ROPerson::PersonTrip::saveAsXML(), ROVehicle::saveAsXML(), MSLCM_SL2015::saveBlockerLength(), MSLCM_LC2013::saveBlockerLength(), MEVehicle::saveState(), MSVehicle::saveState(), MSRailSignalConstraint_Predecessor::PassedTracker::saveState(), MSDevice_Routing::saveState(), MSDevice_Transportable::saveState(), MSDevice_Vehroutes::saveState(), MSTransportableDevice_Routing::saveState(), GUISelectedStorage::select(), GNEAdditionalFrame::SelectorChildEdges::SelectorChildEdges(), GNEAdditionalFrame::SelectorChildLanes::SelectorChildLanes(), MSVehicleType::setAccel(), MSVehicleType::setApparentDecel(), MSStageTrip::setArrived(), GNEEdgeType::setAttribute(), GNELaneType::setAttribute(), GNEAccess::setAttribute(), GNEBusStop::setAttribute(), GNECalibrator::setAttribute(), GNECalibratorFlow::setAttribute(), GNEChargingStation::setAttribute(), GNEClosingLaneReroute::setAttribute(), GNEClosingReroute::setAttribute(), GNEContainerStop::setAttribute(), GNEDestProbReroute::setAttribute(), GNEDetectorE1::setAttribute(), GNEDetectorE1Instant::setAttribute(), GNEDetectorE2::setAttribute(), GNEDetectorE3::setAttribute(), GNEDetectorEntryExit::setAttribute(), GNEParkingArea::setAttribute(), GNEParkingAreaReroute::setAttribute(), GNEParkingSpace::setAttribute(), GNEPOI::setAttribute(), GNEPoly::setAttribute(), GNERerouter::setAttribute(), GNERerouterInterval::setAttribute(), GNERouteProbe::setAttribute(), GNERouteProbReroute::setAttribute(), GNETAZ::setAttribute(), GNETAZSourceSink::setAttribute(), GNEVaporizer::setAttribute(), GNEVariableSpeedSign::setAttribute(), GNEVariableSpeedSignStep::setAttribute(), GNEDataInterval::setAttribute(), GNEDataSet::setAttribute(), GNEEdgeData::setAttribute(), GNEEdgeRelData::setAttribute(), GNETAZRelData::setAttribute(), GNEContainer::setAttribute(), GNEPerson::setAttribute(), GNEPersonTrip::setAttribute(), GNERide::setAttribute(), GNERoute::setAttribute(), GNEStop::setAttribute(), GNETranship::setAttribute(), GNETransport::setAttribute(), GNEVehicle::setAttribute(), GNEVType::setAttribute(), GNEVTypeDistribution::setAttribute(), GNEWalk::setAttribute(), GNEConnection::setAttribute(), GNECrossing::setAttribute(), GNEEdge::setAttribute(), GNEInternalLane::setAttribute(), GNEJunction::setAttribute(), GNELane::setAttribute(), GNEViewNetHelper::IntervalBar::setBegin(), NBRequest::setBlocking(), MSVehicleType::setDecel(), MSBaseVehicle::setDepartAndArrivalEdge(), NBEdge::setEdgeStopOffset(), MSVehicleType::setEmergencyDecel(), GNEViewNetHelper::IntervalBar::setEnd(), RODFRouteCont::setID(), MSVehicleType::setImperfection(), GNEFixDemandElements::FixOptions::setInvalidElements(), MFXAddEditTypedTable::setItemFromControl(), MFXAddEditTypedTable::setItemFromControl_NoRelease(), MSBaseVehicle::setJunctionModelParameter(), NBEdge::setJunctionPriority(), NIImporter_OpenDrive::setLaneAttributes(), GeoConvHelper::setLoaded(), MSDevice_Battery::setMaximumBatteryCapacity(), LIBSUMO_NAMESPACE::TrafficLight::setNemaCycleLength(), LIBSUMO_NAMESPACE::TrafficLight::setNemaMaxGreens(), LIBSUMO_NAMESPACE::TrafficLight::setNemaOffset(), LIBSUMO_NAMESPACE::TrafficLight::setNemaSplits(), GNEEdge::setNumLanes(), GNETLSEditorFrame::TLSAttributes::setOffset(), NBTrafficLightLogicCont::setOpenDriveSignalParameters(), MSLCM_SL2015::setOwnState(), MSDevice_Battery::setParameter(), MSDevice_ElecHybrid::setParameter(), MSAbstractLaneChangeModel::setParameter(), MSLCM_LC2013::setParameter(), MSLCM_SL2015::setParameter(), LIBSUMO_NAMESPACE::TrafficLight::setPhase(), MSDevice_Battery::setPowerMax(), NBEdgePriorityComputer::setPriorityJunctionPriorities(), LIBSUMO_NAMESPACE::TrafficLight::setProgramLogic(), MSLink::setRequestInformation(), MSDevice_Battery::setStoppingTreshold(), MSVehicleType::setTau(), NBLoadedSUMOTLDef::setTLControllingInformation(), GNEVehicleTypeDialog::VTypeAtributes::VClassRow::setVariable(), MSOverheadWire::setVoltage(), GUIMainWindow::setWindowSizeAndPos(), GNEFrameModules::HierarchicalElementTree::showAttributeCarrierParents(), GNEInspectorFrame::GEOAttributesEditor::showGEOAttributesEditor(), GNEInspectorFrame::NeteditAttributesEditor::showNeteditAttributesEditor(), GNEFrameModules::OverlappedInspection::showOverlappedInspection(), GUISUMOAbstractView::showToolTipFor(), GNEPoly::simplifyShape(), GNEEdge::smooth(), GNEEdge::smoothElevation(), MSTractionSubstation::solveCircuit(), MSLane::sortManeuverReservations(), PositionVector::splitAt(), GNENet::splitEdge(), GNEAccess::splitEdgeGeometry(), GNECalibrator::splitEdgeGeometry(), GNEDetector::splitEdgeGeometry(), GNEStoppingPlace::splitEdgeGeometry(), GNENet::splitEdgesBidi(), NBEdgeCont::splitGeometry(), NIImporter_OpenDrive::splitMinWidths(), MSDispatch_TraCI::splitReservation(), MSLaneChangerSublane::startChangeSublane(), GNEEdge::straightenElevation(), MSTLLogicControl::WAUTSwitchProcedure_Stretch::stretchLogic(), MSAbstractLaneChangeModel::sublaneChangeCompleted(), GNETAZFrame::TAZParameters::TAZParameters(), GNETLSEditorFrame::TLSAttributes::TLSAttributes(), GNEApplicationWindowHelper::toggleEditOptionsData(), GNEApplicationWindowHelper::toggleEditOptionsDemand(), GNEApplicationWindowHelper::toggleEditOptionsNetwork(), GUISelectedStorage::toggleSelection(), StringUtils::toInt(), NGNet::toNB(), GNECalibratorFlow::toogleAttribute(), GNEStop::toogleAttribute(), Distribution_Parameterized::toStr(), TraCIServer::TraCIServer(), GNERouteHandler::transformToFlow(), GNERouteHandler::transformToRouteFlow(), GNERouteHandler::transformToTrip(), GNERouteHandler::transformToVehicle(), MSPerson::MSPersonStage_Walking::tripInfoOutput(), MSStageWaiting::tripInfoOutput(), MSStageDriving::tripInfoOutput(), NIXMLEdgesHandler::tryGetLaneSpread(), SAXWeightsHandler::tryParse(), GNEChange_Connection::undo(), GNEChange_Crossing::undo(), GNEChange_Edge::undo(), GNEChange_EdgeType::undo(), GNEChange_Junction::undo(), GNEChange_Lane::undo(), GNEChange_Connection::undoName(), GNEChange_Crossing::undoName(), GNEChange_Edge::undoName(), GNEChange_Junction::undoName(), GNEChange_Lane::undoName(), GNEChange_TLS::undoName(), RailEdge< E, V >::update(), GNEMatchAttribute::updateAttribute(), MSVehicle::updateBestLanes(), GNEInspectorFrame::TemplateEditor::updateButtons(), GNERerouterIntervalDialog::updateClosingLaneReroutesTable(), GNERerouterIntervalDialog::updateClosingReroutesTable(), NLEdgeControlBuilder::updateCurrentLaneStopOffset(), MSRailSignal::updateCurrentPhase(), GNETLSEditorFrame::TLSPhases::updateCycleDuration(), GNERerouterIntervalDialog::updateDestProbReroutesTable(), MSAbstractLaneChangeModel::updateExpectedSublaneSpeeds(), GNECalibratorDialog::updateFlowAndLabelButton(), GNECalibratorDialog::updateFlowTable(), MSVehicle::updateFurtherLanes(), GNEDataInterval::updateGenericDataIDs(), GNEMoveFrame::ChangeZInSelection::updateInfoLabel(), GNESelectorFrame::SelectionInformation::updateInformationLabel(), GNEFrameModules::PathCreator::updateInfoRouteLabel(), GNEAdditionalFrame::E2MultilaneLaneSelector::updateInfoRouteLabel(), GNERerouterDialog::updateIntervalTable(), GNERerouterIntervalDialog::updateParkingAreaReroutesTable(), GUISUMOAbstractView::updatePositionInformation(), GNERerouterIntervalDialog::updateRouteProbReroutesTable(), GNECalibratorDialog::updateRouteTable(), GNETAZFrame::TAZChildDefaultParameters::updateSelectEdgesButton(), MSAbstractLaneChangeModel::updateShadowLane(), CHBuilder< E, V >::CHInfo::updateShortcuts(), MSVehicle::updateState(), GNETAZFrame::TAZCommonStatistics::updateStatistics(), GNETAZFrame::TAZSelectionStatistics::updateStatistics(), MSAbstractLaneChangeModel::updateTargetLane(), GNEVehicleTypeDialog::VTypeAtributes::updateValues(), GNECalibratorDialog::updateVehicleTypeTable(), MSDevice_SSM::useGeoCoords(), NEMALogic::validate_timing(), MSEdge::validateDepartSpeed(), GNETLSEditorFrame::varDurString(), GNEVehicleTypeDialog::VTypeAtributes::VClassRow::VClassRow(), GNEVehicleTypeDialog::VTypeAtributes::VShapeRow::VShapeRow(), FXWorkerThread::Pool::waitAll(), MSAbstractLaneChangeModel::wantsChange(), MSLCM_LC2013::wantsChange(), MSLCM_SL2015::wantsChangeSublane(), MSAbstractLaneChangeModel::wantsChangeSublane(), OptionsLoader::warning(), MSTLLogicControl::WAUTSwitchProcedure_Stretch::WAUTSwitchProcedure_Stretch(), MSInstantInductLoop::write(), SUMOVTypeParameter::write(), NBPTLine::write(), NBPTStop::write(), MSFCDExport::write(), GNEBusStop::writeAdditional(), GNECalibratorFlow::writeAdditional(), GNEChargingStation::writeAdditional(), GNEContainerStop::writeAdditional(), GNEDetectorE2::writeAdditional(), GNEParkingArea::writeAdditional(), MSLink::writeApproaching(), NBSign::writeAsPOI(), PlainXMLFormatter::writeAttr(), MSRailSignal::DriveWay::writeBlocks(), NWWriter_SUMO::writeConnection(), GNERoute::writeDemandElement(), NWWriter_XML::writeEdgesAndConnections(), RODFDetector::writeEmitterDefinition(), RODFDetectorCon::writeEmitterPOIs(), GNEAdditionalHandler::writeErrorDuplicated(), GNEDataHandler::writeErrorDuplicated(), GNEAdditionalHandler::writeErrorInvalidFilename(), GNEAdditionalHandler::writeErrorInvalidNegativeValue(), GNEAdditionalHandler::writeErrorInvalidParent(), GNEDataHandler::writeErrorInvalidParent(), GNEAdditionalHandler::writeErrorInvalidPosition(), GNEAdditionalHandler::writeErrorInvalidVTypes(), ODMatrix::writeFlows(), NWWriter_OpenDrive::writeGeomSmooth(), GNEAdditionalHandler::writeInvalidID(), NWWriter_XML::writeJoinedJunctions(), NWWriter_SUMO::writeJunction(), NWWriter_SUMO::writeLane(), MSDevice_SSM::writeLanesPositions(), NWWriter_DlrNavteq::writeLinksUnsplitted(), NWWriter_SUMO::writeNetwork(), IntermodalRouter< E, L, N, V >::writeNetwork(), NWWriter_XML::writeNodes(), MSDevice_SSM::writeOutConflict(), MSNet::writeOutput(), MSDevice_SSM::writePositions(), NWWriter_OpenDrive::writeRoadObjects(), GUICompleteSchemeStorage::writeSettings(), ROLoader::writeStats(), GNETLSEditorFrame::TLSFile::writeSUMOTime(), NWWriter_SUMO::writeSUMOTime(), NWWriter_XML::writeTrafficLights(), SUMOVehicleParameter::Stop::writeTriggers(), NWWriter_XML::writeTypes(), MSAmitranTrajectories::writeVehicle(), MSRouteProbe::writeXMLOutput(), MSCalibrator::writeXMLOutput(), GeoConvHelper::x2cartesian(), GeoConvHelper::x2cartesian_const(), FXWorkerThread::~FXWorkerThread(), GNEChange_Attribute::~GNEChange_Attribute(), GNEReferenceCounter::~GNEReferenceCounter(), SUMOAbstractRouter< E, V >::~SUMOAbstractRouter(), and SUMORTree::~SUMORTree().
|
inline |
Definition at line 234 of file ToString.h.
References Named::getIDSecure(), and UNUSED_PARAMETER.
|
inline |
Definition at line 216 of file ToString.h.
References Named::getIDSecure(), and UNUSED_PARAMETER.
|
inline |
Definition at line 206 of file ToString.h.
References Distribution_Parameterized::toStr().
|
inline |
Definition at line 118 of file ToString.h.
References SUMOXMLDefinitions::FringeTypeValues, StringBijection< T >::getString(), and UNUSED_PARAMETER.
|
inline |
Definition at line 187 of file ToString.h.
References StringBijection< T >::getStrings(), SUMOXMLDefinitions::LaneChangeActions, and UNUSED_PARAMETER.
|
inline |
Definition at line 158 of file ToString.h.
References StringBijection< T >::getString(), SUMOXMLDefinitions::LaneChangeModels, and UNUSED_PARAMETER.
|
inline |
Definition at line 106 of file ToString.h.
References StringBijection< T >::getString(), SUMOXMLDefinitions::LaneSpreadFunctions, and UNUSED_PARAMETER.
|
inline |
|
inline |
Definition at line 137 of file ToString.h.
References StringBijection< T >::getString(), SUMOXMLDefinitions::LinkDirections, and UNUSED_PARAMETER.
|
inline |
Definition at line 130 of file ToString.h.
References StringBijection< T >::getString(), SUMOXMLDefinitions::LinkStates, and UNUSED_PARAMETER.
|
inline |
Definition at line 124 of file ToString.h.
References StringBijection< T >::getString(), SUMOXMLDefinitions::PersonModeValues, and UNUSED_PARAMETER.
|
inline |
Definition at line 112 of file ToString.h.
References StringBijection< T >::getString(), SUMOXMLDefinitions::RightOfWayValues, and UNUSED_PARAMETER.
|
inline |
Definition at line 99 of file ToString.h.
References SumoVehicleClassStrings, and UNUSED_PARAMETER.
|
inline |
Definition at line 78 of file ToString.h.
References SUMOXMLDefinitions::Attrs, StringBijection< T >::getString(), and UNUSED_PARAMETER.
|
inline |
Definition at line 92 of file ToString.h.
References SUMOXMLDefinitions::EdgeFunctions, StringBijection< T >::getString(), and UNUSED_PARAMETER.
|
inline |
Definition at line 85 of file ToString.h.
References StringBijection< T >::getString(), SUMOXMLDefinitions::NodeTypes, and UNUSED_PARAMETER.
|
inline |
Definition at line 71 of file ToString.h.
References StringBijection< T >::getString(), SUMOXMLDefinitions::Tags, and UNUSED_PARAMETER.
|
inline |
Definition at line 151 of file ToString.h.
References StringBijection< T >::getString(), SUMOXMLDefinitions::TrafficLightLayouts, and UNUSED_PARAMETER.
|
inline |
Definition at line 144 of file ToString.h.
References StringBijection< T >::getString(), SUMOXMLDefinitions::TrafficLightTypes, and UNUSED_PARAMETER.