Eclipse SUMO - Simulation of Urban MObility
GUIDottedGeometry::Segment Struct Reference

dotted geometry segment More...

#include <GUIDottedGeometry.h>

Collaboration diagram for GUIDottedGeometry::Segment:
[legend]

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...
 

Detailed Description

dotted geometry segment

Definition at line 79 of file GUIDottedGeometry.h.

Constructor & Destructor Documentation

◆ Segment() [1/2]

GUIDottedGeometry::Segment::Segment ( )

default constructor

Definition at line 140 of file GUIDottedGeometry.cpp.

◆ Segment() [2/2]

GUIDottedGeometry::Segment::Segment ( PositionVector  newShape)

constructor for a given shape

Definition at line 145 of file GUIDottedGeometry.cpp.

Field Documentation

◆ lengths

std::vector<double> GUIDottedGeometry::Segment::lengths

lengths

Definition at line 93 of file GUIDottedGeometry.h.

◆ offset

double GUIDottedGeometry::Segment::offset

drawing offset (-1 or 1 only)

Definition at line 96 of file GUIDottedGeometry.h.

◆ rotations

std::vector<double> GUIDottedGeometry::Segment::rotations

rotations

Definition at line 90 of file GUIDottedGeometry.h.

◆ shape

PositionVector GUIDottedGeometry::Segment::shape

shape

Definition at line 87 of file GUIDottedGeometry.h.


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