Eclipse SUMO - Simulation of Urban MObility
Loading...
Searching...
No Matches
GNEParkingArea::GNELotSpaceDefinition Struct Reference

Representation of a single lot space in Netedit. More...

#include <GNEParkingArea.h>

Collaboration diagram for GNEParkingArea::GNELotSpaceDefinition:
[legend]

Public Member Functions

 GNELotSpaceDefinition ()
 default constructor
 
 GNELotSpaceDefinition (double x, double y, double z, double rotation, double width, double length)
 parameter constructor
 

Data Fields

const double length
 The length.
 
const Position position
 The position of the vehicle when parking in this space.
 
const double rotation
 The rotation.
 
const double width
 The width.
 

Detailed Description

Representation of a single lot space in Netedit.

Definition at line 122 of file GNEParkingArea.h.

Constructor & Destructor Documentation

◆ GNELotSpaceDefinition() [1/2]

GNEParkingArea::GNELotSpaceDefinition::GNELotSpaceDefinition ( )

default constructor

Definition at line 436 of file GNEParkingArea.cpp.

◆ GNELotSpaceDefinition() [2/2]

GNEParkingArea::GNELotSpaceDefinition::GNELotSpaceDefinition ( double  x,
double  y,
double  z,
double  rotation,
double  width,
double  length 
)

parameter constructor

Definition at line 443 of file GNEParkingArea.cpp.

Field Documentation

◆ length

const double GNEParkingArea::GNELotSpaceDefinition::length

The length.

Definition at line 139 of file GNEParkingArea.h.

◆ position

const Position GNEParkingArea::GNELotSpaceDefinition::position

The position of the vehicle when parking in this space.

Definition at line 130 of file GNEParkingArea.h.

◆ rotation

const double GNEParkingArea::GNELotSpaceDefinition::rotation

The rotation.

Definition at line 133 of file GNEParkingArea.h.

◆ width

const double GNEParkingArea::GNELotSpaceDefinition::width

The width.

Definition at line 136 of file GNEParkingArea.h.


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