![]() |
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 "GUIPolygon.h"Go to the source code of this file.
Functions | |
| void APIENTRY | beginCallback (GLenum which) |
| void APIENTRY | combineCallback (GLdouble coords[3], GLdouble *vertex_data[4], GLfloat weight[4], GLdouble **dataOut) |
| void APIENTRY | endCallback (void) |
| void APIENTRY | errorCallback (GLenum errorCode) |
| void APIENTRY | vertexCallback (GLvoid *vertex) |
Variables | |
| GLfloat | INV_POLY_TEX_DIM = 1.0 / 256.0 |
| GLfloat | xPlane [] = {INV_POLY_TEX_DIM, 0.0, 0.0, 0.0} |
| GLfloat | yPlane [] = {0.0, INV_POLY_TEX_DIM, 0.0, 0.0} |
Definition in file GUIPolygon.cpp.
| void APIENTRY beginCallback | ( | GLenum | which | ) |
Definition at line 42 of file GUIPolygon.cpp.
Referenced by GUIPolygon::performTesselation().
| void APIENTRY combineCallback | ( | GLdouble | coords[3], |
| GLdouble * | vertex_data[4], | ||
| GLfloat | weight[4], | ||
| GLdouble ** | dataOut | ||
| ) |
Definition at line 66 of file GUIPolygon.cpp.
References UNUSED_PARAMETER.
Referenced by GUIPolygon::performTesselation().
| void APIENTRY endCallback | ( | void | ) |
Definition at line 56 of file GUIPolygon.cpp.
Referenced by GUIPolygon::performTesselation().
| void APIENTRY errorCallback | ( | GLenum | errorCode | ) |
Definition at line 47 of file GUIPolygon.cpp.
| void APIENTRY vertexCallback | ( | GLvoid * | vertex | ) |
Definition at line 61 of file GUIPolygon.cpp.
| GLfloat INV_POLY_TEX_DIM = 1.0 / 256.0 |
Definition at line 81 of file GUIPolygon.cpp.
| GLfloat xPlane[] = {INV_POLY_TEX_DIM, 0.0, 0.0, 0.0} |
Definition at line 82 of file GUIPolygon.cpp.
Referenced by GUIPolygon::drawInnerPolygon().
| GLfloat yPlane[] = {0.0, INV_POLY_TEX_DIM, 0.0, 0.0} |
Definition at line 83 of file GUIPolygon.cpp.
Referenced by GUIPolygon::drawInnerPolygon().