G4ModelCmdSetLineVisible< M > Class Template Reference

#include <G4ModelCommandsT.hh>

Inheritance diagram for G4ModelCmdSetLineVisible< M >:

G4ModelCmdApplyBool< M > G4VModelCommand< M > G4UImessenger

Public Member Functions

 G4ModelCmdSetLineVisible (M *model, const G4String &placement, const G4String &cmdName="setLineVisible")

Protected Member Functions

void Apply (const G4bool &myBool)

Detailed Description

template<typename M>
class G4ModelCmdSetLineVisible< M >

Definition at line 289 of file G4ModelCommandsT.hh.


Constructor & Destructor Documentation

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

Definition at line 293 of file G4ModelCommandsT.hh.

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

00295     :G4ModelCmdApplyBool<M>(model, placement, cmdName)
00296   {
00297     G4ModelCmdApplyBool<M>::Command()->SetGuidance("Set line visibility command");
00298   }


Member Function Documentation

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

Implements G4ModelCmdApplyBool< M >.

Definition at line 302 of file G4ModelCommandsT.hh.

References G4VModelCommand< T >::Model().

00302                                     {
00303      G4VModelCommand<M>::Model()->SetLineVisible(myBool);
00304   }


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