G4ModelCmdSetAuxPtsVisible< M > Class Template Reference

#include <G4ModelCommandsT.hh>

Inheritance diagram for G4ModelCmdSetAuxPtsVisible< M >:

G4ModelCmdApplyBool< M > G4VModelCommand< M > G4UImessenger

Public Member Functions

 G4ModelCmdSetAuxPtsVisible (M *model, const G4String &placement, const G4String &cmdName="setAuxPtsVisible")

Protected Member Functions

void Apply (const G4bool &myBool)

Detailed Description

template<typename M>
class G4ModelCmdSetAuxPtsVisible< M >

Definition at line 333 of file G4ModelCommandsT.hh.


Constructor & Destructor Documentation

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

Definition at line 337 of file G4ModelCommandsT.hh.

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

00339     :G4ModelCmdApplyBool<M>(model, placement, cmdName)
00340   {
00341     G4ModelCmdApplyBool<M>::Command()->SetGuidance("Set auxiliary points visibility command");
00342   }


Member Function Documentation

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

Implements G4ModelCmdApplyBool< M >.

Definition at line 346 of file G4ModelCommandsT.hh.

References G4VModelCommand< T >::Model().

00346                                     {
00347      G4VModelCommand<M>::Model()->SetAuxPtsVisible(myBool);
00348   }


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