SUMO - Simulation of Urban MObility
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
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

double glvert [6]

Detailed Description

Author:
Daniel Krajzewicz
Jakob Erdmann
Michael Behrisch
Laura Bieker
Date:
June 2006
Version:
Id:
GUIPolygon.cpp 11671 2012-01-07 20:14:30Z behrisch

Definition in file GUIPolygon.cpp.


Function Documentation

void APIENTRY beginCallback ( GLenum  which)

Definition at line 102 of file GUIPolygon.cpp.

Referenced by GUIPolygon::drawGL().

void APIENTRY combineCallback ( GLdouble  coords[3],
GLdouble *  vertex_data[4],
GLfloat  weight[4],
GLdouble **  dataOut 
)

Definition at line 125 of file GUIPolygon.cpp.

References UNUSED_PARAMETER.

Referenced by GUIPolygon::drawGL().

void APIENTRY endCallback ( void  )

Definition at line 114 of file GUIPolygon.cpp.

Referenced by GUIPolygon::drawGL().

void APIENTRY errorCallback ( GLenum  errorCode)

Definition at line 106 of file GUIPolygon.cpp.

void APIENTRY vertexCallback ( GLvoid *  vertex)

Definition at line 118 of file GUIPolygon.cpp.


Variable Documentation

double glvert[6]

Definition at line 140 of file GUIPolygon.cpp.

Referenced by GUIPolygon::drawGL().