Geant4  9.6.p02
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Static Public Member Functions | Protected Member Functions | Static Protected Member Functions | Static Protected Attributes | List of all members
G4VVisCommand Class Reference

#include <G4VVisCommand.hh>

Inheritance diagram for G4VVisCommand:
Inheritance graph
[legend]
Collaboration diagram for G4VVisCommand:
Collaboration graph
[legend]

Public Member Functions

 G4VVisCommand ()
 
virtual ~G4VVisCommand ()
 
- Public Member Functions inherited from G4UImessenger
 G4UImessenger ()
 
 G4UImessenger (const G4String &path, const G4String &dsc)
 
virtual ~G4UImessenger ()
 
virtual G4String GetCurrentValue (G4UIcommand *command)
 
virtual void SetNewValue (G4UIcommand *command, G4String newValue)
 
G4bool operator== (const G4UImessenger &messenger) const
 

Static Public Member Functions

static void SetVisManager (G4VisManager *)
 

Protected Member Functions

void UpdateVisManagerScene (const G4String &sceneName="")
 
- Protected Member Functions inherited from G4UImessenger
G4String ItoS (G4int i)
 
G4String DtoS (G4double a)
 
G4String BtoS (G4bool b)
 
G4int StoI (G4String s)
 
G4double StoD (G4String s)
 
G4bool StoB (G4String s)
 
void AddUIcommand (G4UIcommand *newCommand)
 
void CreateDirectory (const G4String &path, const G4String &dsc)
 
template<typename T >
T * CreateCommand (const G4String &cname, const G4String &dsc)
 

Static Protected Member Functions

static G4String ConvertToString (G4double x, G4double y, const char *unitName)
 
static void ConvertToDoublePair (const G4String &paramString, G4double &xval, G4double &yval)
 

Static Protected Attributes

static G4VisManagerfpVisManager = 0
 
static G4Colour fCurrentColour = G4Colour::White()
 
static G4Colour fCurrentTextColour = G4Colour::Blue()
 
static G4Text::Layout fCurrentTextLayout = G4Text::left
 
static G4double fCurrentLineWidth = 1.
 
static
G4ModelingParameters::PVNameCopyNoPath 
fCurrentTouchablePath
 

Additional Inherited Members

- Protected Attributes inherited from G4UImessenger
G4UIdirectorybaseDir
 
G4String baseDirName
 

Detailed Description

Definition at line 47 of file G4VVisCommand.hh.

Constructor & Destructor Documentation

G4VVisCommand::G4VVisCommand ( )

Definition at line 48 of file G4VVisCommand.cc.

G4VVisCommand::~G4VVisCommand ( )
virtual

Definition at line 50 of file G4VVisCommand.cc.

Member Function Documentation

void G4VVisCommand::ConvertToDoublePair ( const G4String paramString,
G4double xval,
G4double yval 
)
staticprotected

Definition at line 64 of file G4VVisCommand.cc.

Here is the call graph for this function:

Here is the caller graph for this function:

G4String G4VVisCommand::ConvertToString ( G4double  x,
G4double  y,
const char *  unitName 
)
staticprotected

Definition at line 55 of file G4VVisCommand.cc.

Here is the call graph for this function:

Here is the caller graph for this function:

static void G4VVisCommand::SetVisManager ( G4VisManager )
static

Here is the caller graph for this function:

void G4VVisCommand::UpdateVisManagerScene ( const G4String sceneName = "")
protected

Definition at line 82 of file G4VVisCommand.cc.

Here is the call graph for this function:

Here is the caller graph for this function:

Member Data Documentation

G4Colour G4VVisCommand::fCurrentColour = G4Colour::White()
staticprotected

Definition at line 70 of file G4VVisCommand.hh.

G4double G4VVisCommand::fCurrentLineWidth = 1.
staticprotected

Definition at line 73 of file G4VVisCommand.hh.

G4Colour G4VVisCommand::fCurrentTextColour = G4Colour::Blue()
staticprotected

Definition at line 71 of file G4VVisCommand.hh.

G4Text::Layout G4VVisCommand::fCurrentTextLayout = G4Text::left
staticprotected

Definition at line 72 of file G4VVisCommand.hh.

G4ModelingParameters::PVNameCopyNoPath G4VVisCommand::fCurrentTouchablePath
staticprotected

Definition at line 77 of file G4VVisCommand.hh.

G4VisManager * G4VVisCommand::fpVisManager = 0
staticprotected

Definition at line 67 of file G4VVisCommand.hh.


The documentation for this class was generated from the following files: