Import Geant4 11.0.0.beta source tree
This commit is contained in:
@@ -39,8 +39,6 @@ class QEntity;
|
||||
}
|
||||
class G4Qt3DQEntity;
|
||||
|
||||
//#define G4QT3DDEBUG
|
||||
|
||||
class G4Qt3DSceneHandler: public G4VSceneHandler {
|
||||
|
||||
friend class G4Qt3DViewer;
|
||||
@@ -61,6 +59,7 @@ public:
|
||||
void BeginPrimitives(const G4Transform3D& objectTransformation);
|
||||
void EndPrimitives();
|
||||
|
||||
using G4VSceneHandler::AddPrimitive;
|
||||
void AddPrimitive(const G4Polyline&);
|
||||
void AddPrimitive(const G4Polymarker&);
|
||||
void AddPrimitive(const G4Text&);
|
||||
|
||||
@@ -36,6 +36,8 @@
|
||||
#include <Qt3DCore>
|
||||
#include <fstream>
|
||||
|
||||
//#define G4QT3DDEBUG
|
||||
|
||||
class G4Colour;
|
||||
|
||||
namespace G4Qt3DUtils {
|
||||
|
||||
Reference in New Issue
Block a user