#include <G4ModelCommandsT.hh>
Inheritance diagram for G4ModelCmdSetDrawLine< M >:
Public Member Functions | |
G4ModelCmdSetDrawLine (M *model, const G4String &placement, const G4String &cmdName="setDrawLine") | |
Protected Member Functions | |
void | Apply (const G4bool &myBool) |
Definition at line 267 of file G4ModelCommandsT.hh.
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 }
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 }