SUMO - Simulation of Urban MObility
NBNode::Crossing Struct Reference

A definition of a pedestrian crossing. More...

#include <NBNode.h>

Inheritance diagram for NBNode::Crossing:
Inheritance graph
Collaboration diagram for NBNode::Crossing:
Collaboration graph

Public Member Functions

void clearParameter ()
 Clears the parameter map. More...
 
 Crossing (const NBNode *_node, const EdgeVector &_edges, double _width, bool _priority, int _customTLIndex, int _customTLIndex2, const PositionVector &_customShape)
 constructor More...
 
double getDouble (const std::string &key, const double defaultValue) const
 Returns the value for a given key converted to a double. More...
 
const std::string getParameter (const std::string &key, const std::string &defaultValue="") const
 Returns the value for a given key. More...
 
const std::map< std::string, std::string > & getParametersMap () const
 Returns the inner key/value map. More...
 
bool knowsParameter (const std::string &key) const
 Returns whether the parameter is known. More...
 
void setParameter (const std::string &key, const std::string &value)
 Sets a parameter. More...
 
void unsetParameter (const std::string &key)
 Removes a parameter. More...
 
void updateParameter (const std::map< std::string, std::string > &mapArg)
 Adds or updates all given parameters from the map. More...
 
void writeParams (OutputDevice &device) const
 write Params in the given outputdevice More...
 

Data Fields

PositionVector customShape
 optional customShape for this crossing More...
 
int customTLIndex
 the custom traffic light index of this crossing (if controlled) More...
 
int customTLIndex2
 
double customWidth
 This crossing's width. More...
 
EdgeVector edges
 The edges being crossed. More...
 
std::string id
 the (edge)-id of this crossing More...
 
std::string nextWalkingArea
 the lane-id of the next walkingArea More...
 
const NBNodenode
 The parent node of this crossing. More...
 
std::string prevWalkingArea
 the lane-id of the previous walkingArea More...
 
bool priority
 whether the pedestrians have priority More...
 
PositionVector shape
 The crossing's shape. More...
 
std::string tlID
 The id of the traffic light that controls this connection. More...
 
int tlLinkIndex
 the traffic light index of this crossing (if controlled) More...
 
int tlLinkIndex2
 
bool valid
 whether this crossing is valid (and can be written to the net.xml). This is needed for netedit because validity can only be checked during junction computation More...
 
double width
 This crossing's width. More...
 

Detailed Description

A definition of a pedestrian crossing.

Definition at line 125 of file NBNode.h.

Constructor & Destructor Documentation

◆ Crossing()

NBNode::Crossing::Crossing ( const NBNode _node,
const EdgeVector _edges,
double  _width,
bool  _priority,
int  _customTLIndex,
int  _customTLIndex2,
const PositionVector _customShape 
)

constructor

Definition at line 221 of file NBNode.cpp.

Member Function Documentation

◆ clearParameter()

◆ getDouble()

◆ getParameter()

const std::string Parameterised::getParameter ( const std::string &  key,
const std::string &  defaultValue = "" 
) const
inherited

Returns the value for a given key.

Parameters
[in]keyThe key to ask for
[in]defaultValueThe default value to return if no value is stored under the key
Returns
The value stored under the key

Definition at line 71 of file Parameterised.cpp.

References Parameterised::myMap.

Referenced by MSTLLogicControl::WAUTSwitchProcedure_Stretch::adaptLogic(), NBEdge::addRestrictedLane(), MSDevice_Battery::buildVehicleDevices(), MSDevice_Bluelight::buildVehicleDevices(), MSDevice_Example::buildVehicleDevices(), MSDevice::equippedByParameter(), libsumo::Simulation::findIntermodalRoute(), MSDevice::getBoolParam(), NBRailwayTopologyAnalyzer::getBrokenRailNodes(), GNELane::getColorValue(), GUILane::getColorValue(), MSSOTLTrafficLightLogic::getDecayConstant(), MSDevice_SSM::getDetectionRange(), MSDevice_SSM::getExtraTime(), MSDevice::getFloatParam(), MSTLLogicControl::WAUTSwitchProcedure::getGSPValue(), MSSOTLTrafficLightLogic::getInputSensorsLength(), MSDevice_SSM::getMeasuresAndThresholds(), MSSOTLRequestPolicy::getMinDecisionalPhaseDuration(), MSSOTLTrafficLightLogic::getMode(), MSDevice_ToC::getOutputFilename(), MSDevice_SSM::getOutputFilename(), MSSOTLTrafficLightLogic::getOutputSensorsLength(), libsumo::Polygon::getParameter(), libsumo::Route::getParameter(), libsumo::POI::getParameter(), libsumo::Person::getParameter(), libsumo::TrafficLight::getParameter(), libsumo::Edge::getParameter(), libsumo::Lane::getParameter(), libsumo::VehicleType::getParameter(), libsumo::Vehicle::getParameter(), MSSOTLTrafficLightLogic::getSpeedThreshold(), MSTLLogicControl::WAUTSwitchProcedure_Stretch::getStretchAreaNo(), MSTLLogicControl::WAUTSwitchProcedure_Stretch::getStretchBereichDef(), MSDevice::getStringParam(), MSSOTLTrafficLightLogic::getThreshold(), MSTriggeredRerouter::getWeight(), PushButtonLogic::init(), MSSOTLPhasePolicy::init(), SigmoidLogic::init(), MSSOTLTrafficLightLogic::init(), MSSwarmTrafficLightLogic::init(), NIImporter_OpenStreetMap::insertEdge(), MSSOTLTrafficLightLogic::isDecayThresholdActivated(), MSSOTLTrafficLightLogic::isPushButtonPressed(), libsumo::Helper::moveToXYMap(), MSActuatedTrafficLightLogic::MSActuatedTrafficLightLogic(), MSDelayBasedTrafficLightLogic::MSDelayBasedTrafficLightLogic(), MSSOTLPolicy::MSSOTLPolicy(), MSSOTLPolicy5DFamilyStimulus::MSSOTLPolicy5DFamilyStimulus(), MSSwarmTrafficLightLogic::MSSwarmTrafficLightLogic(), MSTriggeredRerouter::notifyEnter(), MSDevice_SSM::requestsTrajectories(), NBEdgeCont::splitAt(), MSTLLogicControl::WAUTSwitchProcedure_Stretch::stretchLogic(), MSDevice_SSM::useGeoCoords(), and NWWriter_DlrNavteq::writeLinksUnsplitted().

◆ getParametersMap()

◆ knowsParameter()

◆ setParameter()

◆ unsetParameter()

void Parameterised::unsetParameter ( const std::string &  key)
inherited

Removes a parameter.

Parameters
[in]keyThe parameter's name

Definition at line 51 of file Parameterised.cpp.

References Parameterised::myMap.

◆ updateParameter()

void Parameterised::updateParameter ( const std::map< std::string, std::string > &  mapArg)
inherited

◆ writeParams()

Field Documentation

◆ customShape

PositionVector NBNode::Crossing::customShape

optional customShape for this crossing

Definition at line 147 of file NBNode.h.

Referenced by GNENet::deleteCrossing(), and GNEViewNet::onCmdEditCrossingShape().

◆ customTLIndex

int NBNode::Crossing::customTLIndex

the custom traffic light index of this crossing (if controlled)

Definition at line 152 of file NBNode.h.

Referenced by GNENet::deleteCrossing().

◆ customTLIndex2

int NBNode::Crossing::customTLIndex2

Definition at line 153 of file NBNode.h.

Referenced by GNENet::deleteCrossing().

◆ customWidth

double NBNode::Crossing::customWidth

This crossing's width.

Definition at line 135 of file NBNode.h.

◆ edges

◆ id

std::string NBNode::Crossing::id

the (edge)-id of this crossing

Definition at line 139 of file NBNode.h.

Referenced by NBNode::buildWalkingAreas().

◆ nextWalkingArea

std::string NBNode::Crossing::nextWalkingArea

the lane-id of the next walkingArea

Definition at line 143 of file NBNode.h.

Referenced by NBNode::buildWalkingAreas().

◆ node

const NBNode* NBNode::Crossing::node

The parent node of this crossing.

Definition at line 129 of file NBNode.h.

Referenced by NBOwnTLDef::hasCrossing(), and NBOwnTLDef::patchStateForCrossings().

◆ prevWalkingArea

std::string NBNode::Crossing::prevWalkingArea

the lane-id of the previous walkingArea

Definition at line 141 of file NBNode.h.

Referenced by NBNode::buildWalkingAreas().

◆ priority

bool NBNode::Crossing::priority

whether the pedestrians have priority

Definition at line 145 of file NBNode.h.

Referenced by GNENet::deleteCrossing(), NBRequest::mustBrakeForCrossing(), and NWWriter_SUMO::writeNetwork().

◆ shape

PositionVector NBNode::Crossing::shape

The crossing's shape.

Definition at line 133 of file NBNode.h.

Referenced by NBEdge::buildInnerEdges(), NBNode::buildWalkingAreas(), and GNEViewNet::onCmdEditCrossingShape().

◆ tlID

std::string NBNode::Crossing::tlID

The id of the traffic light that controls this connection.

Definition at line 155 of file NBNode.h.

Referenced by NWWriter_SUMO::writeNetwork().

◆ tlLinkIndex

int NBNode::Crossing::tlLinkIndex

the traffic light index of this crossing (if controlled)

Definition at line 149 of file NBNode.h.

Referenced by NWWriter_SUMO::writeNetwork().

◆ tlLinkIndex2

int NBNode::Crossing::tlLinkIndex2

Definition at line 150 of file NBNode.h.

◆ valid

bool NBNode::Crossing::valid

whether this crossing is valid (and can be written to the net.xml). This is needed for netedit because validity can only be checked during junction computation

Definition at line 157 of file NBNode.h.

Referenced by NBNode::buildWalkingAreas().

◆ width

double NBNode::Crossing::width

This crossing's width.

Definition at line 137 of file NBNode.h.

Referenced by NBEdge::buildInnerEdges(), NBNode::buildWalkingAreas(), and GNENet::deleteCrossing().


The documentation for this struct was generated from the following files: