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