SUMO - Simulation of Urban MObility
|
#include <config.h>
#include <string>
#include "GUIPolygon.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/GLHelper.h>
#include <foreign/polyfonts/polyfonts.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 | |
SUMOReal | POLY_TEX_DIM = 256 |
GLfloat | xPlane [] = {1.0 / POLY_TEX_DIM, 0.0, 0.0, 0.0} |
GLfloat | yPlane [] = {0.0, 1.0 / POLY_TEX_DIM, 0.0, 0.0} |
Definition in file GUIPolygon.cpp.
void APIENTRY beginCallback | ( | GLenum | which | ) |
Definition at line 98 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 118 of file GUIPolygon.cpp.
References UNUSED_PARAMETER.
Referenced by GUIPolygon::performTesselation().
void APIENTRY endCallback | ( | void | ) |
Definition at line 110 of file GUIPolygon.cpp.
Referenced by GUIPolygon::performTesselation().
void APIENTRY errorCallback | ( | GLenum | errorCode | ) |
Definition at line 102 of file GUIPolygon.cpp.
void APIENTRY vertexCallback | ( | GLvoid * | vertex | ) |
Definition at line 114 of file GUIPolygon.cpp.
SUMOReal POLY_TEX_DIM = 256 |
Definition at line 134 of file GUIPolygon.cpp.
GLfloat xPlane[] = {1.0 / POLY_TEX_DIM, 0.0, 0.0, 0.0} |
Definition at line 135 of file GUIPolygon.cpp.
Referenced by GUIPolygon::drawGL().
GLfloat yPlane[] = {0.0, 1.0 / POLY_TEX_DIM, 0.0, 0.0} |
Definition at line 136 of file GUIPolygon.cpp.
Referenced by GUIPolygon::drawGL().