Geant4  10.00.p02
G4OpenGL2PSAction Class Reference

#include <G4OpenGL2PSAction.hh>

Public Member Functions

 G4OpenGL2PSAction ()
 
void setFileName (const char *)
 
bool enableFileWriting ()
 
bool disableFileWriting ()
 
bool fileWritingEnabled () const
 
void setLineWidth (int)
 
void setPointSize (int)
 
void setViewport (int, int, int, int)
 
bool extendBufferSize ()
 
void resetBufferSizeParameters ()
 

Protected Member Functions

bool G4gl2psBegin ()
 

Protected Attributes

const char * fFileName
 
FILE * fFile
 
GLint fViewport [4]
 
GLint fBufferSize
 
GLint fBufferSizeLimit
 

Detailed Description

Definition at line 36 of file G4OpenGL2PSAction.hh.

Constructor & Destructor Documentation

G4OpenGL2PSAction::G4OpenGL2PSAction ( )

Member Function Documentation

bool G4OpenGL2PSAction::disableFileWriting ( )
bool G4OpenGL2PSAction::enableFileWriting ( )
bool G4OpenGL2PSAction::extendBufferSize ( )
bool G4OpenGL2PSAction::fileWritingEnabled ( ) const
bool G4OpenGL2PSAction::G4gl2psBegin ( )
protected
void G4OpenGL2PSAction::resetBufferSizeParameters ( )
void G4OpenGL2PSAction::setFileName ( const char *  )
void G4OpenGL2PSAction::setLineWidth ( int  )
void G4OpenGL2PSAction::setPointSize ( int  )
void G4OpenGL2PSAction::setViewport ( int  ,
int  ,
int  ,
int   
)

Member Data Documentation

GLint G4OpenGL2PSAction::fBufferSize
protected

Definition at line 60 of file G4OpenGL2PSAction.hh.

GLint G4OpenGL2PSAction::fBufferSizeLimit
protected

Definition at line 61 of file G4OpenGL2PSAction.hh.

FILE* G4OpenGL2PSAction::fFile
protected

Definition at line 58 of file G4OpenGL2PSAction.hh.

const char* G4OpenGL2PSAction::fFileName
protected

Definition at line 57 of file G4OpenGL2PSAction.hh.

GLint G4OpenGL2PSAction::fViewport[4]
protected

Definition at line 59 of file G4OpenGL2PSAction.hh.


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