G4ModelCmdSetStepPtsColour< M > Class Template Reference

#include <G4ModelCommandsT.hh>

Inheritance diagram for G4ModelCmdSetStepPtsColour< M >:

G4ModelCmdApplyColour< M > G4VModelCommand< M > G4UImessenger

Public Member Functions

 G4ModelCmdSetStepPtsColour (M *model, const G4String &placement, const G4String &cmdName="setStepPtsColour")

Protected Member Functions

void Apply (const G4Colour &colour)

Detailed Description

template<typename M>
class G4ModelCmdSetStepPtsColour< M >

Definition at line 248 of file G4ModelCommandsT.hh.


Constructor & Destructor Documentation

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

Definition at line 252 of file G4ModelCommandsT.hh.

00254     :G4ModelCmdApplyColour<M>(model, placement, cmdName) {}


Member Function Documentation

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

Implements G4ModelCmdApplyColour< M >.

Definition at line 258 of file G4ModelCommandsT.hh.

References G4VModelCommand< T >::Model().

00258                                      {
00259     G4VModelCommand<M>::Model()->SetStepPtsColour(colour);
00260   }


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