|
Geant4 11.3.0
Toolkit for the simulation of the passage of particles through matter
|
#include <G4VRTScanner.hh>
Inheritance diagram for G4VRTScanner:Public Member Functions | |
| 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) |
Definition at line 40 of file G4VRTScanner.hh.
| G4VRTScanner::G4VRTScanner | ( | ) |
Definition at line 32 of file G4VRTScanner.cc.
Referenced by G4RTSimpleScanner::G4RTSimpleScanner(), and G4RTXScanner::G4RTXScanner().
|
virtual |
Definition at line 33 of file G4VRTScanner.cc.
Implemented in G4RTSimpleScanner, and G4RTXScanner.
|
inlinevirtual |
|
pure virtual |
Implemented in G4RTSimpleScanner, and G4RTXScanner.
|
pure virtual |
Implemented in G4RTSimpleScanner, and G4RTXScanner.
Implemented in G4RTSimpleScanner, and G4RTXScanner.