SUMO - Simulation of Urban MObility
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
MSPModel_Striping::WalkingAreaPath Struct Reference

#include <MSPModel_Striping.h>

Public Member Functions

 WalkingAreaPath (const MSLane *_from, const MSLane *_walkingArea, const MSLane *_to, const PositionVector &_shape)
 
 WalkingAreaPath ()
 

Data Fields

const MSLanefrom
 
const MSLanelane
 
SUMOReal length
 
PositionVector shape
 
const MSLaneto
 

Detailed Description

Definition at line 160 of file MSPModel_Striping.h.

Constructor & Destructor Documentation

MSPModel_Striping::WalkingAreaPath::WalkingAreaPath ( const MSLane _from,
const MSLane _walkingArea,
const MSLane _to,
const PositionVector _shape 
)
inline

Definition at line 161 of file MSPModel_Striping.h.

MSPModel_Striping::WalkingAreaPath::WalkingAreaPath ( )
inline

Definition at line 169 of file MSPModel_Striping.h.

Field Documentation

const MSLane* MSPModel_Striping::WalkingAreaPath::from

Definition at line 169 of file MSPModel_Striping.h.

Referenced by MSPModel_Striping::moveInDirection().

const MSLane* MSPModel_Striping::WalkingAreaPath::lane

Definition at line 173 of file MSPModel_Striping.h.

SUMOReal MSPModel_Striping::WalkingAreaPath::length

Definition at line 176 of file MSPModel_Striping.h.

Referenced by MSPModel_Striping::moveInDirection().

PositionVector MSPModel_Striping::WalkingAreaPath::shape

Definition at line 175 of file MSPModel_Striping.h.

Referenced by GUIPerson::drawGL().

const MSLane* MSPModel_Striping::WalkingAreaPath::to

Definition at line 172 of file MSPModel_Striping.h.


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