Import Geant4 3.1.0 source tree
This commit is contained in:
@@ -5,8 +5,8 @@
|
||||
// based on the Program) you indicate your acceptance of this statement,
|
||||
// and all its terms.
|
||||
//
|
||||
// $Id: G4VisCommandsDelete.hh,v 1.4 1999/12/15 14:54:21 gunter Exp $
|
||||
// GEANT4 tag $Name: geant4-03-00 $
|
||||
// $Id: G4VisCommandsDelete.hh,v 1.5 2001/02/05 02:33:55 johna Exp $
|
||||
// GEANT4 tag $Name: geant4-03-01 $
|
||||
//
|
||||
//
|
||||
// /vis~/delete/ commands
|
||||
@@ -42,6 +42,8 @@ public:
|
||||
return "Deletes the current scene and its views.";
|
||||
}
|
||||
void SetValue () {
|
||||
G4VisManager::PrintCommandDeprecation
|
||||
("Use \"/vis/scene/remove\" and/or \"/vis/sceneHandler/remove\".");
|
||||
G4VisManager* pVMan = G4VisManager::GetInstance ();
|
||||
if (pVMan -> GetVerboseLevel () > 1) {
|
||||
pVMan -> PrintCurrentView ();
|
||||
@@ -64,6 +66,7 @@ public:
|
||||
return "Deletes the current view.";
|
||||
}
|
||||
void SetValue () {
|
||||
G4VisManager::PrintCommandDeprecation("Use \"/vis/viewer/remove\".");
|
||||
G4VisManager* pVMan = G4VisManager::GetInstance ();
|
||||
if (pVMan -> GetVerboseLevel () > 1) {
|
||||
pVMan -> PrintCurrentView ();
|
||||
|
||||
Reference in New Issue
Block a user