![]() |
Eclipse SUMO - Simulation of Urban MObility
|
dotted geometry segment More...
#include <GUIDottedGeometry.h>
Public Member Functions | |
| Segment () | |
| default constructor | |
| Segment (PositionVector newShape) | |
| constructor for a given shape | |
Data Fields | |
| std::vector< double > | lengths |
| lengths | |
| std::vector< double > | rotations |
| rotations | |
| PositionVector | shape |
| shape | |
dotted geometry segment
Definition at line 73 of file GUIDottedGeometry.h.
| GUIDottedGeometry::Segment::Segment | ( | ) |
default constructor
Definition at line 145 of file GUIDottedGeometry.cpp.
| GUIDottedGeometry::Segment::Segment | ( | PositionVector | newShape | ) |
constructor for a given shape
Definition at line 148 of file GUIDottedGeometry.cpp.
| std::vector<double> GUIDottedGeometry::Segment::lengths |
lengths
Definition at line 88 of file GUIDottedGeometry.h.
| std::vector<double> GUIDottedGeometry::Segment::rotations |
rotations
Definition at line 85 of file GUIDottedGeometry.h.
| PositionVector GUIDottedGeometry::Segment::shape |
shape
Definition at line 82 of file GUIDottedGeometry.h.