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 120 of file GNEParkingArea.h.

Constructor & Destructor Documentation

◆ GNELotSpaceDefinition() [1/2]

GNEParkingArea::GNELotSpaceDefinition::GNELotSpaceDefinition ( )

default constructor

Definition at line 309 of file GNEParkingArea.cpp.

References length, rotation, and width.

◆ GNELotSpaceDefinition() [2/2]

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

parameter constructor

Definition at line 316 of file GNEParkingArea.cpp.

References length, position, rotation, and width.

Field Documentation

◆ length

const double GNEParkingArea::GNELotSpaceDefinition::length

The length.

Definition at line 137 of file GNEParkingArea.h.

Referenced by GNELotSpaceDefinition(), and GNELotSpaceDefinition().

◆ position

const Position GNEParkingArea::GNELotSpaceDefinition::position

The position of the vehicle when parking in this space.

Definition at line 128 of file GNEParkingArea.h.

Referenced by GNELotSpaceDefinition().

◆ rotation

const double GNEParkingArea::GNELotSpaceDefinition::rotation

The rotation.

Definition at line 131 of file GNEParkingArea.h.

Referenced by GNELotSpaceDefinition(), and GNELotSpaceDefinition().

◆ width

const double GNEParkingArea::GNELotSpaceDefinition::width

The width.

Definition at line 134 of file GNEParkingArea.h.

Referenced by GNELotSpaceDefinition(), and GNELotSpaceDefinition().


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