G4VisCommandGeometrySetLineStyleFunction Class Reference

#include <G4VisCommandsGeometrySet.hh>

Inheritance diagram for G4VisCommandGeometrySetLineStyleFunction:

G4VVisCommandGeometrySetFunction

Public Member Functions

virtual ~G4VisCommandGeometrySetLineStyleFunction ()
 G4VisCommandGeometrySetLineStyleFunction (G4VisAttributes::LineStyle lineStyle)
void operator() (G4VisAttributes *visAtts) const

Detailed Description

Definition at line 129 of file G4VisCommandsGeometrySet.hh.


Constructor & Destructor Documentation

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

Definition at line 132 of file G4VisCommandsGeometrySet.hh.

00132 {}

G4VisCommandGeometrySetLineStyleFunction::G4VisCommandGeometrySetLineStyleFunction ( G4VisAttributes::LineStyle  lineStyle  )  [inline]

Definition at line 134 of file G4VisCommandsGeometrySet.hh.

00134                                       :
00135     fLineStyle(lineStyle) {}
  void operator()


Member Function Documentation

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


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