#include <G4VisCommandsGeometrySet.hh>
Inheritance diagram for G4VisCommandGeometrySetLineStyleFunction:
Public Member Functions | |
virtual | ~G4VisCommandGeometrySetLineStyleFunction () |
G4VisCommandGeometrySetLineStyleFunction (G4VisAttributes::LineStyle lineStyle) | |
void | operator() (G4VisAttributes *visAtts) const |
Definition at line 129 of file G4VisCommandsGeometrySet.hh.
virtual G4VisCommandGeometrySetLineStyleFunction::~G4VisCommandGeometrySetLineStyleFunction | ( | ) | [inline, virtual] |
G4VisCommandGeometrySetLineStyleFunction::G4VisCommandGeometrySetLineStyleFunction | ( | G4VisAttributes::LineStyle | lineStyle | ) | [inline] |
void G4VisCommandGeometrySetLineStyleFunction::operator() | ( | G4VisAttributes * | visAtts | ) | const [inline, virtual] |
Implements G4VVisCommandGeometrySetFunction.
Definition at line 137 of file G4VisCommandsGeometrySet.hh.
References G4VisAttributes::SetLineStyle().
00138 {visAtts->SetLineStyle(fLineStyle);}