G4ModelCmdSetStringColour< M > Class Template Reference

#include <G4ModelCommandsT.hh>

Inheritance diagram for G4ModelCmdSetStringColour< M >:

G4ModelCmdApplyStringColour< M > G4VModelCommand< M > G4UImessenger

Public Member Functions

 G4ModelCmdSetStringColour (M *model, const G4String &placement, const G4String &cmdName="set")
virtual ~G4ModelCmdSetStringColour ()

Protected Member Functions

virtual void Apply (const G4String &param, const G4Colour &colour)

Detailed Description

template<typename M>
class G4ModelCmdSetStringColour< M >

Definition at line 43 of file G4ModelCommandsT.hh.


Constructor & Destructor Documentation

template<typename M>
G4ModelCmdSetStringColour< M >::G4ModelCmdSetStringColour ( M *  model,
const G4String placement,
const G4String cmdName = "set" 
) [inline]

Definition at line 47 of file G4ModelCommandsT.hh.

00049     :G4ModelCmdApplyStringColour<M>(model, placement, cmdName) {}

template<typename M>
virtual G4ModelCmdSetStringColour< M >::~G4ModelCmdSetStringColour (  )  [inline, virtual]

Definition at line 51 of file G4ModelCommandsT.hh.

00051 {}


Member Function Documentation

template<typename M>
virtual void G4ModelCmdSetStringColour< M >::Apply ( const G4String param,
const G4Colour colour 
) [inline, protected, virtual]

Implements G4ModelCmdApplyStringColour< M >.

Definition at line 55 of file G4ModelCommandsT.hh.

References G4VModelCommand< T >::Model().

00055                                                                     {
00056     G4VModelCommand<M>::Model()->Set(param, colour);
00057   }


The documentation for this class was generated from the following file:
Generated on Mon May 27 17:52:30 2013 for Geant4 by  doxygen 1.4.7