ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
#include <geant4/tree/geant4-10.6-release/source/visualization/RayTracer/include/G4VRTScanner.hh>
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.
View newest version in sPHENIX GitHub at line 40 of file G4VRTScanner.hh
G4VRTScanner::G4VRTScanner | ( | ) |
Definition at line 32 of file G4VRTScanner.cc.
View newest version in sPHENIX GitHub at line 32 of file G4VRTScanner.cc
|
virtual |
Definition at line 33 of file G4VRTScanner.cc.
View newest version in sPHENIX GitHub at line 33 of file G4VRTScanner.cc
Implemented in G4RTSimpleScanner.
Referenced by G4TheRayTracer::CreateBitMap(), and G4TheMTRayTracer::CreateBitMap().
|
inlinevirtual |
Definition at line 70 of file G4VRTScanner.hh.
View newest version in sPHENIX GitHub at line 70 of file G4VRTScanner.hh
Referenced by G4TheRayTracer::CreateBitMap(), and G4TheMTRayTracer::CreateBitMap().
|
pure virtual |
Implemented in G4RTSimpleScanner.
|
pure virtual |
Implemented in G4RTSimpleScanner.
Implemented in G4RTSimpleScanner.
Referenced by G4TheRayTracer::CreateBitMap(), and G4TheMTRayTracer::CreateBitMap().