#include <G4VisCommandsGeometrySet.hh>
Inheritance diagram for G4VisCommandGeometrySetLineWidthFunction:
Public Member Functions | |
virtual | ~G4VisCommandGeometrySetLineWidthFunction () |
G4VisCommandGeometrySetLineWidthFunction (G4double lineWidth) | |
void | operator() (G4VisAttributes *visAtts) const |
Definition at line 143 of file G4VisCommandsGeometrySet.hh.
virtual G4VisCommandGeometrySetLineWidthFunction::~G4VisCommandGeometrySetLineWidthFunction | ( | ) | [inline, virtual] |
G4VisCommandGeometrySetLineWidthFunction::G4VisCommandGeometrySetLineWidthFunction | ( | G4double | lineWidth | ) | [inline] |
void G4VisCommandGeometrySetLineWidthFunction::operator() | ( | G4VisAttributes * | visAtts | ) | const [inline, virtual] |
Implements G4VVisCommandGeometrySetFunction.
Definition at line 151 of file G4VisCommandsGeometrySet.hh.
References G4VisAttributes::SetLineWidth().
00152 {visAtts->SetLineWidth(fLineWidth);}