![]() |
Eclipse SUMO - Simulation of Urban MObility
|
#include <netedit/GNENet.h>#include <netedit/GNETagPropertiesDatabase.h>#include <netedit/GNEUndoList.h>#include <netedit/GNEViewNet.h>#include <netedit/changes/GNEChange_Attribute.h>#include <utils/common/StringTokenizer.h>#include <utils/common/ToString.h>#include <utils/emissions/PollutantsInterface.h>#include <utils/geom/GeomConvHelper.h>#include <utils/gui/div/GUIGlobalSelection.h>#include <utils/gui/images/VClassIcons.h>#include <utils/iodevices/OutputDevice.h>#include <utils/options/OptionsCont.h>#include <utils/shapes/PointOfInterest.h>#include "GNEAttributeCarrier.h"Go to the source code of this file.
Functions | |
| template<> | |
| bool | GNEAttributeCarrier::canParse< std::vector< bool > > (const std::string &string) |
| template<> | |
| bool | GNEAttributeCarrier::canParse< std::vector< double > > (const std::string &string) |
| template<> | |
| bool | GNEAttributeCarrier::canParse< std::vector< GNEEdge * > > (const GNENet *net, const std::string &value, const bool checkConsecutivity) |
| template<> | |
| bool | GNEAttributeCarrier::canParse< std::vector< GNELane * > > (const GNENet *net, const std::string &value, const bool checkConsecutivity) |
| template<> | |
| bool | GNEAttributeCarrier::canParse< std::vector< int > > (const std::string &string) |
| template<> | |
| bool | GNEAttributeCarrier::canParse< std::vector< SumoXMLAttr > > (const std::string &string) |
Definition in file GNEAttributeCarrier.cpp.
| bool GNEAttributeCarrier::canParse< std::vector< bool > > | ( | const std::string & | string | ) |
Definition at line 406 of file GNEAttributeCarrier.cpp.
References StringTokenizer::getVector().
| bool GNEAttributeCarrier::canParse< std::vector< double > > | ( | const std::string & | string | ) |
Definition at line 391 of file GNEAttributeCarrier.cpp.
References StringTokenizer::getVector().
| bool GNEAttributeCarrier::canParse< std::vector< GNEEdge * > > | ( | const GNENet * | net, |
| const std::string & | value, | ||
| const bool | checkConsecutivity | ||
| ) |
Definition at line 604 of file GNEAttributeCarrier.cpp.
| bool GNEAttributeCarrier::canParse< std::vector< GNELane * > > | ( | const GNENet * | net, |
| const std::string & | value, | ||
| const bool | checkConsecutivity | ||
| ) |
Definition at line 625 of file GNEAttributeCarrier.cpp.
| bool GNEAttributeCarrier::canParse< std::vector< int > > | ( | const std::string & | string | ) |
Definition at line 376 of file GNEAttributeCarrier.cpp.
References StringTokenizer::getVector().
| bool GNEAttributeCarrier::canParse< std::vector< SumoXMLAttr > > | ( | const std::string & | string | ) |
Definition at line 421 of file GNEAttributeCarrier.cpp.
References StringTokenizer::getVector().