Geant4 11.2.2
Toolkit for the simulation of the passage of particles through matter
|
#include <SoGL2PSAction.h>
Public Member Functions | |
SoGL2PSAction (const SbViewportRegion &) | |
virtual | ~SoGL2PSAction () |
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!// | |
void | setFileName (const std::string &) |
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!// | |
void | setTitleAndProducer (const std::string &, const std::string &) |
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!// | |
void | setExportImageFormat_PS () |
void | setExportImageFormat_EPS () |
void | setExportImageFormat_TEX () |
void | setExportImageFormat_PDF () |
void | setExportImageFormat_SVG () |
void | setExportImageFormat_PGF () |
bool | enableFileWriting () |
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!// | |
void | disableFileWriting () |
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!// | |
bool | addBitmap (int, int, float=0, float=0, float=0, float=0) |
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!// | |
Static Public Member Functions | |
static void | initClass () |
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!// | |
Protected Member Functions | |
virtual void | beginTraversal (SoNode *) |
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!// | |
Definition at line 42 of file SoGL2PSAction.h.
SoGL2PSAction::SoGL2PSAction | ( | const SbViewportRegion & | aViewPortRegion | ) |
Definition at line 59 of file SoGL2PSAction.cc.
Referenced by SoGL2PSAction().
|
virtual |
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!//
Definition at line 76 of file SoGL2PSAction.cc.
Referenced by ~SoGL2PSAction().
bool SoGL2PSAction::addBitmap | ( | int | aWidth, |
int | aHeight, | ||
float | aXorig = 0, | ||
float | aYorig = 0, | ||
float | aXmove = 0, | ||
float | aYmove = 0 ) |
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!//
Definition at line 282 of file SoGL2PSAction.cc.
Referenced by addBitmap().
|
protectedvirtual |
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!//
Definition at line 145 of file SoGL2PSAction.cc.
Referenced by beginTraversal().
void SoGL2PSAction::disableFileWriting | ( | ) |
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!//
Definition at line 132 of file SoGL2PSAction.cc.
Referenced by disableFileWriting().
bool SoGL2PSAction::enableFileWriting | ( | ) |
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!//
Definition at line 108 of file SoGL2PSAction.cc.
Referenced by enableFileWriting().
|
static |
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!//
Definition at line 47 of file SoGL2PSAction.cc.
void SoGL2PSAction::setExportImageFormat_EPS | ( | ) |
Definition at line 101 of file SoGL2PSAction.cc.
Referenced by setExportImageFormat_EPS().
void SoGL2PSAction::setExportImageFormat_PDF | ( | ) |
Definition at line 103 of file SoGL2PSAction.cc.
Referenced by setExportImageFormat_PDF().
void SoGL2PSAction::setExportImageFormat_PGF | ( | ) |
Definition at line 105 of file SoGL2PSAction.cc.
Referenced by setExportImageFormat_PGF().
void SoGL2PSAction::setExportImageFormat_PS | ( | ) |
Definition at line 100 of file SoGL2PSAction.cc.
Referenced by setExportImageFormat_PS().
void SoGL2PSAction::setExportImageFormat_SVG | ( | ) |
Definition at line 104 of file SoGL2PSAction.cc.
Referenced by setExportImageFormat_SVG().
void SoGL2PSAction::setExportImageFormat_TEX | ( | ) |
Definition at line 102 of file SoGL2PSAction.cc.
Referenced by setExportImageFormat_TEX().
void SoGL2PSAction::setFileName | ( | const std::string & | aFileName | ) |
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!//
Definition at line 84 of file SoGL2PSAction.cc.
Referenced by setFileName().
void SoGL2PSAction::setTitleAndProducer | ( | const std::string & | aTitle, |
const std::string & | aProducer ) |
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!//
Definition at line 92 of file SoGL2PSAction.cc.
Referenced by setTitleAndProducer().