SUMO - Simulation of Urban MObility
GUIPolygon.cpp File Reference

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}
 

Detailed Description

Author
Daniel Krajzewicz
Jakob Erdmann
Michael Behrisch
Laura Bieker
Date
June 2006
Version
Id
GUIPolygon.cpp 15692 2014-02-22 09:17:02Z behrisch

Definition in file GUIPolygon.cpp.

Function Documentation

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.

Variable Documentation

GLfloat INV_POLY_TEX_DIM = 1.0 / 256.0

Definition at line 134 of file GUIPolygon.cpp.

GLfloat xPlane[] = {INV_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, INV_POLY_TEX_DIM, 0.0, 0.0}

Definition at line 136 of file GUIPolygon.cpp.

Referenced by GUIPolygon::drawGL().