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 72 of file GUIDottedGeometry.h.
GUIDottedGeometry::Segment::Segment | ( | ) |
default constructor
Definition at line 143 of file GUIDottedGeometry.cpp.
GUIDottedGeometry::Segment::Segment | ( | PositionVector | newShape | ) |
constructor for a given shape
Definition at line 146 of file GUIDottedGeometry.cpp.
std::vector<double> GUIDottedGeometry::Segment::lengths |
lengths
Definition at line 87 of file GUIDottedGeometry.h.
std::vector<double> GUIDottedGeometry::Segment::rotations |
rotations
Definition at line 84 of file GUIDottedGeometry.h.
PositionVector GUIDottedGeometry::Segment::shape |
shape
Definition at line 81 of file GUIDottedGeometry.h.