![]() |
Eclipse SUMO - Simulation of Urban MObility
|
Representation of a single lot space in Netedit. More...
#include <GNEParkingArea.h>
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. | |
Representation of a single lot space in Netedit.
Definition at line 122 of file GNEParkingArea.h.
GNEParkingArea::GNELotSpaceDefinition::GNELotSpaceDefinition | ( | ) |
default constructor
Definition at line 436 of file GNEParkingArea.cpp.
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.
const double GNEParkingArea::GNELotSpaceDefinition::length |
The length.
Definition at line 139 of file GNEParkingArea.h.
const Position GNEParkingArea::GNELotSpaceDefinition::position |
The position of the vehicle when parking in this space.
Definition at line 130 of file GNEParkingArea.h.
const double GNEParkingArea::GNELotSpaceDefinition::rotation |
The rotation.
Definition at line 133 of file GNEParkingArea.h.
const double GNEParkingArea::GNELotSpaceDefinition::width |
The width.
Definition at line 136 of file GNEParkingArea.h.