Geant4 11.2.2
Toolkit for the simulation of the passage of particles through matter
|
#include <G4VtkQt.hh>
Public Member Functions | |
G4VtkQt () | |
~G4VtkQt () override=default | |
G4VSceneHandler * | CreateSceneHandler (const G4String &name="") override |
G4VViewer * | CreateViewer (G4VSceneHandler &, const G4String &name="") override |
G4bool | IsUISessionCompatible () const override |
Public Member Functions inherited from G4VGraphicsSystem | |
G4VGraphicsSystem (const G4String &name, Functionality f) | |
G4VGraphicsSystem (const G4String &name, const G4String &nickname, Functionality f) | |
G4VGraphicsSystem (const G4String &name, const G4String &nickname, const G4String &description, Functionality f) | |
virtual | ~G4VGraphicsSystem () |
const G4String & | GetName () const |
const G4String & | GetNickname () const |
const std::vector< G4String > & | GetNicknames () const |
const G4String & | GetDescription () const |
Functionality | GetFunctionality () const |
void | AddNickname (const G4String &nickname) |
Additional Inherited Members | |
Public Types inherited from G4VGraphicsSystem | |
enum | Functionality { noFunctionality , nonEuclidian , twoD , twoDStore , threeD , threeDInteractive , virtualReality , fileWriter } |
Protected Attributes inherited from G4VGraphicsSystem | |
G4String | fName |
std::vector< G4String > | fNicknames |
G4String | fDescription |
Functionality | fFunctionality |
Definition at line 31 of file G4VtkQt.hh.
G4VtkQt::G4VtkQt | ( | ) |
Definition at line 34 of file G4VtkQt.cc.
|
overridedefault |
|
overridevirtual |
Implements G4VGraphicsSystem.
Definition at line 38 of file G4VtkQt.cc.
|
overridevirtual |
Implements G4VGraphicsSystem.
Definition at line 43 of file G4VtkQt.cc.
|
overridevirtual |
Reimplemented from G4VGraphicsSystem.
Definition at line 57 of file G4VtkQt.cc.