Import Geant4 11.0.0.beta source tree

This commit is contained in:
Gabriele Cosmo
2021-06-25 16:12:29 +02:00
parent c968e26a39
commit 6399a014b6
4200 changed files with 207479 additions and 237366 deletions
@@ -36,9 +36,10 @@
#include <Inventor/nodes/SoEventCallback.h>
//class SoQtExaminerViewer;
class G4OpenInventorQtExaminerViewer;
class SoQtViewer;
#include <qobject.h>
class QMenuBar;
@@ -46,7 +47,6 @@ class QFont;
class QAction;
//class G4OpenInventorQtViewer: public G4OpenInventorViewer {
class G4OpenInventorQtViewer: public QObject,
public G4OpenInventorViewer {
@@ -92,20 +92,22 @@ private:
public:
G4OpenInventorQtViewer(G4OpenInventorSceneHandler& scene,
G4OpenInventorQtViewer(G4OpenInventorSceneHandler& scene,
const G4String& name = "");
virtual ~G4OpenInventorQtViewer();
void Initialise();
virtual ~G4OpenInventorQtViewer();
void Initialise();
public: //G4VViewer
virtual void FinishView();
virtual void SetView();
virtual void FinishView();
virtual void SetView();
protected:
virtual void ViewerRender();
virtual SoCamera* GetCamera();
virtual void ViewerRender();
virtual SoCamera* GetCamera();
// FWJ found insufficient to replace group and camera sensors
// static void FinishCB(void*, SoQtViewer*);
protected: