Geant4 9.6.0
Toolkit for the simulation of the passage of particles through matter
Loading...
Searching...
No Matches
G4OpenGL2PSAction Class Reference

#include <G4OpenGL2PSAction.hh>

+ Inheritance diagram for G4OpenGL2PSAction:

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]
 
int fBufferSize
 
int fBufferSizeLimit
 

Detailed Description

Definition at line 36 of file G4OpenGL2PSAction.hh.

Constructor & Destructor Documentation

◆ G4OpenGL2PSAction()

G4OpenGL2PSAction::G4OpenGL2PSAction ( )

Member Function Documentation

◆ disableFileWriting()

bool G4OpenGL2PSAction::disableFileWriting ( )

◆ enableFileWriting()

bool G4OpenGL2PSAction::enableFileWriting ( )

◆ extendBufferSize()

bool G4OpenGL2PSAction::extendBufferSize ( )

◆ fileWritingEnabled()

bool G4OpenGL2PSAction::fileWritingEnabled ( ) const

◆ G4gl2psBegin()

bool G4OpenGL2PSAction::G4gl2psBegin ( )
protected

◆ resetBufferSizeParameters()

void G4OpenGL2PSAction::resetBufferSizeParameters ( )

◆ setFileName()

void G4OpenGL2PSAction::setFileName ( const char *  )

◆ setLineWidth()

void G4OpenGL2PSAction::setLineWidth ( int  )

◆ setPointSize()

void G4OpenGL2PSAction::setPointSize ( int  )

◆ setViewport()

void G4OpenGL2PSAction::setViewport ( int  ,
int  ,
int  ,
int   
)

Member Data Documentation

◆ fBufferSize

int G4OpenGL2PSAction::fBufferSize
protected

Definition at line 60 of file G4OpenGL2PSAction.hh.

◆ fBufferSizeLimit

int G4OpenGL2PSAction::fBufferSizeLimit
protected

Definition at line 61 of file G4OpenGL2PSAction.hh.

◆ fFile

FILE* G4OpenGL2PSAction::fFile
protected

Definition at line 58 of file G4OpenGL2PSAction.hh.

◆ fFileName

const char* G4OpenGL2PSAction::fFileName
protected

Definition at line 57 of file G4OpenGL2PSAction.hh.

◆ fViewport

GLint G4OpenGL2PSAction::fViewport[4]
protected

Definition at line 59 of file G4OpenGL2PSAction.hh.


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