Import Geant4 11.0.0 source tree

This commit is contained in:
Gabriele Cosmo
2021-12-10 14:46:44 +01:00
committed by Ben Morgan
parent 6399a014b6
commit 80e2389dd8
3932 changed files with 202519 additions and 246221 deletions
@@ -46,12 +46,10 @@ class G4TextModel: public G4VModel {
public: // With description
G4TextModel (const G4Text&);
G4TextModel (const G4Text&, const G4Transform3D& = G4Transform3D());
virtual ~G4TextModel ();
void SetTransformation (const G4Transform3D& transform) override;
void DescribeYourselfTo (G4VGraphicsScene&) override;
// The main task of a model is to describe itself to the graphics scene.
@@ -62,7 +60,6 @@ private:
G4TextModel& operator = (const G4TextModel&);
G4Text fG4Text;
G4Text fG4TextOrig;
};