G4ModelCmdSetDrawLine< M > Class Template Reference

#include <G4ModelCommandsT.hh>

Inheritance diagram for G4ModelCmdSetDrawLine< M >:

G4ModelCmdApplyBool< M > G4VModelCommand< M > G4UImessenger

Public Member Functions

 G4ModelCmdSetDrawLine (M *model, const G4String &placement, const G4String &cmdName="setDrawLine")

Protected Member Functions

void Apply (const G4bool &myBool)

Detailed Description

template<typename M>
class G4ModelCmdSetDrawLine< M >

Definition at line 267 of file G4ModelCommandsT.hh.


Constructor & Destructor Documentation

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

Definition at line 271 of file G4ModelCommandsT.hh.

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

00273     :G4ModelCmdApplyBool<M>(model, placement, cmdName)
00274   {
00275     G4ModelCmdApplyBool<M>::Command()->SetGuidance("Set draw line command");
00276   }


Member Function Documentation

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

Implements G4ModelCmdApplyBool< M >.

Definition at line 280 of file G4ModelCommandsT.hh.

References G4VModelCommand< T >::Model().

00280                                    {
00281     G4VModelCommand<M>::Model()->SetDrawLine(myBool);
00282   }


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