G4VisCommandGeometrySetLineWidthFunction Class Reference

#include <G4VisCommandsGeometrySet.hh>

Inheritance diagram for G4VisCommandGeometrySetLineWidthFunction:

G4VVisCommandGeometrySetFunction

Public Member Functions

virtual ~G4VisCommandGeometrySetLineWidthFunction ()
 G4VisCommandGeometrySetLineWidthFunction (G4double lineWidth)
void operator() (G4VisAttributes *visAtts) const

Detailed Description

Definition at line 143 of file G4VisCommandsGeometrySet.hh.


Constructor & Destructor Documentation

virtual G4VisCommandGeometrySetLineWidthFunction::~G4VisCommandGeometrySetLineWidthFunction (  )  [inline, virtual]

Definition at line 146 of file G4VisCommandsGeometrySet.hh.

00146 {}

G4VisCommandGeometrySetLineWidthFunction::G4VisCommandGeometrySetLineWidthFunction ( G4double  lineWidth  )  [inline]

Definition at line 148 of file G4VisCommandsGeometrySet.hh.

00148                       :
00149     fLineWidth(lineWidth) {}
  void operator()


Member Function Documentation

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);}


The documentation for this class was generated from the following file:
Generated on Mon May 27 17:53:44 2013 for Geant4 by  doxygen 1.4.7