Eclipse SUMO - Simulation of Urban MObility
GNEGeometry::DottedGeometry::Segment Struct Reference

dotted geometry segment More...

#include <GNEGeometry.h>

Collaboration diagram for GNEGeometry::DottedGeometry::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 191 of file GNEGeometry.h.

Constructor & Destructor Documentation

◆ Segment() [1/2]

GNEGeometry::DottedGeometry::Segment::Segment ( )

default constructor

Definition at line 324 of file GNEGeometry.cpp.

◆ Segment() [2/2]

GNEGeometry::DottedGeometry::Segment::Segment ( PositionVector  newShape)

constructor for a given shape

Definition at line 329 of file GNEGeometry.cpp.

Field Documentation

◆ lengths

std::vector<double> GNEGeometry::DottedGeometry::Segment::lengths

lengths

Definition at line 205 of file GNEGeometry.h.

◆ offset

double GNEGeometry::DottedGeometry::Segment::offset

drawing offset (-1 or 1 only)

Definition at line 208 of file GNEGeometry.h.

◆ rotations

std::vector<double> GNEGeometry::DottedGeometry::Segment::rotations

rotations

Definition at line 202 of file GNEGeometry.h.

◆ shape

PositionVector GNEGeometry::DottedGeometry::Segment::shape

shape

Definition at line 199 of file GNEGeometry.h.


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