![]() |
Eclipse SUMO - Simulation of Urban MObility
|
#include <config.h>#include <string>#include <utils/geom/GeomHelper.h>#include <utils/gui/images/GUITexturesHelper.h>#include <utils/gui/globjects/GUIGlObject.h>#include <utils/gui/div/GUIParameterTableWindow.h>#include <utils/gui/globjects/GUIGLObjectPopupMenu.h>#include <utils/gui/settings/GUIVisualizationSettings.h>#include <utils/gui/div/GUIGlobalSelection.h>#include <utils/gui/div/GLHelper.h>#include <utils/gui/div/GUIDesigns.h>#include "GUIPolygon.h"Go to the source code of this file.
Macros | |
| #define | CALLBACK |
Functions | |
| void CALLBACK | beginCallback (GLenum which) |
| void CALLBACK | combineCallback (GLdouble coords[3], GLdouble *vertex_data[4], GLfloat weight[4], GLdouble **dataOut) |
| void CALLBACK | endCallback (void) |
| void CALLBACK | errorCallback (GLenum errorCode) |
| void CALLBACK | vertexCallback (GLvoid *vertex) |
Variables | |
| static const GLdouble | INV_POLY_TEX_DIM = 1.0 / 256.0 |
| static const GLdouble | xPlane [] = {INV_POLY_TEX_DIM, 0.0, 0.0, 0.0} |
| static const GLdouble | yPlane [] = {0.0, INV_POLY_TEX_DIM, 0.0, 0.0} |
Definition in file GUIPolygon.cpp.
| #define CALLBACK |
Definition at line 39 of file GUIPolygon.cpp.
| void CALLBACK beginCallback | ( | GLenum | which | ) |
Definition at line 48 of file GUIPolygon.cpp.
Referenced by GUIPolygon::performTesselation().
| void CALLBACK combineCallback | ( | GLdouble | coords[3], |
| GLdouble * | vertex_data[4], | ||
| GLfloat | weight[4], | ||
| GLdouble ** | dataOut | ||
| ) |
Definition at line 72 of file GUIPolygon.cpp.
References UNUSED_PARAMETER.
Referenced by GUIPolygon::performTesselation().
| void CALLBACK endCallback | ( | void | ) |
Definition at line 62 of file GUIPolygon.cpp.
Referenced by GUIPolygon::performTesselation().
| void CALLBACK errorCallback | ( | GLenum | errorCode | ) |
Definition at line 53 of file GUIPolygon.cpp.
| void CALLBACK vertexCallback | ( | GLvoid * | vertex | ) |
Definition at line 67 of file GUIPolygon.cpp.
|
static |
Definition at line 87 of file GUIPolygon.cpp.
|
static |
Definition at line 88 of file GUIPolygon.cpp.
Referenced by GUIPolygon::drawInnerPolygon().
|
static |
Definition at line 89 of file GUIPolygon.cpp.
Referenced by GUIPolygon::drawInnerPolygon().