Geant4 11.1.1
Toolkit for the simulation of the passage of particles through matter
|
#include <G4RTXScanner.hh>
Public Member Functions | |
G4RTXScanner () | |
virtual | ~G4RTXScanner () |
virtual const G4String & | GetGSName () const |
virtual const G4String & | GetGSNickname () const |
virtual void | Initialize (G4int nRow, G4int nColumn) |
virtual G4bool | Coords (G4int &iRow, G4int &iColumn) |
virtual void | Draw (unsigned char red, unsigned char green, unsigned char blue) |
G4bool | GetXWindow (const G4String &name, G4ViewParameters &) |
Public Member Functions inherited from G4VRTScanner | |
G4VRTScanner () | |
virtual | ~G4VRTScanner () |
virtual const G4String & | GetGSName () const =0 |
virtual const G4String & | GetGSNickname () const =0 |
virtual void | Initialize (G4int nRow, G4int nColumn)=0 |
virtual G4bool | Coords (G4int &iRow, G4int &iColumn)=0 |
virtual void | Draw (unsigned char red, unsigned char green, unsigned char blue) |
Protected Attributes | |
G4String | theGSName |
G4String | theGSNickname |
G4int | theNRow |
G4int | theNColumn |
G4int | theStep |
G4int | theIRow |
G4int | theIColumn |
Display * | display |
Window | win |
GC | gc |
XStandardColormap * | scmap |
Definition at line 46 of file G4RTXScanner.hh.
G4RTXScanner::G4RTXScanner | ( | ) |
Definition at line 47 of file G4RTXScanner.cc.
|
virtual |
Definition at line 56 of file G4RTXScanner.cc.
Implements G4VRTScanner.
Definition at line 79 of file G4RTXScanner.cc.
|
virtual |
Reimplemented from G4VRTScanner.
Definition at line 218 of file G4RTXScanner.cc.
|
virtual |
|
virtual |
G4bool G4RTXScanner::GetXWindow | ( | const G4String & | name, |
G4ViewParameters & | vp | ||
) |
Definition at line 111 of file G4RTXScanner.cc.
Referenced by G4RayTracerXViewer::Initialise().
Implements G4VRTScanner.
Definition at line 64 of file G4RTXScanner.cc.
|
protected |
Definition at line 81 of file G4RTXScanner.hh.
Referenced by Draw(), and GetXWindow().
|
protected |
Definition at line 83 of file G4RTXScanner.hh.
Referenced by Draw(), and GetXWindow().
|
protected |
Definition at line 84 of file G4RTXScanner.hh.
Referenced by Draw(), and GetXWindow().
|
protected |
Definition at line 78 of file G4RTXScanner.hh.
Referenced by G4RTXScanner(), and GetGSName().
|
protected |
Definition at line 78 of file G4RTXScanner.hh.
Referenced by G4RTXScanner(), and GetGSNickname().
|
protected |
Definition at line 79 of file G4RTXScanner.hh.
Referenced by Coords(), Draw(), and Initialize().
|
protected |
Definition at line 79 of file G4RTXScanner.hh.
Referenced by Coords(), Draw(), and Initialize().
|
protected |
Definition at line 79 of file G4RTXScanner.hh.
Referenced by Coords(), and Initialize().
|
protected |
Definition at line 79 of file G4RTXScanner.hh.
Referenced by Coords(), and Initialize().
|
protected |
Definition at line 79 of file G4RTXScanner.hh.
Referenced by Coords(), Draw(), and Initialize().
|
protected |
Definition at line 82 of file G4RTXScanner.hh.
Referenced by Draw(), and GetXWindow().