![]() |
Eclipse SUMO - Simulation of Urban MObility
|
#include <config.h>#include <cassert>#include <utils/geom/GeomHelper.h>#include <utils/common/StdDefs.h>#include <utils/common/MsgHandler.h>#include <utils/common/ToString.h>#include <utils/options/OptionsCont.h>#include <utils/gui/div/GUIGeometry.h>#include <foreign/fontstash/fontstash.h>#include <utils/gui/globjects/GLIncludes.h>#include <foreign/fontstash/glfontstash.h>#include <utils/geom/Boundary.h>#include "Roboto.h"#include "GLHelper.h"Go to the source code of this file.
Macros | |
| #define | CALLBACK |
| #define | CIRCLE_RESOLUTION (double)10 |
| #define | FONTSTASH_IMPLEMENTATION |
| #define | GLFONTSTASH_IMPLEMENTATION |
Functions | |
| void CALLBACK | combCallback (GLdouble coords[3], GLdouble *vertex_data[4], GLfloat weight[4], GLdouble **dataOut) |
Definition in file GLHelper.cpp.
| #define CALLBACK |
Definition at line 55 of file GLHelper.cpp.
| #define CIRCLE_RESOLUTION (double)10 |
Definition at line 50 of file GLHelper.cpp.
| #define FONTSTASH_IMPLEMENTATION |
Definition at line 31 of file GLHelper.cpp.
| #define GLFONTSTASH_IMPLEMENTATION |
Definition at line 41 of file GLHelper.cpp.
| void CALLBACK combCallback | ( | GLdouble | coords[3], |
| GLdouble * | vertex_data[4], | ||
| GLfloat | weight[4], | ||
| GLdouble ** | dataOut | ||
| ) |
Definition at line 72 of file GLHelper.cpp.
References UNUSED_PARAMETER.
Referenced by GLHelper::drawFilledPolyTesselated().