Eclipse SUMO - Simulation of Urban MObility
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 More...
 
 GNELotSpaceDefinition (double x, double y, double z, double rotation, double width, double length)
 parameter constructor More...
 

Data Fields

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

Detailed Description

Representation of a single lot space in Netedit.

Definition at line 115 of file GNEParkingArea.h.

Constructor & Destructor Documentation

◆ GNELotSpaceDefinition() [1/2]

GNEParkingArea::GNELotSpaceDefinition::GNELotSpaceDefinition ( )

default constructor

Definition at line 422 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 429 of file GNEParkingArea.cpp.

Field Documentation

◆ length

const double GNEParkingArea::GNELotSpaceDefinition::length

The length.

Definition at line 132 of file GNEParkingArea.h.

◆ position

const Position GNEParkingArea::GNELotSpaceDefinition::position

The position of the vehicle when parking in this space.

Definition at line 123 of file GNEParkingArea.h.

◆ rotation

const double GNEParkingArea::GNELotSpaceDefinition::rotation

The rotation.

Definition at line 126 of file GNEParkingArea.h.

◆ width

const double GNEParkingArea::GNELotSpaceDefinition::width

The width.

Definition at line 129 of file GNEParkingArea.h.


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