Geant4 11.4.0
Toolkit for the simulation of the passage of particles through matter
Loading...
Searching...
No Matches
G4VRTScanner Class Referenceabstract

#include <G4VRTScanner.hh>

Inheritance diagram for G4VRTScanner:

Public Member Functions

 G4VRTScanner ()
virtual ~G4VRTScanner ()
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)

Detailed Description

Definition at line 40 of file G4VRTScanner.hh.

Constructor & Destructor Documentation

◆ G4VRTScanner()

G4VRTScanner::G4VRTScanner ( )

◆ ~G4VRTScanner()

G4VRTScanner::~G4VRTScanner ( )
virtual

Definition at line 33 of file G4VRTScanner.cc.

33{}

Member Function Documentation

◆ Coords()

virtual G4bool G4VRTScanner::Coords ( G4int & iRow,
G4int & iColumn )
pure virtual

◆ Draw()

void G4VRTScanner::Draw ( unsigned char red,
unsigned char green,
unsigned char blue )
inlinevirtual

Reimplemented in G4RTQtScanner, and G4RTXScanner.

Definition at line 62 of file G4VRTScanner.hh.

62{}

◆ Initialize()

virtual void G4VRTScanner::Initialize ( G4int nRow,
G4int nColumn )
pure virtual

The documentation for this class was generated from the following files: