G4VisCommandInitialize Class Reference

#include <G4VisCommands.hh>

Inheritance diagram for G4VisCommandInitialize:

G4VVisCommand G4UImessenger

Public Member Functions

 G4VisCommandInitialize ()
virtual ~G4VisCommandInitialize ()
void SetNewValue (G4UIcommand *command, G4String newValue)

Detailed Description

Definition at line 65 of file G4VisCommands.hh.


Constructor & Destructor Documentation

G4VisCommandInitialize::G4VisCommandInitialize (  ) 

Definition at line 110 of file G4VisCommands.cc.

00111 {
00112   fpCommand = new G4UIcmdWithoutParameter("/vis/initialize", this);
00113   fpCommand -> SetGuidance("Initialise visualisation manager.");
00114 }

G4VisCommandInitialize::~G4VisCommandInitialize (  )  [virtual]

Definition at line 116 of file G4VisCommands.cc.

00116                                                  {
00117   delete fpCommand;
00118 }


Member Function Documentation

void G4VisCommandInitialize::SetNewValue ( G4UIcommand command,
G4String  newValue 
) [virtual]

Reimplemented from G4UImessenger.

Definition at line 120 of file G4VisCommands.cc.

References G4VVisCommand::fpVisManager, and G4VisManager::Initialize().

00121                                                     {
00122   fpVisManager->Initialize();
00123 }


The documentation for this class was generated from the following files:
Generated on Mon May 27 17:53:45 2013 for Geant4 by  doxygen 1.4.7