Geant4-11
Data Fields
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 264 of file gl2ps.cc.

Field Documentation

◆ beginViewport

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

Definition at line 267 of file gl2ps.cc.

Referenced by gl2psBeginViewport().

◆ description

const char* GL2PSbackend::description

Definition at line 272 of file gl2ps.cc.

Referenced by gl2psGetFormatDescription().

◆ endViewport

GLint(* GL2PSbackend::endViewport) (void)

Definition at line 268 of file gl2ps.cc.

Referenced by gl2psEndViewport().

◆ file_extension

const char* GL2PSbackend::file_extension

Definition at line 271 of file gl2ps.cc.

Referenced by gl2psGetFileExtension().

◆ printFinalPrimitive

void(* GL2PSbackend::printFinalPrimitive) (void)

Definition at line 270 of file gl2ps.cc.

Referenced by gl2psPrintPrimitives().

◆ printFooter

void(* GL2PSbackend::printFooter) (void)

Definition at line 266 of file gl2ps.cc.

Referenced by gl2psEndPage().

◆ printHeader

void(* GL2PSbackend::printHeader) (void)

Definition at line 265 of file gl2ps.cc.

Referenced by gl2psPrintPrimitives().

◆ printPrimitive

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

Definition at line 269 of file gl2ps.cc.

Referenced by gl2psPrintPrimitives().


The documentation for this struct was generated from the following file: