|
Geant4 11.4.0
Toolkit for the simulation of the passage of particles through matter
|
#include <G4RTXScanner.hh>
Public Member Functions | |
| G4RTXScanner () | |
| virtual | ~G4RTXScanner () |
| 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 | |
| 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 53 of file G4RTXScanner.cc.
Implements G4VRTScanner.
Definition at line 70 of file G4RTXScanner.cc.
|
virtual |
Reimplemented from G4VRTScanner.
Definition at line 209 of file G4RTXScanner.cc.
| G4bool G4RTXScanner::GetXWindow | ( | const G4String & | name, |
| G4ViewParameters & | vp ) |
Definition at line 102 of file G4RTXScanner.cc.
Referenced by G4RayTracerXViewer::Initialise().
Implements G4VRTScanner.
Definition at line 55 of file G4RTXScanner.cc.
|
protected |
Definition at line 72 of file G4RTXScanner.hh.
Referenced by Draw(), G4RTXScanner(), and GetXWindow().
|
protected |
Definition at line 74 of file G4RTXScanner.hh.
Referenced by Draw(), and GetXWindow().
|
protected |
Definition at line 75 of file G4RTXScanner.hh.
Referenced by Draw(), G4RTXScanner(), and GetXWindow().
|
protected |
Definition at line 70 of file G4RTXScanner.hh.
Referenced by Coords(), Draw(), G4RTXScanner(), and Initialize().
|
protected |
Definition at line 70 of file G4RTXScanner.hh.
Referenced by Coords(), Draw(), G4RTXScanner(), and Initialize().
|
protected |
Definition at line 70 of file G4RTXScanner.hh.
Referenced by Coords(), G4RTXScanner(), and Initialize().
|
protected |
Definition at line 70 of file G4RTXScanner.hh.
Referenced by Coords(), G4RTXScanner(), and Initialize().
|
protected |
Definition at line 70 of file G4RTXScanner.hh.
Referenced by Coords(), Draw(), G4RTXScanner(), and Initialize().
|
protected |
Definition at line 73 of file G4RTXScanner.hh.
Referenced by Draw(), G4RTXScanner(), and GetXWindow().