SUMO - Simulation of Urban MObility
GL2PSbackend Struct Reference

Data Fields

void(* beginViewport )(GLint viewport[4])
const char * description
GLint(* endViewport )(void)
const char * file_extension
void(* printFinalPrimitive )(void)
void(* printFooter )(void)
void(* printHeader )(void)
void(* printPrimitive )(void *data)

Detailed Description

Definition at line 254 of file gl2ps.c.


Field Documentation

void(* GL2PSbackend::beginViewport)(GLint viewport[4])

Definition at line 257 of file gl2ps.c.

Referenced by gl2psBeginViewport().

Definition at line 262 of file gl2ps.c.

Referenced by gl2psGetFormatDescription().

GLint(* GL2PSbackend::endViewport)(void)

Definition at line 258 of file gl2ps.c.

Referenced by gl2psEndViewport().

Definition at line 261 of file gl2ps.c.

Referenced by gl2psGetFileExtension().

Definition at line 260 of file gl2ps.c.

Referenced by gl2psPrintPrimitives().

Definition at line 256 of file gl2ps.c.

Referenced by gl2psEndPage().

Definition at line 255 of file gl2ps.c.

Referenced by gl2psPrintPrimitives().

void(* GL2PSbackend::printPrimitive)(void *data)

Definition at line 259 of file gl2ps.c.

Referenced by gl2psPrintPrimitives().


The documentation for this struct was generated from the following file:
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Friends Defines