Import Geant4 9.6.0 source tree
This commit is contained in:
@@ -23,9 +23,11 @@
|
||||
// * acceptance of all terms of the Geant4 Software license. *
|
||||
// ********************************************************************
|
||||
//
|
||||
/// \file visualization/perspective/include/PerspectiveVisAction.hh
|
||||
/// \brief Definition of the PerspectiveVisAction class
|
||||
//
|
||||
// $Id: PerspectiveVisAction.hh,v 1.2 2006-06-29 17:45:43 gunter Exp $
|
||||
// GEANT4 tag $Name: not supported by cvs2svn $
|
||||
//
|
||||
// $Id$
|
||||
|
||||
#ifndef PERSPECTIVEVISACTION_HH
|
||||
#define PERSPECTIVEVISACTION_HH
|
||||
@@ -52,7 +54,7 @@ public:
|
||||
{fOptionString = optionString;}
|
||||
void SetScene(const G4String& scene)
|
||||
{fScene = scene;}
|
||||
void Draw();
|
||||
virtual void Draw();
|
||||
private:
|
||||
void ExtendedDraw (const G4VSolid&, const G4VisAttributes&,
|
||||
const G4Transform3D& objectTransformation = G4Transform3D());
|
||||
|
||||
+5
-3
@@ -23,9 +23,11 @@
|
||||
// * acceptance of all terms of the Geant4 Software license. *
|
||||
// ********************************************************************
|
||||
//
|
||||
/// \file visualization/perspective/include/PerspectiveVisActionMessenger.hh
|
||||
/// \brief Definition of the PerspectiveVisActionMessenger class
|
||||
//
|
||||
// $Id: PerspectiveVisActionMessenger.hh,v 1.2 2006-06-29 17:45:45 gunter Exp $
|
||||
// GEANT4 tag $Name: not supported by cvs2svn $
|
||||
//
|
||||
// $Id$
|
||||
|
||||
#ifndef PERSPECTIVEVISACTIONMESSENGER_HH
|
||||
#define PERSPECTIVEVISACTIONMESSENGER_HH
|
||||
@@ -40,7 +42,7 @@ class PerspectiveVisActionMessenger: public G4UImessenger {
|
||||
public:
|
||||
PerspectiveVisActionMessenger(PerspectiveVisAction*);
|
||||
~PerspectiveVisActionMessenger();
|
||||
void SetNewValue (G4UIcommand*, G4String);
|
||||
virtual void SetNewValue (G4UIcommand*, G4String);
|
||||
|
||||
private:
|
||||
PerspectiveVisAction* fPVA;
|
||||
|
||||
Reference in New Issue
Block a user