#include <G4ModelCommandsT.hh>
Inheritance diagram for G4ModelCmdSetLineColour< M >:
Public Member Functions | |
G4ModelCmdSetLineColour (M *model, const G4String &placement, const G4String &cmdName="""setLineColour") | |
Protected Member Functions | |
void | Apply (const G4Colour &colour) |
Definition at line 691 of file G4ModelCommandsT.hh.
G4ModelCmdSetLineColour< M >::G4ModelCmdSetLineColour | ( | M * | model, | |
const G4String & | placement, | |||
const G4String & | cmdName = """setLineColour" | |||
) | [inline] |
Definition at line 695 of file G4ModelCommandsT.hh.
00697 :G4ModelCmdApplyColour<M>(model, placement, cmdName){}
void G4ModelCmdSetLineColour< M >::Apply | ( | const G4Colour & | colour | ) | [inline, protected, virtual] |
Implements G4ModelCmdApplyColour< M >.
Definition at line 701 of file G4ModelCommandsT.hh.
References G4VModelCommand< T >::Model().
00701 { 00702 G4VModelCommand<M>::Model()->SetLineColour(colour); 00703 }