Geant4-11
|
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) |
void(* GL2PSbackend::beginViewport) (GLint viewport[4]) |
Definition at line 267 of file gl2ps.cc.
Referenced by gl2psBeginViewport().
const char* GL2PSbackend::description |
Definition at line 272 of file gl2ps.cc.
Referenced by gl2psGetFormatDescription().
GLint(* GL2PSbackend::endViewport) (void) |
Definition at line 268 of file gl2ps.cc.
Referenced by gl2psEndViewport().
const char* GL2PSbackend::file_extension |
Definition at line 271 of file gl2ps.cc.
Referenced by gl2psGetFileExtension().
void(* GL2PSbackend::printFinalPrimitive) (void) |
Definition at line 270 of file gl2ps.cc.
Referenced by gl2psPrintPrimitives().
void(* GL2PSbackend::printFooter) (void) |
Definition at line 266 of file gl2ps.cc.
Referenced by gl2psEndPage().
void(* GL2PSbackend::printHeader) (void) |
Definition at line 265 of file gl2ps.cc.
Referenced by gl2psPrintPrimitives().
void(* GL2PSbackend::printPrimitive) (void *data) |
Definition at line 269 of file gl2ps.cc.
Referenced by gl2psPrintPrimitives().