17 #ifndef GUIBaseVehicleHelper_h 18 #define GUIBaseVehicleHelper_h 47 static void drawPoly(
const double* poses,
const double offset);
57 int carriageIndex = -1);
63 const GUIGlObject* o,
const double width,
double length);
static void drawAction_drawVehicleAsBoxPlus(const double width, const double length)
draw vehicle as a Box
Stores the information about how to visualize structures.
A MSVehicle extended by some values for usage within the gui.
static void drawAction_drawVehicleAsTrianglePlus(const double width, const double length)
draw vehicle as a triangle
static void drawPoly(const double *poses, const double offset)
draw poly
static void drawAction_drawVehicleAsPoly(const GUIVisualizationSettings &s, const SUMOVehicleShape shape, const double width, const double length, int carriageIndex=-1)
draw vehicle as a polygon
SUMOVehicleShape
Definition of vehicle classes to differ between different appearences.
static bool drawAction_drawVehicleAsImage(const GUIVisualizationSettings &s, const std::string &file, const GUIGlObject *o, const double width, double length)
try to draw vehicle as raster image and return true if sucessful