![]() |
Eclipse SUMO - Simulation of Urban MObility
|
struct for edges and the source/sink colors More...
#include <GNETAZFrame.h>
Public Member Functions | |
| TAZEdge (TAZCurrent *TAZCurrentParent, GNEEdge *_edge, GNETAZSourceSink *_TAZSource, GNETAZSourceSink *_TAZSink) | |
| constructor More... | |
| void | updateColors () |
| update colors More... | |
| ~TAZEdge () | |
| destructor (needed because RGBColors has to be deleted) More... | |
Data Fields | |
| GNEEdge * | edge |
| TAZ edge. More... | |
| int | sinkColor |
| color by sink [0-9] More... | |
| int | sourceColor |
| color by source [0-9] More... | |
| int | sourceMinusSinkColor |
| color by source - sink [0-9] More... | |
| int | sourcePlusSinkColor |
| color by source + sink [0-9] More... | |
| GNETAZSourceSink * | TAZSink |
| @brif sink TAZ More... | |
| GNETAZSourceSink * | TAZSource |
| source TAZ More... | |
Private Attributes | |
| TAZCurrent * | myTAZCurrentParent |
| pointer to TAZCurrentParent More... | |
struct for edges and the source/sink colors
Definition at line 51 of file GNETAZFrame.h.
| GNETAZFrame::TAZCurrent::TAZEdge::TAZEdge | ( | TAZCurrent * | TAZCurrentParent, |
| GNEEdge * | _edge, | ||
| GNETAZSourceSink * | _TAZSource, | ||
| GNETAZSourceSink * | _TAZSink | ||
| ) |
constructor
Definition at line 82 of file GNETAZFrame.cpp.
| GNETAZFrame::TAZCurrent::TAZEdge::~TAZEdge | ( | ) |
destructor (needed because RGBColors has to be deleted)
Definition at line 94 of file GNETAZFrame.cpp.
| void GNETAZFrame::TAZCurrent::TAZEdge::updateColors | ( | ) |
| GNEEdge* GNETAZFrame::TAZCurrent::TAZEdge::edge |
TAZ edge.
Definition at line 62 of file GNETAZFrame.h.
Referenced by GNETAZFrame::TAZSelectionStatistics::selectEdge().
|
private |
pointer to TAZCurrentParent
Definition at line 84 of file GNETAZFrame.h.
| int GNETAZFrame::TAZCurrent::TAZEdge::sinkColor |
color by sink [0-9]
Definition at line 74 of file GNETAZFrame.h.
| int GNETAZFrame::TAZCurrent::TAZEdge::sourceColor |
color by source [0-9]
Definition at line 71 of file GNETAZFrame.h.
| int GNETAZFrame::TAZCurrent::TAZEdge::sourceMinusSinkColor |
color by source - sink [0-9]
Definition at line 80 of file GNETAZFrame.h.
| int GNETAZFrame::TAZCurrent::TAZEdge::sourcePlusSinkColor |
color by source + sink [0-9]
Definition at line 77 of file GNETAZFrame.h.
| GNETAZSourceSink* GNETAZFrame::TAZCurrent::TAZEdge::TAZSink |
@brif sink TAZ
Definition at line 68 of file GNETAZFrame.h.
| GNETAZSourceSink* GNETAZFrame::TAZCurrent::TAZEdge::TAZSource |
source TAZ
Definition at line 65 of file GNETAZFrame.h.