Import Geant4 11.2.0.beta source tree

This commit is contained in:
Gabriele Cosmo
2023-06-30 09:09:57 +02:00
parent aef78ca386
commit dd1f179cda
3780 changed files with 212808 additions and 142780 deletions
+8 -8
View File
@@ -23,19 +23,19 @@
// * acceptance of all terms of the Geant4 Software license. *
// ********************************************************************
#ifndef G4VTKQT_HH
#define G4VTKQT_HH
#include "G4VGraphicsSystem.hh"
class G4VtkQt: public G4VGraphicsSystem {
public:
G4VtkQt();
virtual ~G4VtkQt();
G4VSceneHandler* CreateSceneHandler(const G4String& name = "");
G4VViewer* CreateViewer (G4VSceneHandler&, const G4String& name = "");
G4bool IsUISessionCompatible () const;
class G4VtkQt : public G4VGraphicsSystem
{
public:
G4VtkQt();
~G4VtkQt() override = default;
G4VSceneHandler* CreateSceneHandler(const G4String& name = "") override;
G4VViewer* CreateViewer(G4VSceneHandler&, const G4String& name = "") override;
G4bool IsUISessionCompatible() const override;
};
#endif