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...
 
std::vector< double > rotations
 rotations More...
 
PositionVector shape
 shape More...
 

Detailed Description

dotted geometry segment

Definition at line 72 of file GUIDottedGeometry.h.

Constructor & Destructor Documentation

◆ Segment() [1/2]

GUIDottedGeometry::Segment::Segment ( )

default constructor

Definition at line 143 of file GUIDottedGeometry.cpp.

◆ Segment() [2/2]

GUIDottedGeometry::Segment::Segment ( PositionVector  newShape)

constructor for a given shape

Definition at line 146 of file GUIDottedGeometry.cpp.

Field Documentation

◆ lengths

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

lengths

Definition at line 87 of file GUIDottedGeometry.h.

◆ rotations

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

rotations

Definition at line 84 of file GUIDottedGeometry.h.

◆ shape

PositionVector GUIDottedGeometry::Segment::shape

shape

Definition at line 81 of file GUIDottedGeometry.h.


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