![]() |
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 "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 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 | joinToString (const std::set< T > &s, const T_BETWEEN &between, std::streamsize accuracy=gPrecision) |
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 | 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) |
template<class T > | |
std::string | toString (const T &t, std::streamsize accuracy=gPrecision) |
std::string | toString (const Named *obj, std::streamsize accuracy) |
template<typename V > | |
std::string | toString (const std::vector< V *> &v, 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<typename V > | |
std::string | toString (const std::list< V *> &v, 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 std::set< V *> &v, std::streamsize accuracy=gPrecision) |
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< double > &v, std::streamsize accuracy) |
template<> | |
std::string | toString (const std::vector< std::string > &v, std::streamsize) |
template<> | |
std::string | toString (const std::set< std::string > &v, std::streamsize) |
template<> | |
std::string | toString (const std::map< std::string, std::string > &v, std::streamsize) |
template<> | |
std::string | toString< Distribution_Parameterized > (const Distribution_Parameterized &dist, 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< LateralAlignment > (const LateralAlignment &latA, 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< 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< TrafficLightType > (const TrafficLightType &type, std::streamsize accuracy) |
|
inline |
Definition at line 271 of file ToString.h.
References Named::getIDSecure(), and joinToString().
Referenced by NBNodeCont::analyzeCluster(), NBNodeCont::feasibleCluster(), NBNodeCont::generateNodeClusters(), NBNodeCont::joinJunctions(), NBNodeCont::pruneClusterFringe(), and NWWriter_XML::writeEdgesAndConnections().
|
inline |
Definition at line 261 of file ToString.h.
References Named::getIDSecure(), and joinToStringSorting().
Referenced by NBNodeShapeComputer::computeUniqueDirectionList().
|
inline |
Definition at line 237 of file ToString.h.
References toString().
Referenced by NBRailwayTopologyAnalyzer::addBidiEdgesBetweenSwitches(), GNEAdditionalFrame::buildAdditionalOverLanes(), NIImporter_OpenDrive::OpenDriveLaneSection::buildLaneMapping(), NIImporter_OpenDrive::OpenDriveLaneSection::buildSpeedChanges(), GUISUMOAbstractView::checkSnapshots(), NBNodeCont::feasibleCluster(), MSNet::generateStatistics(), GNEContainerStop::getAttribute(), GNEBusStop::getAttribute(), GNEAdditionalFrame::SelectorEdgeChilds::getEdgeIdsSelected(), GNEAdditionalFrame::SelectorLaneChilds::getLaneIdsSelected(), MSContainer::MSContainerStage_Driving::getStageDescription(), MSPerson::MSPersonStage_Driving::getStageDescription(), MSContainer::MSContainerStage_Driving::getStageSummary(), MSPerson::MSPersonStage_Driving::getStageSummary(), Option_IntVector::getValueString(), Option_FloatVector::getValueString(), getVehicleClassNames(), MSTransportable::Stage_Driving::getWaitingDescription(), NIImporter_OpenStreetMap::insertEdge(), GNECrossingFrame::CrossingParameters::invertEdges(), joinNamedToString(), joinToStringSorting(), GNECrossingFrame::CrossingParameters::markEdge(), MSDevice_SSM::MSDevice_SSM(), GNEDialog_AllowDisallow::onCmdAccept(), GNEAttributeCarrier::parseIDs(), OptionsCont::relocateFiles(), GNEJunction::removeEdgeFromCrossings(), MSTriggeredRerouter::rerouteParkingArea(), NBRailwayTopologyAnalyzer::reverseEdges(), NIImporter_OpenDrive::setEdgeLinks2(), GNEAdditionalFrame::SelectorLaneParents::stopConsecutiveLaneSelector(), TraCITestClient::testAPI(), Distribution_Parameterized::toStr(), toString(), GNETAZFrame::TAZSelectionStatistics::updateStatistics(), GNECrossingFrame::CrossingParameters::useSelectedEdges(), MSVehicle::Stop::write(), NWWriter_SUMO::writeInternalNodes(), NWWriter_XML::writeNodes(), and NWWriter_SUMO::writeRoundabout().
|
inline |
Definition at line 310 of file ToString.h.
References toString().
|
inline |
Definition at line 338 of file ToString.h.
References toString().
|
inline |
Definition at line 253 of file ToString.h.
References joinToString().
Referenced by joinNamedToStringSorting(), NIImporter_OpenStreetMap::EdgesHandler::myStartElement(), and toString().
|
inline |
Definition at line 59 of file ToString.h.
Referenced by TraCIServerAPI_Edge::processGet(), TraCIServerAPI_MultiEntryExit::processGet(), TraCIServerAPI_Polygon::processGet(), TraCIServerAPI_Route::processGet(), TraCIServerAPI_TrafficLight::processGet(), TraCIServerAPI_InductionLoop::processGet(), TraCIServerAPI_VehicleType::processGet(), TraCIServerAPI_POI::processGet(), TraCIServerAPI_GUI::processGet(), TraCIServerAPI_Vehicle::processGet(), TraCIServerAPI_Simulation::processGet(), TraCIServerAPI_Person::processGet(), TraCIServerAPI_LaneArea::processGet(), TraCIServerAPI_Lane::processGet(), TraCIServerAPI_Junction::processGet(), TraCIServerAPI_Edge::processSet(), TraCIServerAPI_Polygon::processSet(), TraCIServerAPI_VehicleType::processSet(), TraCIServerAPI_Route::processSet(), TraCIServerAPI_TrafficLight::processSet(), TraCIServerAPI_POI::processSet(), TraCIServerAPI_Vehicle::processSet(), TraCIServerAPI_GUI::processSet(), TraCIServerAPI_Simulation::processSet(), TraCIServerAPI_Person::processSet(), TraCIServerAPI_Lane::processSet(), and TraCIServer::writeStatusCmd().
|
inline |
Template for conversions from origin format to string representation (when supplied by c++/the stl)
Definition at line 49 of file ToString.h.
Referenced by MSDevice_ToC::_2string(), NIImporter_SUMO::_loadNetwork(), MSLCM_LC2013::_patchSpeed(), MSLCM_LC2013::_wantsChange(), MSLCM_SL2015::_wantsChangeSublane(), libsumo::Person::add(), MSDetectorControl::add(), ODMatrix::add(), MSDevice_SSM::Encounter::add(), NLTriggerBuilder::addAccess(), IntermodalNetwork< E, L, N, V >::addAccess(), SUMORTree::addAdditionalGLObject(), GNEAttributeCarrier::TagProperties::addAttribute(), NBRailwayTopologyAnalyzer::addBidiEdgesBetweenSwitches(), NBRailwayTopologyAnalyzer::addBidiEdgesForBufferStops(), NBRailwayTopologyAnalyzer::addBidiEdgesForStops(), NBRailwayTopologyAnalyzer::addBidiEdgesForStraightConnectivity(), NBLoadedSUMOTLDef::addConnection(), NIImporter_SUMO::addConnection(), NLHandler::addConnection(), NIXMLConnectionsHandler::addCrossing(), GNEAttributeCarrier::TagProperties::addDeprecatedAttribute(), NLHandler::addDistrict(), NIImporter_SUMO::addEdge(), GNEAdditional::addEdgeChild(), GNEJunction::addIncomingGNEEdge(), NIXMLEdgesHandler::addLane(), GNEAdditional::addLaneChild(), NLJunctionControlBuilder::addLogicItem(), MSLane::addNeigh(), GNEJunction::addOutgoingGNEEdge(), NLHandler::addPhase(), ShapeHandler::addPOI(), PCLoaderOSM::addPOI(), GNEPolygonFrame::addPOI(), GNEPolygonFrame::addPOILane(), PCLoaderOSM::addPolygon(), GNEPolygonFrame::addPolygon(), GNENet::addPolygon(), NIXMLPTHandler::addPTLineStop(), GNEViewNet::addRestrictedLane(), NBEdge::addRestrictedLane(), GNENet::addReversedEdge(), NBEdgeCont::addRoundabout(), NIXMLEdgesHandler::addSplit(), NBTrafficLightLogic::addStep(), RONet::addStoppingPlace(), TraCIServer::addSubscriptionFilter(), TraCIServer::addSubscriptionFilterDownstreamDistance(), TraCIServer::addSubscriptionFilterLanes(), TraCIServer::addSubscriptionFilterUpstreamDistance(), TraCIServer::addSubscriptionFilterVClass(), TraCIServer::addSubscriptionFilterVType(), NIXMLTrafficLightsHandler::addTlConnection(), NIVissimTL::NIVissimTLSignal::addTo(), MSVehicle::addTraciStopAtStoppingPlace(), ROPerson::addTrip(), NBPTLine::addWayNode(), NBNodeCont::analyzeCluster(), MSTransportable::appendStage(), NIImporter_OpenStreetMap::RelationHandler::applyRestriction(), libsumo::Helper::applySubscriptionFilters(), NLEdgeControlBuilder::build(), MSAbstractLaneChangeModel::build(), MSVehicleType::build(), GNEAdditionalHandler::buildAccess(), GNEAdditionalHandler::buildAdditional(), GNEAdditionalFrame::buildAdditionalCommonAttributes(), GNEAdditionalFrame::buildAdditionalOverLane(), GNEAdditionalFrame::buildAdditionalOverLanes(), GNEAdditionalFrame::buildAdditionalOverView(), GNEAdditionalFrame::buildAdditionalWithParent(), GNEAdditionalHandler::buildBusStop(), GNEAdditionalHandler::buildCalibrator(), GNEAdditionalHandler::buildCalibratorRoute(), GNEAdditionalHandler::buildChargingStation(), GNEConnectorFrame::buildConnection(), NIImporter_OpenDrive::buildConnectionsToOuter(), GNEAdditionalHandler::buildContainerStop(), CHBuilder< E, V >::buildContractionHierarchy(), GNEViewNet::CreateEdgeOptions::buildCreateEdgeOptionMenuChecks(), NBNode::buildCrossings(), NBNode::buildCrossingsAndWalkingAreas(), GNEAdditionalHandler::buildDetectorE1(), GNEAdditionalHandler::buildDetectorE1Instant(), GNEAdditionalHandler::buildDetectorE3(), GNEAdditionalHandler::buildDetectorEntry(), GNEAdditionalHandler::buildDetectorExit(), NIVissimConnection::buildEdgeConnections(), RODFNet::buildEdgeFlowMap(), GNETLSEditorFrame::buildIinternalLanes(), NBEdge::buildInnerEdges(), GNEAdditionalHandler::buildMultiLaneDetectorE2(), NIVissimEdge::buildNBEdge(), GNEAdditionalHandler::buildParkingArea(), GNEAdditionalHandler::buildParkingSpace(), GNEAdditionalHandler::buildRerouter(), GNEAdditionalHandler::buildRerouterInterval(), NLDetectorBuilder::buildRouteProbe(), GNEAdditionalHandler::buildRouteProbe(), MELoop::buildSegmentsFor(), GNEPolygonFrame::buildShape(), GNETAZFrame::buildShape(), GNEAdditionalHandler::buildSingleLaneDetectorE2(), GUITriggerBuilder::buildStoppingPlace(), NLTriggerBuilder::buildStoppingPlace(), MSFrame::buildStreams(), GNEAdditionalHandler::buildTAZ(), GNEAdditionalHandler::buildTAZSink(), GNEAdditionalHandler::buildTAZSource(), GNEAdditionalHandler::buildVaporizer(), GNEAdditionalHandler::buildVariableSpeedSign(), MSDevice_Battery::buildVehicleDevices(), GNEAdditionalHandler::buildVehicleType(), GNEViewNet::ViewOptions::buildViewOptionsMenuChecks(), NBNode::buildWalkingAreas(), MSBaseVehicle::calculateArrivalParams(), MSLaneChangerSublane::change(), GNEAdditional::changeEdge(), GNEPoly::changeFirstGeometryPoint(), GNEAdditional::changeLane(), MSLaneChanger::changeOpposite(), MELoop::changeSegment(), GNEDetectorE3::checkAdditionalChildRestriction(), MSLCM_SL2015::checkBlockingVehicles(), MSLaneChanger::checkChange(), MSLaneChangerSublane::checkChangeSublane(), NBNode::checkCrossing(), NIImporter_OpenStreetMap::RelationHandler::checkEdgeRef(), RONet::checkFlows(), NBEdge::checkGeometry(), NBEdgeCont::checkGrade(), NWWriter_OpenDrive::checkLaneGeometries(), NGFrame::checkOptions(), NBFrame::checkOptions(), MSFrame::checkOptions(), NBEdgeCont::checkOverlap(), MSDevice_Battery::checkParam(), MSSOTLTrafficLightLogic::checkPhases(), MSE2Collector::checkPositioning(), NLDetectorBuilder::checkSampleInterval(), GUISUMOAbstractView::checkSnapshots(), MSLaneChanger::checkTraCICommands(), MSAbstractLaneChangeModel::checkTraCICommands(), GNENet::cleanInvalidCrossings(), SUMOSAXAttributesImpl_Binary::clone(), NLJunctionControlBuilder::closeTrafficLightLogic(), MSRouteHandler::closeVehicle(), NBTrafficLightDefinition::collectAllLinks(), NBLoadedSUMOTLDef::collectEdgeVectors(), GNETAZ::commitGeometryMoving(), GNEDetectorE3::commitGeometryMoving(), GNEParkingSpace::commitGeometryMoving(), GNEVariableSpeedSign::commitGeometryMoving(), GNERerouter::commitGeometryMoving(), GNEDetectorE1::commitGeometryMoving(), GNEDetectorEntry::commitGeometryMoving(), GNEDetectorExit::commitGeometryMoving(), GNEDetectorE1Instant::commitGeometryMoving(), GNEPOI::commitGeometryMoving(), GNEDetectorE2::commitGeometryMoving(), GNEJunction::commitGeometryMoving(), GNETAZ::commitShapeChange(), GNEPoly::commitShapeChange(), GNEEdge::commitShapeChange(), GNEEdge::commitShapeEndChange(), GNEEdge::commitShapeStartChange(), NBNodeShapeComputer::compute(), PedestrianRouter< E, L, N, V >::compute(), IntermodalRouter< E, L, N, V >::compute(), DijkstraRouter< E, V, BASE >::compute(), NBNetBuilder::compute(), AStarRouter< MSEdge, SUMOVehicle, SUMOAbstractRouterPermissions< MSEdge, SUMOVehicle > >::compute(), CHRouter< E, V, BASE >::compute(), ODMatrix::computeDeparts(), MSDevice_SSM::computeDRAC(), NBNode::computeInternalLaneShape(), NBNode::computeLogic(), NBOwnTLDef::computeLogicAndConts(), NBNode::computeNodeShape(), computeRoutes(), NIImporter_OpenDrive::computeShapes(), MSDevice_SSM::computeSSMs(), RODFNet::computeTypes(), NBPTLineCont::constructRoute(), GNESelectorFrame::LockGLObjectTypes::ObjectTypeEntry::counterDown(), GNESelectorFrame::LockGLObjectTypes::ObjectTypeEntry::counterUp(), NGNet::createChequerBoard(), GNENet::createEdge(), GNECrossingFrame::CrossingParameters::CrossingParameters(), GLHelper::debugVertices(), MSLCM_SL2015::decideDirection(), MSAbstractLaneChangeModel::decideDirection(), GNEReferenceCounter::decRef(), GNENet::deleteConnection(), GNENet::deleteEdge(), NIXMLEdgesHandler::deleteEdge(), GNETAZ::deleteGeometryPoint(), GNEEdge::deleteGeometryPoint(), GNEPoly::deleteGeometryPoint(), GNENet::deleteJunction(), GNENet::deleteLane(), NIXMLNodesHandler::deleteNode(), NBTrafficLightLogic::deletePhase(), GNEViewNet::deleteSelectedConnections(), GNEViewNet::deleteSelectedCrossings(), GNEViewNet::deleteSelectedEdges(), GNEViewNet::deleteSelectedJunctions(), GNEViewNet::deleteSelectedLanes(), GUISelectedStorage::deselect(), MSLane::detectCollisions(), MSInsertionControl::determineCandidates(), MSDevice_SSM::determineTTCandDRAC(), TraCIServer::dispatchCommand(), NBEdge::divideOnEdges(), NBEdge::divideSelectedLanesOnEdges(), GNEChargingStation::drawGL(), GNEJunction::drawGL(), GNERerouter::drawGL(), GUICalibrator::drawGL(), GUIPerson::drawGL(), GUIChargingStation::drawGL(), GUIEdge::drawGL(), GNEPoly::drawGL(), GUITriggeredRerouter::GUITriggeredRerouterEdge::drawGL(), GNEEdge::drawGL(), GNELane::drawLane2LaneConnections(), GUIBaseVehicle::drawLinkItem(), GNELane::drawLinkNo(), GUILane::drawLinkNo(), GUIBaseVehicle::drawOnPos(), GUIVehicle::drawRouteHelper(), GNEViewNet::TestingMode::drawTestingElements(), GNECrossing::drawTLSLinkNo(), GNELane::drawTLSLinkNo(), GUILane::drawTLSLinkNo(), GUIParameterTracker::GUIParameterTrackerPanel::drawValue(), GNENet::duplicateLane(), GNECrossingFrame::EdgesSelector::EdgesSelector(), GNEEdge::editEndpoint(), GNESelectorFrame::MatchAttribute::enableMatchAttribute(), NLDetectorBuilder::endE3Detector(), MSE3Collector::enter(), MSVehicle::enterLaneAtLaneChange(), OptionsLoader::error(), MSDevice_SSM::estimateConflictTimes(), MSPModel_Remote::execute(), METriggeredCalibrator::execute(), MSCalibrator::execute(), MSVehicle::executeMove(), NBEdge::expandableBy(), OptionsLoader::fatalError(), NBNodeCont::feasibleCluster(), GNEAttributeCarrier::fillAttributeCarriers(), MSCFModel_Daniel1::finalizeSpeed(), NIImporter_OpenStreetMap::RelationHandler::findEdgeRef(), MSDevice_SSM::findFoeConflictLane(), libsumo::Simulation::findIntermodalRoute(), MSDevice_SSM::findSurroundingVehicles(), GNEDetectorE1Instant::fixAdditionalProblem(), GNEDetectorE1::fixAdditionalProblem(), GNEDetectorEntry::fixAdditionalProblem(), GNEDetectorExit::fixAdditionalProblem(), GNEDetectorE2::fixAdditionalProblem(), NBPTLineCont::fixBidiStops(), GNEAdditionalHandler::fixStoppinPlacePosition(), MSDevice_SSM::flushGlobalMeasures(), GNEAdditional::generateAdditionalChildID(), GNENet::generateAdditionalID(), NBPTStopCont::generateBidiStops(), GNEAdditionalFrame::generateID(), MSDevice_Bluelight::generateOutput(), MSDevice_Example::generateOutput(), MSDevice_Tripinfo::generateOutput(), GNENet::generateShapeID(), MSNet::generateStatistics(), GNEInspectorFrame::GEOAttributesEditor::GEOAttributesEditor(), NIImporter_OpenDrive::geomFromSpiral(), GNEDetectorE1Instant::getAdditionalProblem(), GNEDetectorE1::getAdditionalProblem(), GNEStoppingPlace::getAdditionalProblem(), GNEDetectorEntry::getAdditionalProblem(), GNEDetectorExit::getAdditionalProblem(), GNEDetectorE2::getAdditionalProblem(), MSAbstractLaneChangeModel::getAssumedDecelForLaneChangeDuration(), GNEChargingStation::getAttribute(), GNEContainerStop::getAttribute(), GNEBusStop::getAttribute(), GNEParkingArea::getAttribute(), GNEVaporizer::getAttribute(), GNETAZSink::getAttribute(), GNETAZSource::getAttribute(), GNERouteProbe::getAttribute(), GNEClosingReroute::getAttribute(), GNEClosingLaneReroute::getAttribute(), GNERouteProbReroute::getAttribute(), GNEDestProbReroute::getAttribute(), GNEDetectorE3::getAttribute(), GNEParkingAreaReroute::getAttribute(), GNEParkingSpace::getAttribute(), GNECalibratorRoute::getAttribute(), GNEVariableSpeedSignStep::getAttribute(), GNERerouterInterval::getAttribute(), GNECalibratorFlow::getAttribute(), GNEVariableSpeedSign::getAttribute(), GNECrossing::getAttribute(), GNEAccess::getAttribute(), GNERerouter::getAttribute(), GNECalibratorVehicleType::getAttribute(), GNEDetectorE1::getAttribute(), GNEDetectorEntry::getAttribute(), GNEDetectorExit::getAttribute(), GNEDetectorE1Instant::getAttribute(), GNECalibrator::getAttribute(), GNETAZ::getAttribute(), GNEConnection::getAttribute(), GNEDetectorE2::getAttribute(), GNEPoly::getAttribute(), GNELane::getAttribute(), GNEJunction::getAttribute(), GNEPOI::getAttribute(), GNEEdge::getAttribute(), GNEAttributeCarrier::TagProperties::getAttributeProperties(), MSVehicle::getBackPosition(), MSVehicle::getBackPositionOnLane(), NBOwnTLDef::getBestPair(), NBRailwayTopologyAnalyzer::getBrokenRailNodes(), NIImporter_DlrNavteq::EdgesHandler::getColumn(), NBEdge::getConnection(), NBEdge::getConnectionRef(), GNEAttributeCarrier::TagProperties::getDefaultValue(), IntermodalNetwork< E, L, N, V >::getDepartConnector(), NBEdge::Connection::getDescription(), NBTrafficLightDefinition::getDescription(), NIImporter_OpenDrive::Connection::getDescription(), MSVehicle::Stop::getDescription(), MSRoute::getDistanceBetween(), NLDetectorBuilder::getEdgeChecking(), MSMeanData_Amitran::getEdgeID(), NBNode::getEdgesSortedByAngleAtNodeCenter(), MSDevice_SSM::getExtraTime(), GNENetElement::getHierarchyName(), libsumo::VehicleType::getIDCount(), PublicTransportEdge< E, L, N, V >::getIntended(), NBEdge::Connection::getInternalLaneID(), ROMAAssignments::getKPaths(), NLDetectorBuilder::getLaneChecking(), NBEdge::getLaneID(), NBEdge::getLaneIDInsecure(), NLShapeHandler::getLanePos(), GNEApplicationWindow::GNEShapeHandler::getLanePos(), libsumo::Vehicle::getLastActionTime(), MSVehicle::getLatOffset(), MSLane::getLeader(), MSLane::getLeaderOnConsecutive(), NIVissimDistrictConnection::getMeanSpeed(), GNEFrame::NeteditAttributes::getNeteditAttributesAndValues(), MSPModel_Striping::getNextLane(), GUISUMOAbstractView::getObjectsInBoundary(), NBRampsComputer::getOffRampEdges(), libsumo::Person::getParameter(), MSDevice_Battery::getParameter(), MSDevice_DriverState::getParameter(), MSDevice_Transportable::getParameter(), MSLCM_LC2013::getParameter(), libsumo::Simulation::getParameter(), MSDevice_Bluelight::getParameter(), MSDevice_Example::getParameter(), MSLCM_SL2015::getParameter(), MSDevice_ToC::getParameter(), MSDevice_Routing::getParameter(), MSAbstractLaneChangeModel::getParameter(), GUIPerson::getParameterWindow(), GUIPolygon::getParameterWindow(), GNENetElement::getParameterWindow(), GUIJunctionWrapper::getParameterWindow(), GUIMEVehicle::getParameterWindow(), GUIVehicle::getParameterWindow(), GUINet::getParameterWindow(), GNEAdditional::getParameterWindow(), MSLane::getPartialBehind(), MSSimpleDriverState::getPerceivedHeadway(), MSSimpleDriverState::getPerceivedSpeedDifference(), NBEdge::getPermissionVariants(), GUITrafficLightLogicWrapper::getPopUpMenu(), GNEJunction::getPopUpMenu(), GNELane::getPopUpMenu(), GUIEdge::getPopUpMenu(), GNEPOI::getPopUpMenu(), GUILane::getPopUpMenu(), GNEAdditional::getPopUpMenu(), NBRailwayTopologyAnalyzer::getRailNodes(), MSBaseVehicle::getSingularType(), ROEdge::getStoredEffort(), MSTLLogicControl::WAUTSwitchProcedure_Stretch::getStretchAreaNo(), MSTLLogicControl::WAUTSwitchProcedure_Stretch::getStretchBereichDef(), GUIPropertyScheme< T >::getTagName(), GNEAttributeCarrier::getTagProperties(), ROMAAssignments::getTravelTime(), ROEdge::getTravelTime(), GUIVehicle::getTypeParameterWindow(), MSVehicleControl::getWaitingVehicle(), NBHeightMapper::getZ(), GNECalibratorDialog::GNECalibratorDialog(), GNECalibratorFlowDialog::GNECalibratorFlowDialog(), GNECalibratorRouteDialog::GNECalibratorRouteDialog(), GNECalibratorVehicleTypeDialog::GNECalibratorVehicleTypeDialog(), GNEChange_Attribute::GNEChange_Attribute(), GNEDialog_AllowDisallow::GNEDialog_AllowDisallow(), GNEDialog_FixAdditionalPositions::GNEDialog_FixAdditionalPositions(), GNERerouterDialog::GNERerouterDialog(), GNERerouterIntervalDialog::GNERerouterIntervalDialog(), GNEVariableSpeedSignDialog::GNEVariableSpeedSignDialog(), NBNode::guessCrossings(), NBNodeCont::guessTLs(), MSLane::handleCollisionBetween(), GUIApplicationWindow::handleEvent_SimulationStep(), HelpersHBEFA::HelpersHBEFA(), GNEViewNet::hotkeyEnter(), MSVehicle::ignoreRed(), GNEReferenceCounter::incRef(), ROMAAssignments::incremental(), MSVehicle::Influencer::influenceChangeDecision(), MSRailSignal::init(), MSActuatedTrafficLightLogic::init(), MSTrafficLightLogic::init(), GUICompleteSchemeStorage::init(), GNETLSEditorFrame::TLSPhases::initPhaseTable(), GNEViewNet::TestingMode::initTestingMode(), GUIDialog_Options::InputFloat::InputFloat(), GUIDialog_Options::InputInt::InputInt(), NIImporter_OpenStreetMap::insertEdge(), NIImporter_OpenStreetMap::insertNodeChecking(), MSDevice_SSM::insertOptions(), MSEdge::insertVehicle(), GNEInspectorFrame::inspectMultisection(), MSLane::integrateNewVehicle(), SUMOVehicleParameter::interpretEdgePos(), GNEJunction::invalidateTLS(), MSLane::isInsertionSuccess(), Distribution_Parameterized::isValid(), GNEChargingStation::isValid(), GNEContainerStop::isValid(), GNEBusStop::isValid(), GNEParkingArea::isValid(), GNEVaporizer::isValid(), GNERouteProbe::isValid(), GNETAZSink::isValid(), GNETAZSource::isValid(), GNEClosingReroute::isValid(), GNEDestProbReroute::isValid(), GNEClosingLaneReroute::isValid(), GNERouteProbReroute::isValid(), GNEDetectorE3::isValid(), GNEParkingAreaReroute::isValid(), GNEParkingSpace::isValid(), GNECalibratorRoute::isValid(), GNEVariableSpeedSignStep::isValid(), GNERerouterInterval::isValid(), GNECalibratorFlow::isValid(), GNEVariableSpeedSign::isValid(), GNECrossing::isValid(), GNEAccess::isValid(), GNERerouter::isValid(), GNECalibratorVehicleType::isValid(), GNEDetectorE1::isValid(), GNEDetectorEntry::isValid(), GNEDetectorExit::isValid(), GNEDetectorE1Instant::isValid(), GNECalibrator::isValid(), GNETAZ::isValid(), GNEConnection::isValid(), GNEDetectorE2::isValid(), GNEPoly::isValid(), GNELane::isValid(), GNEJunction::isValid(), GNEPOI::isValid(), GNEEdge::isValid(), GNEFrame::ItemSelector::ItemSelector(), GNENet::joinSelectedJunctions(), NBNodeCont::joinTLS(), joinToString(), MSLCM_SL2015::keepLatGap(), MSAbstractLaneChangeModel::laneChangeOutput(), MSE3Collector::leave(), MSE3Collector::leaveFront(), NILoader::load(), PCLoaderVisum::load(), PCLoaderArcView::load(), NIImporter_ArcView::load(), NIImporter_OpenStreetMap::load(), GUISettingsHandler::loadBreakpoints(), NIImporter_RobocupRescue::loadEdges(), GUISelectedStorage::loadIDs(), PCLoaderOSM::loadIfSet(), NBHeightMapper::loadIfSet(), MFXImageHelper::loadImage(), loadNet(), ROLoader::loadNet(), NIImporter_OpenDrive::loadNetwork(), NIImporter_RobocupRescue::loadNodes(), PCLoaderDlrNavteq::loadPOIFile(), PCLoaderDlrNavteq::loadPolyFile(), NILoader::loadXML(), main(), NBEdge::MainDirections::MainDirections(), NBRailwayTopologyAnalyzer::makeAllBidi(), MSDevice_SSM::makeStringWithNAs(), GNENet::mergeJunctions(), GNEViewNet::mergeJunctions(), PositionVector::move2side(), GNEAccess::moveGeometry(), GNEStoppingPlace::moveGeometry(), MSPModel_Striping::moveInDirectionOnLane(), GNEViewNet::SelectingArea::moveRectangleSelection(), libsumo::Person::moveToXY(), libsumo::Vehicle::moveToXY(), MSChargingStation::MSChargingStation(), MSDevice_Battery::MSDevice_Battery(), NIImporter_OpenStreetMap::RelationHandler::myEndElement(), GUISettingsHandler::myStartElement(), ODAmitranHandler::myStartElement(), NIXMLConnectionsHandler::myStartElement(), NIImporter_MATSim::EdgesHandler::myStartElement(), PCLoaderOSM::NodesHandler::myStartElement(), PCLoaderOSM::RelationsHandler::myStartElement(), NIImporter_OpenStreetMap::NodesHandler::myStartElement(), PCLoaderOSM::EdgesHandler::myStartElement(), NIImporter_OpenStreetMap::EdgesHandler::myStartElement(), NIImporter_OpenStreetMap::RelationHandler::myStartElement(), NIImporter_OpenDrive::myStartElement(), GNEFrame::NeteditAttributes::NeteditAttributes(), NIVissimAbstractEdge::NIVissimAbstractEdge(), MSE3Collector::MSE3EntryReminder::notifyLeave(), MSE3Collector::MSE3LeaveReminder::notifyLeave(), GNECalibratorVehicleTypeDialog::onCmdAccept(), GNECalibratorFlowDialog::onCmdAccept(), GNECalibratorRouteDialog::onCmdAccept(), GNEDialog_FixAdditionalPositions::onCmdAccept(), GNERerouterIntervalDialog::onCmdAccept(), GNEVariableSpeedSignDialog::onCmdAccept(), GNEViewNet::onCmdAddReversedEdge(), GNEConnectorFrame::ConnectionOperations::onCmdClearSelectedConnections(), GNECalibratorDialog::onCmdClickedRoute(), GNECalibratorDialog::onCmdClickedVehicleType(), GUIDialog_ViewSettings::onCmdColorChange(), GUIGLObjectPopupMenu::onCmdCopyCursorGeoPosition(), GUIGLObjectPopupMenu::onCmdCopyCursorPosition(), GNEPolygonFrame::GEOPOICreator::onCmdCreateGEOPOI(), GNETLSEditorFrame::onCmdDefCreate(), GNETLSEditorFrame::onCmdDefDelete(), GNEViewNet::onCmdDuplicateLane(), GNEVariableSpeedSignDialog::onCmdEditStep(), GNEGenericParameterDialog::GenericParametersOptions::onCmdLoadGenericParameters(), GNETLSEditorFrame::TLSFile::onCmdLoadTLSProgram(), GNEInspectorFrame::OverlappedInspection::onCmdNextElement(), GUIDialog_EditViewport::onCmdOk(), GNEInspectorFrame::AttributesEditor::AttributeInput::onCmdOpenAttributeDialog(), GNETLSEditorFrame::onCmdPhaseEdit(), GNEInspectorFrame::OverlappedInspection::onCmdPreviousElement(), GNEViewNet::onCmdReverseEdge(), GNEFrame::ItemSelector::onCmdSelectItem(), GNESelectorFrame::MatchAttribute::onCmdSelMBAttribute(), GNESelectorFrame::MatchAttribute::onCmdSelMBTag(), GNEFrame::ACAttributeRow::onCmdSetAttribute(), GNEInspectorFrame::AttributesEditor::AttributeInput::onCmdSetAttribute(), GNEFrame::ACAttributeRow::onCmdSetColorAttribute(), GNETAZFrame::TAZParameters::onCmdSetColorAttribute(), GNEPolygonFrame::GEOPOICreator::onCmdSetCoordinates(), GUIPerson::GUIPersonPopupMenu::onCmdShowPlan(), GNEViewNet::onCmdSmoothEdges(), GNEViewNet::onCmdSmoothEdgesElevation(), GNEViewNet::onCmdStraightenEdges(), GNEViewNet::onCmdStraightenEdgesElevation(), GNEViewNet::onCmdTransformPOI(), GNEViewNet::onLeftBtnPress(), MSVehicle::onRemovalFromNet(), GNEInspectorFrame::TemplateEditor::onUpdCopyTemplate(), GNEFrame::openHelpAttributesDialog(), GUIApplicationWindow::openNewView(), GNEApplicationWindow::openNewView(), MSRouteHandler::openRoute(), MSRouteHandler::openRouteDistribution(), PlainXMLFormatter::openTag(), OutputDevice_Network::OutputDevice_Network(), MSLaneChangerSublane::outputLCStarted(), GNEAttributeCarrier::parse(), NIImporter_VISUM::parse_Lanes(), NIImporter_VISUM::parse_Point(), NIImporter_VISUM::parse_Types(), RONetHandler::parseAccess(), GNEAdditionalHandler::parseAndBuildAccess(), GNEAdditionalHandler::parseAndBuildBusStop(), GNEAdditionalHandler::parseAndBuildCalibrator(), GNEAdditionalHandler::parseAndBuildCalibratorFlow(), GNEAdditionalHandler::parseAndBuildCalibratorRoute(), GNEAdditionalHandler::parseAndBuildCalibratorVehicleType(), GNEAdditionalHandler::parseAndBuildChargingStation(), GNEAdditionalHandler::parseAndBuildContainerStop(), GNEAdditionalHandler::parseAndBuildDetectorE1(), GNEAdditionalHandler::parseAndBuildDetectorE1Instant(), GNEAdditionalHandler::parseAndBuildDetectorE2(), GNEAdditionalHandler::parseAndBuildDetectorE3(), GNEAdditionalHandler::parseAndBuildDetectorEntry(), GNEAdditionalHandler::parseAndBuildDetectorExit(), GNEAdditionalHandler::parseAndBuildParkingArea(), GNEAdditionalHandler::parseAndBuildRerouter(), GNEAdditionalHandler::parseAndBuildRerouterClosingLaneReroute(), GNEAdditionalHandler::parseAndBuildRerouterClosingReroute(), GNEAdditionalHandler::parseAndBuildRerouterDestProbReroute(), GNEAdditionalHandler::parseAndBuildRerouterInterval(), GNEAdditionalHandler::parseAndBuildRerouterParkingAreaReroute(), GNEAdditionalHandler::parseAndBuildRouteProbe(), NLTriggerBuilder::parseAndBuildStoppingPlace(), GNEAdditionalHandler::parseAndBuildTAZ(), GNEAdditionalHandler::parseAndBuildTAZSink(), GNEAdditionalHandler::parseAndBuildTAZSource(), GNEAdditionalHandler::parseAndBuildVaporizer(), GNEAdditionalHandler::parseAndBuildVariableSpeedSign(), GNEAttributeCarrier::parseAttributeFromXML(), RONetHandler::parseConnection(), NIXMLConnectionsHandler::parseDeprecatedLaneDefinition(), RONetHandler::parseLane(), NIXMLConnectionsHandler::parseLaneBound(), SUMOSAXReader::parseNext(), GUISettingsHandler::parseSizeSettings(), AGActivityGenHandler::parseStation(), RONetHandler::parseStoppingPlace(), GUISettingsHandler::parseTextSettings(), ODMatrix::parseTimeLine(), GNETLSEditorFrame::parseTLSPrograms(), SUMOVehicleParserHelper::parseVTypeEmbedded(), SUMOVehicleParserHelper::parseWalkPos(), MSRouteHandler::parseWalkPositions(), MSLCM_LC2013::patchSpeed(), MSLCM_SL2015::patchSpeed(), NBLoadedTLDef::SignalGroup::patchTYellow(), MSVehicle::planMoveInternal(), MSLane::planMovements(), MSRightOfWayJunction::postloadInit(), OutputDevice_Network::postWriteHook(), NBEdge::prepareEdgePriorities(), MSLCM_SL2015::prepareStep(), NBNodeCont::printBuiltNodesStatistics(), GNEPolygonFrame::processClick(), TraCIServerAPI_Vehicle::processSet(), NBEdgeCont::processSplits(), NIXMLNodesHandler::processTrafficLightDefinitions(), MSPModel_Striping::PState::PState(), ODMatrix::readO(), NIImporter_DlrNavteq::readVersion(), MSOffTrafficLightLogic::rebuildPhase(), NBEdgeCont::recheckLanes(), NBEdge::recheckLanes(), NIImporter_OpenStreetMap::reconstructLayerElevation(), GNEChange_Junction::redo(), GNEChange_Connection::redo(), GNEChange_Edge::redo(), GNEChange_Lane::redo(), GNEChange_Crossing::redo(), GNEChange_Attribute::redo(), GNEChange_Junction::redoName(), GNEChange_TLS::redoName(), GNEChange_Connection::redoName(), GNEChange_Edge::redoName(), GNEChange_Lane::redoName(), GNEChange_Crossing::redoName(), GNEInspectorFrame::NeteditAttributesEditor::refreshNeteditAttributesEditor(), SUMORTree::removeAdditionalGLObject(), GNEDeleteFrame::removeAttributeCarrier(), GNEAdditional::removeEdgeChild(), GNEEdge::removeEdgeOfAdditionalParents(), GNEJunction::removeIncomingGNEEdge(), GNEInspectorFrame::removeInspectedAC(), GNEEdge::removeLane(), GNEAdditional::removeLaneChild(), GNELane::removeLaneOfAdditionalParents(), GNEJunction::removeOutgoingGNEEdge(), GNEViewNet::removeRestrictedLane(), NBNodeCont::removeSelfLoops(), GNENet::removeSolitaryJunctions(), GNENet::replaceIncomingEdge(), GNENet::replaceInListAttribute(), GNENet::replaceJunctionByGeometry(), MSBaseVehicle::replaceRouteEdges(), NIImporter_DlrNavteq::ConnectedLanesHandler::report(), NBRequest::reportWarnings(), MSDevice_SSM::requestsTrajectories(), MSVehicle::rerouteParkingArea(), libsumo::Person::rerouteTraveltime(), GNEEdge::resetEndpoint(), NBEdge::restoreRestrictedLane(), GNENet::restrictLane(), GNEViewNet::restrictLane(), GNEAdditionalHandler::HierarchyInsertedAdditionals::retrieveAdditionalParent(), GNENet::retrieveLane(), NIXMLTrafficLightsHandler::retrieveLaneIndex(), GNENet::reverseEdge(), NBRailwayTopologyAnalyzer::reverseEdges(), NIImporter_OpenDrive::revisitLaneSections(), RONet::saveAndRemoveRoutesUntil(), MSLCM_SL2015::saveBlockerLength(), MSLCM_LC2013::saveBlockerLength(), MSPersonDevice_Routing::saveState(), MSDevice_Routing::saveState(), MSDevice_Vehroutes::saveState(), MSDevice_Tripinfo::saveState(), MEVehicle::saveState(), MSVehicle::saveState(), GUISelectedStorage::select(), GNEAdditionalFrame::SelectorEdgeChilds::SelectorEdgeChilds(), GNEAdditionalFrame::SelectorLaneChilds::SelectorLaneChilds(), MSVehicleType::setAccel(), MSVehicleType::setApparentDecel(), MSTransportable::Stage_Trip::setArrived(), GNEBusStop::setAttribute(), GNEChargingStation::setAttribute(), GNEContainerStop::setAttribute(), GNEParkingArea::setAttribute(), GNEVaporizer::setAttribute(), GNETAZSource::setAttribute(), GNETAZSink::setAttribute(), GNERouteProbe::setAttribute(), GNEClosingReroute::setAttribute(), GNERouteProbReroute::setAttribute(), GNEDetectorE3::setAttribute(), GNEClosingLaneReroute::setAttribute(), GNEDestProbReroute::setAttribute(), GNEParkingSpace::setAttribute(), GNEParkingAreaReroute::setAttribute(), GNECalibratorRoute::setAttribute(), GNEVariableSpeedSignStep::setAttribute(), GNERerouterInterval::setAttribute(), GNECalibratorFlow::setAttribute(), GNEVariableSpeedSign::setAttribute(), GNECrossing::setAttribute(), GNERerouter::setAttribute(), GNEAccess::setAttribute(), GNECalibratorVehicleType::setAttribute(), GNEDetectorExit::setAttribute(), GNEDetectorE1::setAttribute(), GNEDetectorEntry::setAttribute(), GNEDetectorE1Instant::setAttribute(), GNECalibrator::setAttribute(), GNETAZ::setAttribute(), GNEConnection::setAttribute(), GNEDetectorE2::setAttribute(), GNEPoly::setAttribute(), GNELane::setAttribute(), GNEJunction::setAttribute(), GNEPOI::setAttribute(), GNEEdge::setAttribute(), NBRequest::setBlocking(), MSChargingStation::setChargeDelay(), MSChargingStation::setChargingPower(), GNEFrame::ItemSelector::setCurrentTypeTag(), MSVehicleType::setDecel(), MSChargingStation::setEfficency(), MSVehicleType::setEmergencyDecel(), RODFRouteCont::setID(), MSVehicleType::setImperfection(), MFXAddEditTypedTable::setItemFromControl(), MFXAddEditTypedTable::setItemFromControl_NoRelease(), GeoConvHelper::setLoaded(), MSDevice_Battery::setMaximumBatteryCapacity(), GNEEdge::setNumLanes(), GNETLSEditorFrame::TLSAttributes::setOffset(), MSLCM_SL2015::setOwnState(), MSDevice_Battery::setParameter(), MSLCM_LC2013::setParameter(), MSLCM_SL2015::setParameter(), MSAbstractLaneChangeModel::setParameter(), libsumo::TrafficLight::setPhase(), MSDevice_Battery::setPowerMax(), MSLink::setRequestInformation(), libsumo::VehicleType::setSpeedDeviation(), libsumo::Vehicle::setStop(), MSDevice_Battery::setStoppingTreshold(), MSVehicleType::setTau(), NBLoadedSUMOTLDef::setTLControllingInformation(), GNECalibratorVehicleTypeDialog::setVClassLabelImage(), GUIMainWindow::setWindowSizeAndPos(), GNEInspectorFrame::AttributesEditor::AttributeInput::showAttribute(), GNEInspectorFrame::AttributesEditor::showAttributeEditorModul(), GNEInspectorFrame::GEOAttributesEditor::showGEOAttributesEditor(), GNEInspectorFrame::NeteditAttributesEditor::showNeteditAttributesEditor(), GNEInspectorFrame::OverlappedInspection::showOverlappedInspection(), GNEFrame::ACAttributeRow::showParameter(), GNEAdditionalFrame::SelectorAdditionalParent::showSelectorAdditionalParentModul(), GUISUMOAbstractView::showToolTipFor(), GNEPoly::simplifyShape(), GNEEdge::smooth(), GNEEdge::smoothElevation(), MSLane::sortManeuverReservations(), PositionVector::splitAt(), GNENet::splitEdge(), GNENet::splitEdgesBidi(), NBEdge::splitGeometry(), NIImporter_OpenDrive::splitMinWidths(), GNEAdditionalFrame::SelectorLaneParents::stopConsecutiveLaneSelector(), GNEEdge::straightenElevation(), MSTLLogicControl::WAUTSwitchProcedure_Stretch::stretchLogic(), MSAbstractLaneChangeModel::sublaneChangeCompleted(), ROMAAssignments::sue(), GNETAZFrame::TAZParameters::TAZParameters(), MELoop::teleportVehicle(), GUISelectedStorage::toggleSelection(), StringUtils::toInt(), NGNet::toNB(), Distribution_Parameterized::toStr(), TraCIServer::TraCIServer(), MSContainer::MSContainerStage_Driving::tripInfoOutput(), MSPerson::MSPersonStage_Driving::tripInfoOutput(), MSTransportable::Stage_Waiting::tripInfoOutput(), NIXMLEdgesHandler::tryGetLaneSpread(), SAXWeightsHandler::tryParse(), GNEChange_Junction::undo(), GNEChange_Connection::undo(), GNEChange_Edge::undo(), GNEChange_Lane::undo(), GNEChange_Crossing::undo(), GNEChange_Attribute::undo(), GNEChange_Junction::undoName(), GNEChange_TLS::undoName(), GNEChange_Connection::undoName(), GNEChange_Edge::undoName(), GNEChange_Lane::undoName(), GNEChange_Crossing::undoName(), MSVehicle::updateBestLanes(), GNERerouterIntervalDialog::updateClosingLaneReroutesTable(), GNERerouterIntervalDialog::updateClosingReroutesTable(), GNETLSEditorFrame::TLSPhases::updateCycleDuration(), GNERerouterIntervalDialog::updateDestProbReroutesTable(), MSAbstractLaneChangeModel::updateExpectedSublaneSpeeds(), GNECalibratorDialog::updateFlowAndLabelButton(), GNECalibratorDialog::updateFlowTable(), MSVehicle::updateFurtherLanes(), GNERerouterDialog::updateIntervalTable(), GNEViewNet::ObjectsUnderCursor::updateObjectUnderCursor(), 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(), GNECalibratorDialog::updateVehicleTypeTable(), MSDevice_SSM::useGeoCoords(), GNETLSEditorFrame::varDurString(), MSPModel_Striping::PState::walk(), MSLCM_LC2013::wantsChange(), MSAbstractLaneChangeModel::wantsChange(), MSLCM_SL2015::wantsChangeSublane(), MSAbstractLaneChangeModel::wantsChangeSublane(), OptionsLoader::warning(), NBPTLine::write(), MSFCDExport::write(), NBPTStop::write(), SUMOVTypeParameter::write(), MSInstantInductLoop::write(), SUMOVehicleParameter::write(), GNEAdditional::writeAdditional(), MSLink::writeApproaching(), NBSign::writeAsPOI(), PlainXMLFormatter::writeAttr(), BinaryFormatter::writeAttr(), NWWriter_SUMO::writeConnection(), NWWriter_XML::writeEdgesAndConnections(), RODFDetector::writeEmitterDefinition(), RODFDetectorCon::writeEmitterPOIs(), ODMatrix::writeFlows(), NWWriter_OpenDrive::writeGeomSmooth(), NWWriter_SUMO::writeJunction(), NWWriter_SUMO::writeLane(), NWWriter_DlrNavteq::writeLinksUnsplitted(), NWWriter_OpenDrive::writeNetwork(), NWWriter_SUMO::writeNetwork(), IntermodalRouter< E, L, N, V >::writeNetwork(), NWWriter_XML::writeNodes(), MSDevice_SSM::writeOutConflict(), GUICompleteSchemeStorage::writeSettings(), ROLoader::writeStats(), NWWriter_SUMO::writeSUMOTime(), GNETLSEditorFrame::TLSFile::writeSUMOTime(), MSAmitranTrajectories::writeVehicle(), MSRouteProbe::writeXMLOutput(), MSCalibrator::writeXMLOutput(), GeoConvHelper::x2cartesian(), GeoConvHelper::x2cartesian_const(), GNEChange_Attribute::~GNEChange_Attribute(), GNEReferenceCounter::~GNEReferenceCounter(), SUMOAbstractRouter< E, IntermodalTrip< E, N, V > >::~SUMOAbstractRouter(), and SUMORTree::~SUMORTree().
|
inline |
Definition at line 67 of file ToString.h.
References Named::getIDSecure(), and UNUSED_PARAMETER.
|
inline |
Definition at line 179 of file ToString.h.
|
inline |
Definition at line 184 of file ToString.h.
References Named::getIDSecure(), and UNUSED_PARAMETER.
|
inline |
Definition at line 197 of file ToString.h.
|
inline |
Definition at line 202 of file ToString.h.
References Named::getIDSecure(), and UNUSED_PARAMETER.
|
inline |
Definition at line 281 of file ToString.h.
References joinToStringSorting(), and UNUSED_PARAMETER.
|
inline |
Definition at line 292 of file ToString.h.
References joinToString().
|
inline |
Definition at line 298 of file ToString.h.
References joinToString().
|
inline |
Definition at line 304 of file ToString.h.
References joinToString().
|
inline |
Definition at line 326 of file ToString.h.
References joinToString().
|
inline |
Definition at line 332 of file ToString.h.
References joinToString().
|
inline |
Definition at line 354 of file ToString.h.
References joinToString().
|
inline |
Definition at line 174 of file ToString.h.
|
inline |
Definition at line 155 of file ToString.h.
References StringBijection< T >::getStrings(), SUMOXMLDefinitions::LaneChangeActions, and UNUSED_PARAMETER.
|
inline |
Definition at line 143 of file ToString.h.
References StringBijection< T >::getString(), SUMOXMLDefinitions::LaneChangeModels, and UNUSED_PARAMETER.
|
inline |
Definition at line 109 of file ToString.h.
References StringBijection< T >::getString(), SUMOXMLDefinitions::LaneSpreadFunctions, and UNUSED_PARAMETER.
|
inline |
Definition at line 149 of file ToString.h.
References StringBijection< T >::getString(), SUMOXMLDefinitions::LateralAlignments, and UNUSED_PARAMETER.
|
inline |
Definition at line 129 of file ToString.h.
References StringBijection< T >::getString(), SUMOXMLDefinitions::LinkDirections, and UNUSED_PARAMETER.
|
inline |
Definition at line 122 of file ToString.h.
References StringBijection< T >::getString(), SUMOXMLDefinitions::LinkStates, and UNUSED_PARAMETER.
|
inline |
Definition at line 115 of file ToString.h.
References StringBijection< T >::getString(), SUMOXMLDefinitions::RightOfWayValues, and UNUSED_PARAMETER.
|
inline |
Definition at line 102 of file ToString.h.
References SumoVehicleClassStrings, and UNUSED_PARAMETER.
|
inline |
Definition at line 81 of file ToString.h.
References SUMOXMLDefinitions::Attrs, StringBijection< T >::getString(), and UNUSED_PARAMETER.
|
inline |
Definition at line 95 of file ToString.h.
References SUMOXMLDefinitions::EdgeFunctions, StringBijection< T >::getString(), and UNUSED_PARAMETER.
|
inline |
Definition at line 88 of file ToString.h.
References StringBijection< T >::getString(), SUMOXMLDefinitions::NodeTypes, and UNUSED_PARAMETER.
|
inline |
Definition at line 74 of file ToString.h.
References StringBijection< T >::getString(), SUMOXMLDefinitions::Tags, and UNUSED_PARAMETER.
|
inline |
Definition at line 136 of file ToString.h.
References StringBijection< T >::getString(), SUMOXMLDefinitions::TrafficLightTypes, and UNUSED_PARAMETER.