Eclipse SUMO - Simulation of Urban MObility
MSPModel_Striping::WalkingAreaPath Struct Reference

#include <MSPModel_Striping.h>

Collaboration diagram for MSPModel_Striping::WalkingAreaPath:
[legend]

Public Member Functions

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

Data Fields

const int dir
 
const MSLane *const from
 
const MSLane *const lane
 
const double length
 
const PositionVector shape
 
const MSLane *const to
 

Private Member Functions

WalkingAreaPathoperator= (const WalkingAreaPath &s)=delete
 Invalidated assignment operator. More...
 

Detailed Description

Definition at line 218 of file MSPModel_Striping.h.

Constructor & Destructor Documentation

◆ WalkingAreaPath()

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

Definition at line 219 of file MSPModel_Striping.h.

Member Function Documentation

◆ operator=()

WalkingAreaPath& MSPModel_Striping::WalkingAreaPath::operator= ( const WalkingAreaPath s)
privatedelete

Invalidated assignment operator.

Field Documentation

◆ dir

const int MSPModel_Striping::WalkingAreaPath::dir

Definition at line 232 of file MSPModel_Striping.h.

Referenced by MSPModel_Striping::moveInDirection().

◆ from

const MSLane* const MSPModel_Striping::WalkingAreaPath::from

◆ lane

const MSLane* const MSPModel_Striping::WalkingAreaPath::lane

Definition at line 230 of file MSPModel_Striping.h.

◆ length

const double MSPModel_Striping::WalkingAreaPath::length

◆ shape

const PositionVector MSPModel_Striping::WalkingAreaPath::shape

◆ to

const MSLane* const MSPModel_Striping::WalkingAreaPath::to

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