Eclipse SUMO - Simulation of Urban MObility
ToString.h File Reference
#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"
Include dependency graph for ToString.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< 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< 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< TrafficLightType > (const TrafficLightType &type, std::streamsize accuracy)
 

Detailed Description

Author
Christian Roessel
Daniel Krajzewicz
Jakob Erdmann
Michael Behrisch
Date
Wed, 23 Sep 2002
Version
$Id$

Definition in file ToString.h.

Function Documentation

◆ joinNamedToString()

◆ joinNamedToStringSorting()

template<typename T , typename T_BETWEEN >
std::string joinNamedToStringSorting ( const std::set< T * > &  ns,
const T_BETWEEN &  between 
)
inline

◆ joinToString() [1/3]

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 
)
inline

Definition at line 348 of file ToString.h.

References toString().

◆ joinToString() [2/3]

template<typename T , typename T_BETWEEN >
std::string joinToString ( const std::set< T > &  s,
const T_BETWEEN &  between,
std::streamsize  accuracy = gPrecision 
)
inline

Definition at line 320 of file ToString.h.

References toString().

◆ joinToString() [3/3]

template<typename T , typename T_BETWEEN >
std::string joinToString ( const std::vector< T > &  v,
const T_BETWEEN &  between,
std::streamsize  accuracy = gPrecision 
)
inline

Definition at line 247 of file ToString.h.

References toString().

Referenced by NBRailwayTopologyAnalyzer::addBidiEdgesBetweenSwitches(), NIXMLNodesHandler::addJoinCluster(), GNEAdditionalFrame::buildAdditionalOverLanes(), NIImporter_OpenDrive::OpenDriveLaneSection::buildLaneMapping(), NIImporter_OpenDrive::OpenDriveLaneSection::buildSpeedChanges(), GUISUMOAbstractView::checkSnapshots(), NBNodeCont::feasibleCluster(), MSNet::generateStatistics(), GNEContainerStop::getAttribute(), GNEBusStop::getAttribute(), GNERide::getAttribute(), GNEPersonTrip::getAttribute(), GNEAdditionalFrame::SelectorEdgeChildren::getEdgeIdsSelected(), GNEAdditionalFrame::SelectorLaneChildren::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(), GNECrossingFrame::CrossingParameters::invertEdges(), joinNamedToString(), joinToStringSorting(), GNECrossingFrame::CrossingParameters::markEdge(), MSDevice_SSM::MSDevice_SSM(), GNEDialog_AllowDisallow::onCmdAccept(), GNEAttributeCarrier::parseIDs(), OptionsCont::relocateFiles(), GNEJunction::removeEdgeFromCrossings(), NBEdge::replaceInConnections(), MSTriggeredRerouter::rerouteParkingArea(), NBRailwayTopologyAnalyzer::reverseEdges(), NIImporter_OpenDrive::setEdgeLinks2(), GNEAdditionalFrame::SelectorLaneParents::stopConsecutiveLaneSelector(), TraCITestClient::testAPI(), Distribution_Parameterized::toStr(), toString(), GNETAZFrame::TAZSelectionStatistics::updateStatistics(), NIImporter_OpenStreetMap::usableType(), GNECrossingFrame::CrossingParameters::useSelectedEdges(), MSVehicle::Stop::write(), MSRailSignal::DriveWay::writeBlocks(), NWWriter_SUMO::writeInternalNodes(), NWWriter_XML::writeNodes(), and NWWriter_SUMO::writeRoundabout().

◆ joinToStringSorting()

template<typename T , typename T_BETWEEN >
std::string joinToStringSorting ( const std::vector< T > &  v,
const T_BETWEEN &  between,
std::streamsize  accuracy = gPrecision 
)
inline

◆ toHex()

◆ toString() [1/13]

std::string toString ( const Named obj,
std::streamsize  accuracy 
)
inline

Definition at line 66 of file ToString.h.

References Named::getIDSecure(), and UNUSED_PARAMETER.

◆ toString() [2/13]

template<typename V >
std::string toString ( const std::list< V * > &  v,
std::streamsize  accuracy = gPrecision 
)
inline

Definition at line 207 of file ToString.h.

◆ toString() [3/13]

template<>
std::string toString ( const std::map< std::string, std::string > &  v,
std::streamsize   
)
inline

Definition at line 364 of file ToString.h.

References joinToString().

◆ toString() [4/13]

template<>
std::string toString ( const std::set< std::string > &  v,
std::streamsize   
)
inline

Definition at line 342 of file ToString.h.

References joinToString().

◆ toString() [5/13]

template<typename V >
std::string toString ( const std::set< V * > &  v,
std::streamsize  accuracy = gPrecision 
)
inline

Definition at line 291 of file ToString.h.

References joinToStringSorting(), and UNUSED_PARAMETER.

◆ toString() [6/13]

template<>
std::string toString ( const std::vector< double > &  v,
std::streamsize  accuracy 
)
inline

Definition at line 314 of file ToString.h.

References joinToString().

◆ toString() [7/13]

template<>
std::string toString ( const std::vector< int > &  v,
std::streamsize  accuracy 
)
inline

Definition at line 302 of file ToString.h.

References joinToString().

◆ toString() [8/13]

template<>
std::string toString ( const std::vector< long long int > &  v,
std::streamsize  accuracy 
)
inline

Definition at line 308 of file ToString.h.

References joinToString().

◆ toString() [9/13]

template<>
std::string toString ( const std::vector< std::string > &  v,
std::streamsize   
)
inline

Definition at line 336 of file ToString.h.

References joinToString().

◆ toString() [10/13]

template<typename V >
std::string toString ( const std::vector< V * > &  v,
std::streamsize  accuracy = gPrecision 
)
inline

Definition at line 189 of file ToString.h.

◆ toString() [11/13]

template<class T >
std::string toString ( const T &  t,
std::streamsize  accuracy = gPrecision 
)
inline

Template for conversions from origin format to string representation (when supplied by c++/the stl)

Definition at line 48 of file ToString.h.

Referenced by MSDevice_ToC::_2string(), NIImporter_SUMO::_loadNetwork(), MSLCM_LC2013::_patchSpeed(), MSLCM_LC2013::_wantsChange(), MSLCM_SL2015::_wantsChangeSublane(), MSLaneChangerSublane::abortLCManeuver(), libsumo::Person::add(), MSDetectorControl::add(), ODMatrix::add(), NLTriggerBuilder::addAccess(), IntermodalNetwork< E, L, N, V >::addAccess(), SUMORTree::addAdditionalGLObject(), 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(), GNEHierarchicalElementParents::addEdgeParent(), RORouteHandler::addFlowPerson(), MSRouteHandler::addFlowPerson(), GNEJunction::addIncomingGNEEdge(), GNEDialog_FixAdditionalElements::AdditionalList::AdditionalList(), NIImporter_SUMO::addLane(), NIXMLEdgesHandler::addLane(), GNEHierarchicalElementParents::addLaneParent(), NLJunctionControlBuilder::addLogicItem(), MSLane::addNeigh(), GNEJunction::addOutgoingGNEEdge(), GNERouteHandler::addPersonTrip(), NLHandler::addPhase(), ShapeHandler::addPOI(), PCLoaderOSM::addPOI(), GNEPolygonFrame::addPOI(), GNEPolygonFrame::addPOILane(), PCLoaderOSM::addPolygon(), GNEPolygonFrame::addPolygon(), GNENet::addPolygon(), NIXMLPTHandler::addPTLineStop(), GNEViewNet::addRestrictedLane(), NBEdge::addRestrictedLane(), GNENet::addReversedEdge(), GNERouteHandler::addRide(), NBEdgeCont::addRoundabout(), GNEHierarchicalElementParents::addShapeParent(), NIXMLEdgesHandler::addSplit(), NBTrafficLightLogic::addStep(), MSRouteHandler::addStop(), GNERouteHandler::addStop(), RONet::addStoppingPlace(), TraCIServer::addSubscriptionFilter(), TraCIServer::addSubscriptionFilterDownstreamDistance(), TraCIServer::addSubscriptionFilterLanes(), TraCIServer::addSubscriptionFilterUpstreamDistance(), TraCIServer::addSubscriptionFilterVClass(), TraCIServer::addSubscriptionFilterVType(), NIXMLTrafficLightsHandler::addTlConnection(), NIVissimTL::NIVissimTLSignal::addTo(), MSVehicle::addTraciStopAtStoppingPlace(), ROPerson::addTrip(), GNEVehicleFrame::addVehicle(), GNERouteHandler::addWalk(), NBPTLine::addWayNode(), NBNodeCont::analyzeCluster(), MSTransportable::appendStage(), NIImporter_OpenStreetMap::RelationHandler::applyRestriction(), libsumo::Helper::applySubscriptionFilters(), GNEAttributeCarrier::AttributeProperties::AttributeProperties(), SUMOVehicleParserHelper::beginVTypeParsing(), NLEdgeControlBuilder::build(), MSAbstractLaneChangeModel::build(), MSVehicleType::build(), GNEAdditionalHandler::buildAccess(), GNEAdditionalFrame::buildAdditionalCommonAttributes(), GNEAdditionalFrame::buildAdditionalOverEdge(), GNEAdditionalFrame::buildAdditionalOverLane(), GNEAdditionalFrame::buildAdditionalOverLanes(), GNEAdditionalFrame::buildAdditionalOverView(), GNEAdditionalFrame::buildAdditionalWithParent(), GNEVehicleTypeDialog::VTypeAtributes::buildAttributesA(), GNEAdditionalHandler::buildBusStop(), GNEAdditionalHandler::buildCalibrator(), GNEAdditionalHandler::buildChargingStation(), GNEConnectorFrame::buildConnection(), NIImporter_OpenDrive::buildConnectionsToOuter(), GNEAdditionalHandler::buildContainerStop(), CHBuilder< E, V >::buildContractionHierarchy(), NBNode::buildCrossings(), NBNode::buildCrossingsAndWalkingAreas(), GNEAdditionalHandler::buildDetectorE1(), GNEAdditionalHandler::buildDetectorE1Instant(), GNEAdditionalHandler::buildDetectorE3(), GNEAdditionalHandler::buildDetectorEntry(), GNEAdditionalHandler::buildDetectorExit(), MSRailSignal::LinkInfo::buildDriveWay(), NIVissimConnection::buildEdgeConnections(), RODFNet::buildEdgeFlowMap(), GNERouteHandler::buildFlow(), GNERouteHandler::buildFlowOverRoute(), GNERouteHandler::buildFlowWithEmbeddedRoute(), GNETLSEditorFrame::buildIinternalLanes(), NBEdge::buildInnerEdges(), GNEAdditionalHandler::buildMultiLaneDetectorE2(), NIVissimEdge::buildNBEdge(), GNEViewNetHelper::NetworkViewOptions::buildNetworkViewOptionsMenuChecks(), GNEAdditionalHandler::buildParkingArea(), GNEAdditionalHandler::buildParkingSpace(), GNERouteHandler::buildPerson(), GNEPersonFrame::buildPerson(), GNERouteHandler::buildPersonFlow(), GNEPersonFrame::buildPersonOverRoute(), GNERouteHandler::buildPersonTripBusStop(), GNERouteHandler::buildPersonTripFromTo(), GNEAdditionalHandler::buildRerouter(), GNEAdditionalHandler::buildRerouterInterval(), GNERouteHandler::buildRideBusStop(), GNERouteHandler::buildRideFromTo(), MSRailSignal::DriveWay::buildRoute(), NLDetectorBuilder::buildRouteProbe(), GNEAdditionalHandler::buildRouteProbe(), MELoop::buildSegmentsFor(), GNEAdditionalHandler::buildSingleLaneDetectorE2(), GUITriggerBuilder::buildStoppingPlace(), NLTriggerBuilder::buildStoppingPlace(), MSFrame::buildStreams(), GNEAdditionalHandler::buildTAZ(), GNEAdditionalHandler::buildTAZSink(), GNEAdditionalHandler::buildTAZSource(), GNERouteHandler::buildTrip(), GNEAdditionalHandler::buildVaporizer(), GNEAdditionalHandler::buildVariableSpeedSign(), GNEDialog_AllowDisallow::buildVClass(), MSDevice_Battery::buildVehicleDevices(), GNERouteHandler::buildVehicleOverRoute(), GNERouteHandler::buildVehicleWithEmbeddedRoute(), GNERouteHandler::buildWalkBusStop(), GNERouteHandler::buildWalkEdges(), GNERouteHandler::buildWalkFromTo(), NBNode::buildWalkingAreas(), GNERouteHandler::buildWalkRoute(), MSBaseVehicle::calculateArrivalParams(), GNEVehicleTypeDialog::CarFollowingModelParameters::CarFollowingModelRow::CarFollowingModelRow(), MSLaneChangerSublane::change(), GNEHierarchicalElementParents::changeAdditionalParent(), GNEHierarchicalElementParents::changeDemandElementParent(), GNEPoly::changeFirstGeometryPoint(), MSLaneChanger::changeOpposite(), MELoop::changeSegment(), GNEDetectorE3::checkAdditionalChildRestriction(), MSLCM_SL2015::checkBlockingVehicles(), MSLaneChanger::checkChange(), MSLaneChangerSublane::checkChangeSublane(), NBNode::checkCrossing(), NIImporter_OpenStreetMap::RelationHandler::checkEdgeRef(), MSRailSignal::DriveWay::checkFlanks(), RONet::checkFlows(), GUIApplicationWindow::checkGamingEventsDRT(), NBEdge::checkGeometry(), NBEdgeCont::checkGrade(), NWWriter_OpenDrive::checkLaneGeometries(), NGFrame::checkOptions(), NBFrame::checkOptions(), MSFrame::checkOptions(), NBEdgeCont::checkOverlap(), MSDevice_Battery::checkParam(), GNEAttributeCarrier::checkParsedAttribute(), MSSOTLTrafficLightLogic::checkPhases(), MSE2Collector::checkPositioning(), NLDetectorBuilder::checkSampleInterval(), GUISUMOAbstractView::checkSnapshots(), MSLaneChanger::checkTraCICommands(), MSAbstractLaneChangeModel::checkTraCICommands(), GNENet::cleanInvalidCrossings(), SUMOSAXAttributesImpl_Binary::clone(), GNERouteHandler::closePerson(), GNERouteHandler::closeRoute(), NLJunctionControlBuilder::closeTrafficLightLogic(), MSRouteHandler::closeVehicle(), GNERouteHandler::closeVType(), NBTrafficLightDefinition::collectAllLinks(), NBLoadedSUMOTLDef::collectEdgeVectors(), GNEInternalLane::colorForLinksState(), GNETAZ::commitGeometryMoving(), GNEDetectorE3::commitGeometryMoving(), GNEParkingSpace::commitGeometryMoving(), GNEVariableSpeedSign::commitGeometryMoving(), GNERerouter::commitGeometryMoving(), GNEDetectorE1::commitGeometryMoving(), GNEDetectorEntryExit::commitGeometryMoving(), GNEDetectorE1Instant::commitGeometryMoving(), GNEStop::commitGeometryMoving(), GNEDetectorE2::commitGeometryMoving(), GNEPOI::commitGeometryMoving(), GNERide::commitGeometryMoving(), GNEPersonTrip::commitGeometryMoving(), GNEWalk::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(), GNEVehicle::compute(), CHRouter< E, V, BASE >::compute(), ODMatrix::computeDeparts(), NBNode::computeInternalLaneShape(), NBNode::computeLogic(), NBOwnTLDef::computeLogicAndConts(), NBNode::computeNodeShape(), ROMAAssignments::computePath(), computeRoutes(), NIImporter_OpenDrive::computeShapes(), RODFNet::computeTypes(), NBPTLineCont::constructRoute(), GNEEdge::copyTemplate(), 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(), GNEDialog_FixDemandElements::DemandList::DemandList(), GUISelectedStorage::deselect(), MSLane::detectCollisions(), MSInsertionControl::determineCandidates(), TraCIServer::dispatchCommand(), GUISUMOAbstractView::displayColorLegend(), NBEdge::divideOnEdges(), NBEdge::divideSelectedLanesOnEdges(), GNEEdge::drawEdgeName(), GUISUMOAbstractView::drawFPS(), GNEEdge::drawGeometryPoints(), GNEChargingStation::drawGL(), GUIPerson::drawGL(), GNEJunction::drawGL(), GUICalibrator::drawGL(), GUIJunctionWrapper::drawGL(), GUIChargingStation::drawGL(), GUIEdge::drawGL(), GNEPoly::drawGL(), GUITriggeredRerouter::GUITriggeredRerouterEdge::drawGL(), GNEPerson::drawGL(), GNELane::drawLane2LaneConnections(), GUIBaseVehicle::drawLinkItem(), GNELane::drawLinkNo(), GUILane::drawLinkNo(), GUIBaseVehicle::drawOnPos(), GNEEdge::drawRerouterSymbol(), GUIVehicle::drawRouteHelper(), GNEViewNetHelper::TestingMode::drawTestingElements(), GNECrossing::drawTLSLinkNo(), GNELane::drawTLSLinkNo(), GUILane::drawTLSLinkNo(), GUIParameterTracker::GUIParameterTrackerPanel::drawValue(), GNENet::duplicateLane(), GNEVehicleFrame::edgePathCreated(), GNECrossingFrame::EdgesSelector::EdgesSelector(), GNEEdge::editEndpoint(), GNESelectorFrame::MatchAttribute::enableMatchAttribute(), NLDetectorBuilder::endE3Detector(), MSE3Collector::enter(), MSVehicle::enterLaneAtLaneChange(), OptionsLoader::error(), MSPModel_Remote::execute(), METriggeredCalibrator::execute(), MSCalibrator::execute(), NBNode::ApproachingDivider::execute(), MSVehicle::executeMove(), NBEdge::expandableBy(), NIImporter_OpenStreetMap::extendRailwayDistances(), OptionsLoader::fatalError(), NBNodeCont::feasibleCluster(), GNEAttributeCarrier::fillAdditionals(), GNEAttributeCarrier::fillCommonFlowAttributes(), GNEAttributeCarrier::fillCommonPersonAttributes(), GNEAttributeCarrier::fillCommonVehicleAttributes(), GNEAttributeCarrier::fillDemandElements(), GNEAttributeCarrier::fillNetElements(), GNEAttributeCarrier::fillPersonElements(), GNEAttributeCarrier::fillShapes(), GNEAttributeCarrier::fillVehicleElements(), GNEVehicleTypeDialog::VTypeAtributes::VTypeAttributeRow::filterAttributeName(), MSCFModel_Daniel1::finalizeSpeed(), NIImporter_OpenStreetMap::RelationHandler::findEdgeRef(), MSRailSignal::DriveWay::findFlankProtection(), libsumo::Simulation::findIntermodalRoute(), MSRailSignal::DriveWay::findProtection(), GNEDetectorE1Instant::fixAdditionalProblem(), GNEDetectorE1::fixAdditionalProblem(), GNEDetectorEntryExit::fixAdditionalProblem(), GNEDetectorE2::fixAdditionalProblem(), NBPTLineCont::fixBidiStops(), GNEStoppingPlace::fixStoppinPlacePosition(), GNENet::generateAdditionalID(), NBPTStopCont::generateBidiStops(), GNEJunction::generateChildID(), GNEPoly::generateChildID(), GNEPOI::generateChildID(), GNEAdditional::generateChildID(), GNEDemandElement::generateChildID(), GNENet::generateDemandElementID(), 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(), GNEDetectorEntryExit::getAdditionalProblem(), GNEStoppingPlace::getAdditionalProblem(), GNEDetectorE2::getAdditionalProblem(), SUMOVehicleParameter::getArrivalLane(), SUMOVehicleParameter::getArrivalPos(), SUMOVehicleParameter::getArrivalPosLat(), SUMOVehicleParameter::getArrivalSpeed(), MSAbstractLaneChangeModel::getAssumedDecelForLaneChangeDuration(), GNEChargingStation::getAttribute(), GNEContainerStop::getAttribute(), GNEBusStop::getAttribute(), GNEParkingArea::getAttribute(), GNEVaporizer::getAttribute(), GNERouteProbe::getAttribute(), GNEClosingReroute::getAttribute(), GNEClosingLaneReroute::getAttribute(), GNEDestProbReroute::getAttribute(), GNEDetectorE3::getAttribute(), GNERouteProbReroute::getAttribute(), GNEParkingAreaReroute::getAttribute(), GNEParkingSpace::getAttribute(), GNEDetectorE1::getAttribute(), GNECalibratorFlow::getAttribute(), GNEVariableSpeedSignStep::getAttribute(), GNEDetectorEntryExit::getAttribute(), GNERerouterInterval::getAttribute(), GNETAZSourceSink::getAttribute(), GNEVariableSpeedSign::getAttribute(), GNEAccess::getAttribute(), GNERerouter::getAttribute(), GNEDetectorE1Instant::getAttribute(), GNECrossing::getAttribute(), GNECalibrator::getAttribute(), GNETAZ::getAttribute(), GNEDetectorE2::getAttribute(), GNEVehicleType::getAttribute(), GNEConnection::getAttribute(), GNEStop::getAttribute(), GNELane::getAttribute(), GNEPoly::getAttribute(), GNERide::getAttribute(), GNEPersonTrip::getAttribute(), GNEWalk::getAttribute(), GNEPOI::getAttribute(), GNEJunction::getAttribute(), GNERoute::getAttribute(), GNEEdge::getAttribute(), GNEPerson::getAttribute(), GNEVehicle::getAttribute(), GNEVehicleType::getAttributeDouble(), GNEStop::getAttributeDouble(), GNERide::getAttributeDouble(), GNEPersonTrip::getAttributeDouble(), GNEWalk::getAttributeDouble(), GNEAttributeCarrier::TagProperties::getAttributeProperties(), MSVehicle::getBackPosition(), MSVehicle::getBackPositionOnLane(), GNEPerson::getBegin(), GNEVehicle::getBegin(), NBOwnTLDef::getBestPair(), NBRailwayTopologyAnalyzer::getBrokenRailNodes(), MSRailSignal::getClickableTLLinkID(), NIImporter_DlrNavteq::EdgesHandler::getColumn(), NBEdge::getConnection(), NBEdge::getConnectionRef(), GNEAttributeCarrier::TagProperties::getDefaultValue(), GNEStop::getDemandElementProblem(), IntermodalNetwork< E, L, N, V >::getDepartConnector(), SUMOVehicleParameter::getDepartLane(), SUMOVehicleParameter::getDepartPos(), SUMOVehicleParameter::getDepartPosLat(), SUMOVehicleParameter::getDepartSpeed(), NBEdge::Connection::getDescription(), NBTrafficLightDefinition::getDescription(), NIImporter_OpenDrive::Connection::getDescription(), MSVehicle::Stop::getDescription(), MSRoute::getDistanceBetween(), MSDevice_ToC::getDynamicMRMProbability(), GUINet::DiscoverAttributes::getEdgeAttrs(), NLDetectorBuilder::getEdgeChecking(), MSMeanData_Amitran::getEdgeID(), NBNode::getEdgesSortedByAngleAtNodeCenter(), GNENetElement::getHierarchyName(), MSRailSignal::LinkInfo::getID(), PublicTransportEdge< E, L, N, V >::getIntended(), NBEdge::Connection::getInternalLaneID(), NLDetectorBuilder::getLaneChecking(), NBEdge::getLaneID(), NIXMLShapeHandler::getLanePos(), NLShapeHandler::getLanePos(), GNEAdditionalHandler::getLanePos(), MSVehicle::getLatOffset(), GUIVehicle::getLCStateLeft(), GUIVehicle::getLCStateRight(), MSLane::getLeader(), MSLane::getLeaderOnConsecutive(), NIVissimDistrictConnection::getMeanSpeed(), GNEFrameAttributesModuls::NeteditAttributes::getNeteditAttributesAndValues(), MSPModel_Striping::getNextLane(), GUISUMOAbstractView::getObjectsInBoundary(), NBRampsComputer::getOffRampEdges(), MSDevice_Battery::getParameter(), MSDevice_DriverState::getParameter(), MSDevice_Transportable::getParameter(), MSLCM_LC2013::getParameter(), MSDevice_Bluelight::getParameter(), MSDevice_Example::getParameter(), libsumo::Simulation::getParameter(), MSLCM_SL2015::getParameter(), MSDevice_ToC::getParameter(), MSDevice_Routing::getParameter(), MSAbstractLaneChangeModel::getParameter(), GUIContainer::getParameterWindow(), GUIPolygon::getParameterWindow(), GUIJunctionWrapper::getParameterWindow(), GUIVehicle::getParameterWindow(), GUIMEVehicle::getParameterWindow(), GUINet::getParameterWindow(), MSLane::getPartialBehind(), MSSimpleDriverState::getPerceivedHeadway(), MSSimpleDriverState::getPerceivedSpeedDifference(), NBEdge::getPermissionVariants(), GUITrafficLightLogicWrapper::getPopUpMenu(), GNEJunction::getPopUpMenu(), GUIEdge::getPopUpMenu(), GNELane::getPopUpMenu(), GNERide::getPopUpMenu(), GNEPersonTrip::getPopUpMenu(), GNEWalk::getPopUpMenu(), GNEPOI::getPopUpMenu(), GNERoute::getPopUpMenu(), GUILane::getPopUpMenu(), GNEAdditional::getPopUpMenu(), GNEDemandElement::getPopUpMenu(), NBRailwayTopologyAnalyzer::getRailNodes(), GUIPerson::getStageIndexDescription(), GNEStopFrame::getStopParameter(), MSNet::getStoppingPlaces(), ROEdge::getStoredEffort(), MSTLLogicControl::WAUTSwitchProcedure_Stretch::getStretchAreaNo(), MSTLLogicControl::WAUTSwitchProcedure_Stretch::getStretchBereichDef(), GUIPropertyScheme< T >::getTagName(), GNEAttributeCarrier::getTagProperties(), MSRailSignal::getTLLinkID(), ROEdge::getTravelTime(), GUIVehicle::getTypeParameterWindow(), MSVehicleControl::getWaitingVehicle(), NBHeightMapper::getZ(), GNECalibratorDialog::GNECalibratorDialog(), GNECalibratorFlowDialog::GNECalibratorFlowDialog(), GNEChange_Attribute::GNEChange_Attribute(), GNEDialog_AllowDisallow::GNEDialog_AllowDisallow(), GNEFrame::GNEFrame(), GNERerouterDialog::GNERerouterDialog(), GNERerouterIntervalDialog::GNERerouterIntervalDialog(), GNERouteDialog::GNERouteDialog(), GNEVariableSpeedSignDialog::GNEVariableSpeedSignDialog(), NBNode::guessCrossings(), NBNodeCont::guessTLs(), MSLane::handleCollisionBetween(), GNEApplicationWindow::handleEvent_NetworkLoaded(), GUIApplicationWindow::handleEvent_SimulationStep(), MSVehicle::haveValidStopEdges(), HelpersHBEFA::HelpersHBEFA(), libsumo::POI::highlight(), libsumo::Vehicle::highlight(), MSVehicle::ignoreRed(), GNEReferenceCounter::incRef(), ROMAAssignments::incremental(), MSVehicle::Influencer::influenceChangeDecision(), MSRailSignal::init(), MSActuatedTrafficLightLogic::init(), MSTrafficLightLogic::init(), GUICompleteSchemeStorage::init(), GNETLSEditorFrame::TLSPhases::initPhaseTable(), GNEViewNetHelper::TestingMode::initTestingMode(), NLHandler::initTrafficLightLogic(), GUIDialog_Options::InputFloat::InputFloat(), GUIDialog_Options::InputInt::InputInt(), NIImporter_OpenStreetMap::insertEdge(), NIImporter_OpenStreetMap::insertNodeChecking(), MSEdge::insertVehicle(), GNEInspectorFrame::inspectMultisection(), GNEInspectorFrame::OverlappedInspection::inspectOverlappedAttributeCarrier(), MSLane::integrateNewVehicles(), NIImporter_OpenStreetMap::interpretDistance(), SUMOVehicleParameter::interpretEdgePos(), GNEJunction::invalidateTLS(), MSLane::isInsertionSuccess(), GNERouteHandler::isPersonIdDuplicated(), Distribution_Parameterized::isValid(), GNEChargingStation::isValid(), GNEContainerStop::isValid(), GNEBusStop::isValid(), GNEParkingArea::isValid(), GNEVaporizer::isValid(), GNERouteProbe::isValid(), GNEClosingReroute::isValid(), GNEClosingLaneReroute::isValid(), GNEDestProbReroute::isValid(), GNEDetectorE3::isValid(), GNERouteProbReroute::isValid(), GNEParkingAreaReroute::isValid(), GNEParkingSpace::isValid(), GNEDetectorE1::isValid(), GNEDetectorEntryExit::isValid(), GNECalibratorFlow::isValid(), GNEVariableSpeedSignStep::isValid(), GNERerouterInterval::isValid(), GNETAZSourceSink::isValid(), GNEVariableSpeedSign::isValid(), GNEAccess::isValid(), GNERerouter::isValid(), GNEDetectorE1Instant::isValid(), GNECrossing::isValid(), GNECalibrator::isValid(), GNETAZ::isValid(), GNEDetectorE2::isValid(), GNEVehicleType::isValid(), GNEConnection::isValid(), GNEStop::isValid(), GNELane::isValid(), GNEPoly::isValid(), GNERide::isValid(), GNEPersonTrip::isValid(), GNEPOI::isValid(), GNEWalk::isValid(), GNEJunction::isValid(), GNERoute::isValid(), GNEEdge::isValid(), GNEPerson::isValid(), GNEVehicle::isValid(), GNERouteHandler::isVehicleIdDuplicated(), NBNodeCont::joinNodeCluster(), GNENet::joinSelectedJunctions(), joinToString(), MSLCM_SL2015::keepLatGap(), MSAbstractLaneChangeModel::laneChangeOutput(), MSE3Collector::leave(), MSE3Collector::leaveFront(), NILoader::load(), PCLoaderVisum::load(), PCLoaderArcView::load(), NIImporter_ArcView::load(), NIImporter_OpenStreetMap::load(), GUISettingsHandler::loadBreakpoints(), GUINet::loadEdgeData(), 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(), GNENet::mergeJunctions(), GNEViewNet::mergeJunctions(), PositionVector::move2side(), GNEAccess::moveGeometry(), GNEStoppingPlace::moveGeometry(), MSPModel_Striping::moveInDirectionOnLane(), GNEViewNetHelper::SelectingArea::moveRectangleSelection(), libsumo::Person::moveToXY(), libsumo::Vehicle::moveToXY(), MSActuatedTrafficLightLogic::MSActuatedTrafficLightLogic(), MSChargingStation::MSChargingStation(), MSDelayBasedTrafficLightLogic::MSDelayBasedTrafficLightLogic(), MSDevice_Battery::MSDevice_Battery(), GNEAdditionalHandler::myEndElement(), NIImporter_OpenStreetMap::RelationHandler::myEndElement(), GUISettingsHandler::myStartElement(), NIXMLConnectionsHandler::myStartElement(), ODAmitranHandler::myStartElement(), NIImporter_MATSim::EdgesHandler::myStartElement(), PCLoaderOSM::NodesHandler::myStartElement(), PCLoaderOSM::RelationsHandler::myStartElement(), PCLoaderOSM::EdgesHandler::myStartElement(), NIImporter_OpenStreetMap::NodesHandler::myStartElement(), NIImporter_OpenStreetMap::EdgesHandler::myStartElement(), NIImporter_OpenStreetMap::RelationHandler::myStartElement(), NIImporter_OpenDrive::myStartElement(), GNEFrameAttributesModuls::NeteditAttributes::NeteditAttributes(), NIVissimAbstractEdge::NIVissimAbstractEdge(), MSTriggeredRerouter::notifyEnter(), MSE3Collector::MSE3EntryReminder::notifyLeave(), MSE3Collector::MSE3LeaveReminder::notifyLeave(), GNERouteDialog::onCmdAccept(), GNECalibratorFlowDialog::onCmdAccept(), GNEDialog_FixDemandElements::onCmdAccept(), GNEDialog_FixAdditionalElements::onCmdAccept(), GNERerouterIntervalDialog::onCmdAccept(), GNEVariableSpeedSignDialog::onCmdAccept(), GNEVehicleTypeDialog::onCmdAccept(), GNEViewNet::onCmdAddReversedEdge(), GNERoute::GNERoutePopupMenu::onCmdApplyDistance(), GNEConnectorFrame::ConnectionOperations::onCmdClearSelectedConnections(), GNECalibratorDialog::onCmdClickedRoute(), GNECalibratorDialog::onCmdClickedVehicleType(), GUIDialog_ViewSettings::onCmdColorChange(), GUIGLObjectPopupMenu::onCmdCopyCursorGeoPosition(), GUIGLObjectPopupMenu::onCmdCopyCursorPosition(), GNEPolygonFrame::GEOPOICreator::onCmdCreateGEOPOI(), GNETLSEditorFrame::onCmdDefCreate(), GNETLSEditorFrame::onCmdDefDelete(), GNEPersonTypeFrame::PersonTypeEditor::onCmdDeletePersonType(), GNEVehicleTypeFrame::VehicleTypeEditor::onCmdDeleteVehicleType(), GNEViewNet::onCmdDuplicateLane(), GNEVariableSpeedSignDialog::onCmdEditStep(), GNEGenericParameterDialog::GenericParametersOptions::onCmdLoadGenericParameters(), GNETLSEditorFrame::TLSFile::onCmdLoadTLSProgram(), GUIDialog_EditViewport::onCmdOk(), GNEFrameAttributesModuls::AttributesEditorRow::onCmdOpenAttributeDialog(), GNETLSEditorFrame::onCmdPhaseEdit(), GNEPersonTypeFrame::PersonTypeEditor::onCmdResetPersonType(), GNEVehicleTypeFrame::VehicleTypeEditor::onCmdResetVehicleType(), GNEViewNet::onCmdReverseEdge(), GNEFrameAttributesModuls::AttributesCreatorRow::onCmdSelectColorButton(), GNEFrameModuls::TagSelector::onCmdSelectTag(), GNEFrameModuls::TagSelector::onCmdSelectTagType(), GNESelectorFrame::MatchAttribute::onCmdSelMBTag(), GNEFrameAttributesModuls::AttributesCreatorRow::onCmdSetAttribute(), GNEVehicleTypeDialog::VTypeAtributes::onCmdSetAttribute(), GNETAZFrame::TAZParameters::onCmdSetColorAttribute(), GNEPolygonFrame::GEOPOICreator::onCmdSetCoordinates(), GUIContainer::GUIContainerPopupMenu::onCmdShowPlan(), GUIPerson::GUIPersonPopupMenu::onCmdShowPlan(), GNEViewNet::onCmdSmoothEdges(), GNEViewNet::onCmdSmoothEdgesElevation(), GNEViewNet::onCmdStraightenEdges(), GNEViewNet::onCmdStraightenEdgesElevation(), GNEApplicationWindow::onCmdToogleEditOptions(), GNEViewNet::onCmdTransformPOI(), MSVehicle::onRemovalFromNet(), GNEInspectorFrame::TemplateEditor::onUpdCopyTemplate(), GNEVehicleTypeDialog::VTypeAtributes::VTypeAttributeRow::openColorDialog(), GNEFrame::openHelpAttributesDialog(), GUIApplicationWindow::openNewView(), MSRouteHandler::openRoute(), MSRouteHandler::openRouteDistribution(), PlainXMLFormatter::openTag(), OutputDevice_Network::OutputDevice_Network(), MSLaneChangerSublane::outputLCStarted(), GNEVehicleType::overwriteVType(), 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::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(), SUMOVehicleParserHelper::parseCommonAttributes(), RONetHandler::parseConnection(), NIXMLConnectionsHandler::parseDeprecatedLaneDefinition(), RORouteHandler::parseGeoEdges(), SUMOVehicleParserHelper::parseID(), SUMOVehicleParserHelper::parseJMParams(), RONetHandler::parseLane(), NIXMLConnectionsHandler::parseLaneBound(), SUMOVehicleParserHelper::parseLCParams(), GNEAttributeCarrier::parseMaskedPositionAttribute(), 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(), GNECreateEdgeFrame::processClick(), 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(), GNEHierarchicalElementParents::removeEdgeParent(), GNEFrameAttributesModuls::AttributesEditor::removeEditedAC(), GNEJunction::removeIncomingGNEEdge(), GNEEdge::removeLane(), GNEHierarchicalElementParents::removeLaneParent(), GNEJunction::removeOutgoingGNEEdge(), GNEViewNet::removeRestrictedLane(), NBNodeCont::removeSelfLoops(), GNEHierarchicalElementParents::removeShapeParent(), GNENet::removeSolitaryJunctions(), GNENet::replaceIncomingEdge(), NBEdge::replaceInConnections(), GNENet::replaceInListAttribute(), GNENet::replaceJunctionByGeometry(), MSBaseVehicle::replaceRouteEdges(), NIImporter_DlrNavteq::ConnectedLanesHandler::report(), NBRequest::reportWarnings(), libsumo::Vehicle::requestToC(), MSBaseVehicle::reroute(), MSRailSignal::LinkInfo::reroute(), 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(), ROPerson::PersonTrip::saveAsXML(), MSLCM_LC2013::saveBlockerLength(), MSLCM_SL2015::saveBlockerLength(), GNEViewNetHelper::EditShapes::saveEditedShape(), MSTransportableDevice_Routing::saveState(), MSDevice_Routing::saveState(), MSDevice_Vehroutes::saveState(), MSDevice_Tripinfo::saveState(), MEVehicle::saveState(), MSVehicle::saveState(), GUISelectedStorage::select(), GNEAdditionalFrame::SelectorEdgeChildren::SelectorEdgeChildren(), GNEAdditionalFrame::SelectorLaneChildren::SelectorLaneChildren(), MSVehicleType::setAccel(), MSVehicleType::setApparentDecel(), MSTransportable::Stage_Trip::setArrived(), GNEChargingStation::setAttribute(), GNEBusStop::setAttribute(), GNEContainerStop::setAttribute(), GNEParkingArea::setAttribute(), GNEVaporizer::setAttribute(), GNERouteProbe::setAttribute(), GNEClosingReroute::setAttribute(), GNEDestProbReroute::setAttribute(), GNEClosingLaneReroute::setAttribute(), GNERouteProbReroute::setAttribute(), GNEDetectorE3::setAttribute(), GNEParkingAreaReroute::setAttribute(), GNEParkingSpace::setAttribute(), GNEDetectorE1::setAttribute(), GNEVariableSpeedSignStep::setAttribute(), GNECalibratorFlow::setAttribute(), GNEDetectorEntryExit::setAttribute(), GNERerouterInterval::setAttribute(), GNETAZSourceSink::setAttribute(), GNEVariableSpeedSign::setAttribute(), GNERerouter::setAttribute(), GNEAccess::setAttribute(), GNEDetectorE1Instant::setAttribute(), GNECrossing::setAttribute(), GNECalibrator::setAttribute(), GNETAZ::setAttribute(), GNEDetectorE2::setAttribute(), GNEVehicleType::setAttribute(), GNEConnection::setAttribute(), GNEStop::setAttribute(), GNELane::setAttribute(), GNEPoly::setAttribute(), GNERide::setAttribute(), GNEPersonTrip::setAttribute(), GNEPOI::setAttribute(), GNEWalk::setAttribute(), GNEJunction::setAttribute(), GNERoute::setAttribute(), GNEEdge::setAttribute(), GNEPerson::setAttribute(), GNEVehicle::setAttribute(), NBRequest::setBlocking(), MSChargingStation::setChargeDelay(), MSChargingStation::setChargingPower(), GNEFrameModuls::TagSelector::setCurrentTag(), GNEFrameModuls::TagSelector::setCurrentTagType(), MSVehicleType::setDecel(), MSChargingStation::setEfficency(), MSVehicleType::setEmergencyDecel(), RODFRouteCont::setID(), MSVehicleType::setImperfection(), MFXAddEditTypedTable::setItemFromControl(), MFXAddEditTypedTable::setItemFromControl_NoRelease(), NIImporter_OpenDrive::setLaneAttributes(), 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::Vehicle::setStop(), MSDevice_Battery::setStoppingTreshold(), MSVehicleType::setTau(), NBLoadedSUMOTLDef::setTLControllingInformation(), GNEVehicleTypeDialog::VTypeAtributes::VClassRow::setVariable(), GUIMainWindow::setWindowSizeAndPos(), GNEPolygonFrame::shapeDrawed(), GNETAZFrame::shapeDrawed(), GNEFrameModuls::AttributeCarrierHierarchy::showAttributeCarrierParents(), GNEFrameAttributesModuls::AttributesEditor::showAttributeEditorModul(), GNEInspectorFrame::GEOAttributesEditor::showGEOAttributesEditor(), GNEInspectorFrame::NeteditAttributesEditor::showNeteditAttributesEditor(), GNEInspectorFrame::OverlappedInspection::showOverlappedInspection(), GNEFrameModuls::SelectorParent::showSelectorParentModul(), GUISUMOAbstractView::showToolTipFor(), GNEPoly::simplifyShape(), GNEEdge::smooth(), GNEEdge::smoothElevation(), MSLane::sortManeuverReservations(), PositionVector::splitAt(), GNENet::splitEdge(), GNENet::splitEdgesBidi(), NBEdge::splitGeometry(), NIImporter_OpenDrive::splitMinWidths(), MSLaneChangerSublane::startChangeSublane(), GNEAdditionalFrame::SelectorLaneParents::stopConsecutiveLaneSelector(), GNEEdge::straightenElevation(), MSTLLogicControl::WAUTSwitchProcedure_Stretch::stretchLogic(), MSAbstractLaneChangeModel::sublaneChangeCompleted(), SUMOSAXAttributesImpl_Cached::SUMOSAXAttributesImpl_Cached(), GNEFrameModuls::TagSelector::TagSelector(), GNETAZFrame::TAZParameters::TAZParameters(), MELoop::teleportVehicle(), GUISelectedStorage::toggleSelection(), StringUtils::toInt(), NGNet::toNB(), Distribution_Parameterized::toStr(), TraCIServer::TraCIServer(), GNERouteHandler::transformToFlow(), GNERouteHandler::transformToRouteFlow(), GNERouteHandler::transformToTrip(), GNERouteHandler::transformToVehicle(), 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(), GNERouteFrame::ConsecutiveEdges::updateInfoRouteLabel(), GNERouteFrame::NonConsecutiveEdges::updateInfoRouteLabel(), GNERerouterDialog::updateIntervalTable(), GNEViewNetHelper::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(), GNEVehicleTypeDialog::VTypeAtributes::updateValues(), GNECalibratorDialog::updateVehicleTypeTable(), GNETLSEditorFrame::varDurString(), GNEVehicleTypeDialog::VTypeAtributes::VClassRow::VClassRow(), GNEVehicleTypeDialog::VTypeAtributes::VShapeRow::VShapeRow(), FXWorkerThread::Pool::waitAll(), MSPModel_Striping::PState::walk(), MSLCM_LC2013::wantsChange(), MSAbstractLaneChangeModel::wantsChange(), MSLCM_SL2015::wantsChangeSublane(), MSAbstractLaneChangeModel::wantsChangeSublane(), OptionsLoader::warning(), NBPTLine::write(), MSFCDExport::write(), NBPTStop::write(), MSInstantInductLoop::write(), SUMOVTypeParameter::write(), GNEAdditional::writeAdditional(), MSLink::writeApproaching(), NBSign::writeAsPOI(), PlainXMLFormatter::writeAttr(), BinaryFormatter::writeAttr(), MSRailSignal::DriveWay::writeBlocks(), NWWriter_SUMO::writeConnection(), GNERoute::writeDemandElement(), NWWriter_XML::writeEdgesAndConnections(), RODFDetector::writeEmitterDefinition(), RODFDetectorCon::writeEmitterPOIs(), ODMatrix::writeFlows(), NWWriter_OpenDrive::writeGeomSmooth(), NWWriter_XML::writeJoinedJunctions(), NWWriter_SUMO::writeJunction(), NWWriter_SUMO::writeLane(), NWWriter_DlrNavteq::writeLinksUnsplitted(), NWWriter_OpenDrive::writeNetwork(), NWWriter_SUMO::writeNetwork(), IntermodalRouter< E, L, N, V >::writeNetwork(), NWWriter_XML::writeNodes(), NWWriter_OpenDrive::writeRoadObjects(), GUICompleteSchemeStorage::writeSettings(), ROLoader::writeStats(), NWWriter_SUMO::writeSUMOTime(), GNETLSEditorFrame::TLSFile::writeSUMOTime(), NWWriter_XML::writeTrafficLights(), NWWriter_XML::writeTypes(), MSAmitranTrajectories::writeVehicle(), MSCalibrator::writeXMLOutput(), MSRouteProbe::writeXMLOutput(), GeoConvHelper::x2cartesian(), GeoConvHelper::x2cartesian_const(), FXWorkerThread::~FXWorkerThread(), GNEChange_Attribute::~GNEChange_Attribute(), GNEReferenceCounter::~GNEReferenceCounter(), SUMOAbstractRouter< E, IntermodalTrip< E, N, V > >::~SUMOAbstractRouter(), and SUMORTree::~SUMORTree().

◆ toString() [12/13]

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 
)
inline

Definition at line 212 of file ToString.h.

References Named::getIDSecure(), and UNUSED_PARAMETER.

◆ toString() [13/13]

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 
)
inline

Definition at line 194 of file ToString.h.

References Named::getIDSecure(), and UNUSED_PARAMETER.

◆ toString< Distribution_Parameterized >()

template<>
std::string toString< Distribution_Parameterized > ( const Distribution_Parameterized dist,
std::streamsize  accuracy 
)
inline

Definition at line 184 of file ToString.h.

References Distribution_Parameterized::toStr().

◆ toString< FringeType >()

template<>
std::string toString< FringeType > ( const FringeType fringeType,
std::streamsize  accuracy 
)
inline

◆ toString< LaneChangeAction >()

template<>
std::string toString< LaneChangeAction > ( const LaneChangeAction action,
std::streamsize  accuracy 
)
inline

◆ toString< LaneChangeModel >()

template<>
std::string toString< LaneChangeModel > ( const LaneChangeModel model,
std::streamsize  accuracy 
)
inline

◆ toString< LaneSpreadFunction >()

template<>
std::string toString< LaneSpreadFunction > ( const LaneSpreadFunction lsf,
std::streamsize  accuracy 
)
inline

◆ toString< LateralAlignment >()

template<>
std::string toString< LateralAlignment > ( const LateralAlignment latA,
std::streamsize  accuracy 
)
inline

◆ toString< LinkDirection >()

template<>
std::string toString< LinkDirection > ( const LinkDirection linkDir,
std::streamsize  accuracy 
)
inline

◆ toString< LinkState >()

template<>
std::string toString< LinkState > ( const LinkState linkState,
std::streamsize  accuracy 
)
inline

◆ toString< PersonMode >()

template<>
std::string toString< PersonMode > ( const PersonMode personMode,
std::streamsize  accuracy 
)
inline

◆ toString< RightOfWay >()

template<>
std::string toString< RightOfWay > ( const RightOfWay row,
std::streamsize  accuracy 
)
inline

◆ toString< SUMOVehicleClass >()

template<>
std::string toString< SUMOVehicleClass > ( const SUMOVehicleClass vClass,
std::streamsize  accuracy 
)
inline

Definition at line 101 of file ToString.h.

References SumoVehicleClassStrings, and UNUSED_PARAMETER.

◆ toString< SumoXMLAttr >()

template<>
std::string toString< SumoXMLAttr > ( const SumoXMLAttr attr,
std::streamsize  accuracy 
)
inline

◆ toString< SumoXMLEdgeFunc >()

template<>
std::string toString< SumoXMLEdgeFunc > ( const SumoXMLEdgeFunc edgeFunc,
std::streamsize  accuracy 
)
inline

◆ toString< SumoXMLNodeType >()

template<>
std::string toString< SumoXMLNodeType > ( const SumoXMLNodeType nodeType,
std::streamsize  accuracy 
)
inline

◆ toString< SumoXMLTag >()

template<>
std::string toString< SumoXMLTag > ( const SumoXMLTag tag,
std::streamsize  accuracy 
)
inline

◆ toString< TrafficLightType >()

template<>
std::string toString< TrafficLightType > ( const TrafficLightType type,
std::streamsize  accuracy 
)
inline