Eclipse SUMO - Simulation of Urban MObility
PCTypeMap::TypeDef Struct Reference

A single definition of values that shall be used for a given type. More...

#include <PCTypeMap.h>

Collaboration diagram for PCTypeMap::TypeDef:

Data Fields

bool allowFill
 Information whether polygons of this type can be filled. More...
 
double angle
 The angle to use. More...
 
RGBColor color
 The color to use. More...
 
bool discard
 Information whether polygons of this type shall be discarded. More...
 
std::string id
 The new type id to use. More...
 
std::string imgFile
 The image file to use. More...
 
double layer
 The layer to use. More...
 
std::string prefix
 The prefix to use. More...
 

Detailed Description

A single definition of values that shall be used for a given type.

Definition at line 58 of file PCTypeMap.h.

Field Documentation

◆ allowFill

bool PCTypeMap::TypeDef::allowFill

Information whether polygons of this type can be filled.

Definition at line 74 of file PCTypeMap.h.

Referenced by PCTypeMap::add(), PCLoaderOSM::addPolygon(), PCLoaderDlrNavteq::loadPolyFile(), PCLoaderXML::myStartElement(), and PCTypeMap::PCTypeMap().

◆ angle

double PCTypeMap::TypeDef::angle

The angle to use.

Definition at line 68 of file PCTypeMap.h.

Referenced by PCTypeMap::add(), and PCLoaderArcView::load().

◆ color

◆ discard

◆ id

◆ imgFile

std::string PCTypeMap::TypeDef::imgFile

The image file to use.

Definition at line 70 of file PCTypeMap.h.

Referenced by PCTypeMap::add(), and PCLoaderArcView::load().

◆ layer

◆ prefix


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