G4ModelCmdSetDrawStepPts< M > Class Template Reference

#include <G4ModelCommandsT.hh>

Inheritance diagram for G4ModelCmdSetDrawStepPts< M >:

G4ModelCmdApplyBool< M > G4VModelCommand< M > G4UImessenger

Public Member Functions

 G4ModelCmdSetDrawStepPts (M *model, const G4String &placement, const G4String &cmdName="setDrawStepPts")

Protected Member Functions

void Apply (const G4bool &myBool)

Detailed Description

template<typename M>
class G4ModelCmdSetDrawStepPts< M >

Definition at line 355 of file G4ModelCommandsT.hh.


Constructor & Destructor Documentation

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

Definition at line 359 of file G4ModelCommandsT.hh.

References G4ModelCmdApplyBool< M >::Command(), and G4UIcommand::SetGuidance().

00361     :G4ModelCmdApplyBool<M>(model, placement, cmdName)
00362   {
00363     G4ModelCmdApplyBool<M>::Command()->SetGuidance("Set draw step points command");
00364   }


Member Function Documentation

template<typename M>
void G4ModelCmdSetDrawStepPts< M >::Apply ( const G4bool myBool  )  [inline, protected, virtual]

Implements G4ModelCmdApplyBool< M >.

Definition at line 368 of file G4ModelCommandsT.hh.

References G4VModelCommand< T >::Model().

00368                                     {
00369      G4VModelCommand<M>::Model()->SetDrawStepPts(myBool);
00370   }


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