Geant4 11.1.1
Toolkit for the simulation of the passage of particles through matter
Loading...
Searching...
No Matches
G4OpenInventorXt Class Reference

#include <G4OpenInventorXt.hh>

+ Inheritance diagram for G4OpenInventorXt:

Public Member Functions

 G4OpenInventorXt ()
 
virtual ~G4OpenInventorXt ()
 
G4VViewerCreateViewer (G4VSceneHandler &, const G4String &name="")
 
- Public Member Functions inherited from G4OpenInventor
 G4OpenInventor (const G4String, const G4String, G4VGraphicsSystem::Functionality)
 
virtual ~G4OpenInventor ()
 
void SetInteractorManager (G4VInteractorManager *)
 
G4VInteractorManagerGetInteractorManager ()
 
G4VSceneHandlerCreateSceneHandler (const G4String &name)
 
void InitNodes ()
 
G4bool IsUISessionCompatible () const
 
- 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 ()
 
virtual G4VSceneHandlerCreateSceneHandler (const G4String &name)=0
 
virtual G4VViewerCreateViewer (G4VSceneHandler &, const G4String &name)=0
 
const G4StringGetName () const
 
const G4StringGetNickname () const
 
const std::vector< G4String > & GetNicknames () const
 
const G4StringGetDescription () const
 
Functionality GetFunctionality () const
 
virtual G4bool IsUISessionCompatible () 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< G4StringfNicknames
 
G4String fDescription
 
Functionality fFunctionality
 

Detailed Description

Definition at line 37 of file G4OpenInventorXt.hh.

Constructor & Destructor Documentation

◆ G4OpenInventorXt()

G4OpenInventorXt::G4OpenInventorXt ( )

Definition at line 46 of file G4OpenInventorXt.cc.

47:G4OpenInventor("OpenInventorXt","OIX",G4VGraphicsSystem::threeD)
48,fInited(false)
49{
50}

◆ ~G4OpenInventorXt()

G4OpenInventorXt::~G4OpenInventorXt ( )
virtual

Definition at line 95 of file G4OpenInventorXt.cc.

95{}

Member Function Documentation

◆ CreateViewer()

G4VViewer * G4OpenInventorXt::CreateViewer ( G4VSceneHandler scene,
const G4String name = "" 
)
virtual

Implements G4VGraphicsSystem.

Definition at line 96 of file G4OpenInventorXt.cc.


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