#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] |
| int | fBufferSize |
| int | fBufferSizeLimit |
Definition at line 36 of file G4OpenGL2PSAction.hh.
| G4OpenGL2PSAction::G4OpenGL2PSAction | ( | ) |
| 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 | ||||
| ) |
int G4OpenGL2PSAction::fBufferSize [protected] |
Definition at line 60 of file G4OpenGL2PSAction.hh.
int 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.
1.4.7