![]() |
Eclipse SUMO - Simulation of Urban MObility
|
dotted geometry segment More...
#include <GUIDottedGeometry.h>
Public Member Functions | |
| Segment () | |
| default constructor More... | |
| Segment (PositionVector newShape) | |
| constructor for a given shape More... | |
Data Fields | |
| std::vector< double > | lengths |
| lengths More... | |
| double | offset |
| drawing offset (-1 or 1 only) More... | |
| std::vector< double > | rotations |
| rotations More... | |
| PositionVector | shape |
| shape More... | |
dotted geometry segment
Definition at line 79 of file GUIDottedGeometry.h.
| GUIDottedGeometry::Segment::Segment | ( | ) |
default constructor
Definition at line 140 of file GUIDottedGeometry.cpp.
| GUIDottedGeometry::Segment::Segment | ( | PositionVector | newShape | ) |
constructor for a given shape
Definition at line 145 of file GUIDottedGeometry.cpp.
| std::vector<double> GUIDottedGeometry::Segment::lengths |
lengths
Definition at line 93 of file GUIDottedGeometry.h.
| double GUIDottedGeometry::Segment::offset |
drawing offset (-1 or 1 only)
Definition at line 96 of file GUIDottedGeometry.h.
| std::vector<double> GUIDottedGeometry::Segment::rotations |
rotations
Definition at line 90 of file GUIDottedGeometry.h.
| PositionVector GUIDottedGeometry::Segment::shape |
shape
Definition at line 87 of file GUIDottedGeometry.h.