G4ModelCmdSetStepPtsVisible< M > Class Template Reference

#include <G4ModelCommandsT.hh>

Inheritance diagram for G4ModelCmdSetStepPtsVisible< M >:

G4ModelCmdApplyBool< M > G4VModelCommand< M > G4UImessenger

Public Member Functions

 G4ModelCmdSetStepPtsVisible (M *model, const G4String &placement, const G4String &cmdName="setStepPtsVisible")

Protected Member Functions

void Apply (const G4bool &myBool)

Detailed Description

template<typename M>
class G4ModelCmdSetStepPtsVisible< M >

Definition at line 377 of file G4ModelCommandsT.hh.


Constructor & Destructor Documentation

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

Definition at line 381 of file G4ModelCommandsT.hh.

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

00383     :G4ModelCmdApplyBool<M>(model, placement, cmdName)
00384   {
00385     G4ModelCmdApplyBool<M>::Command()->SetGuidance("Set step points visible command");
00386   }


Member Function Documentation

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

Implements G4ModelCmdApplyBool< M >.

Definition at line 390 of file G4ModelCommandsT.hh.

References G4VModelCommand< T >::Model().

00390                                     {
00391      G4VModelCommand<M>::Model()->SetStepPtsVisible(myBool);
00392   }


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