|
Geant4 11.3.0
Toolkit for the simulation of the passage of particles through matter
|
#include <G4RTXScanner.hh>
Inheritance diagram for G4RTXScanner: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 () |
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(), G4RTXScanner(), 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(), G4RTXScanner(), 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(), G4RTXScanner(), and Initialize().
|
protected |
Definition at line 79 of file G4RTXScanner.hh.
Referenced by Coords(), Draw(), G4RTXScanner(), and Initialize().
|
protected |
Definition at line 79 of file G4RTXScanner.hh.
Referenced by Coords(), G4RTXScanner(), and Initialize().
|
protected |
Definition at line 79 of file G4RTXScanner.hh.
Referenced by Coords(), G4RTXScanner(), and Initialize().
|
protected |
Definition at line 79 of file G4RTXScanner.hh.
Referenced by Coords(), Draw(), G4RTXScanner(), and Initialize().
|
protected |
Definition at line 82 of file G4RTXScanner.hh.
Referenced by Draw(), G4RTXScanner(), and GetXWindow().