 |
Eclipse SUMO - Simulation of Urban MObility
|
Go to the documentation of this file.
67 NBSign(
SignType type,
double offset,
const std::string label =
"");
@ SIGN_TYPE_RIGHT_BEFORE_LEFT
Static storage of an output device and its base (abstract) implementation.
A class representing a single street sign.
The representation of a single edge during network building.
std::string myLabel
The (optional) label (for SPEED, SLOPE etc)
double myOffset
The offset of the sign from the start of its edge.
NBSign(SignType type, double offset, const std::string label="")
Constructor with id, and position.
SignType myType
the type of the sign
@ SIGN_TYPE_RAIL_CROSSING
void writeAsPOI(OutputDevice &into, const NBEdge *edge) const
write into device as POI positioned relative to the given edge
static StringBijection< SignType > SignTypeStrings
static StringBijection< SignType > SignTypeColors