G4VisCommandGeometrySetForceLineSegmentsPerCircleFunction Class Reference

#include <G4VisCommandsGeometrySet.hh>

Inheritance diagram for G4VisCommandGeometrySetForceLineSegmentsPerCircleFunction:

G4VVisCommandGeometrySetFunction

Public Member Functions

virtual ~G4VisCommandGeometrySetForceLineSegmentsPerCircleFunction ()
 G4VisCommandGeometrySetForceLineSegmentsPerCircleFunction (G4int lineSegmentsPerCircle)
void operator() (G4VisAttributes *visAtts) const

Detailed Description

Definition at line 87 of file G4VisCommandsGeometrySet.hh.


Constructor & Destructor Documentation

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

Definition at line 90 of file G4VisCommandsGeometrySet.hh.

00090 {}

G4VisCommandGeometrySetForceLineSegmentsPerCircleFunction::G4VisCommandGeometrySetForceLineSegmentsPerCircleFunction ( G4int  lineSegmentsPerCircle  )  [inline]

Definition at line 92 of file G4VisCommandsGeometrySet.hh.

00092                                :
00093     fLineSegmentsPerCircle(lineSegmentsPerCircle) {}
  void operator()


Member Function Documentation

void G4VisCommandGeometrySetForceLineSegmentsPerCircleFunction::operator() ( G4VisAttributes visAtts  )  const [inline, virtual]

Implements G4VVisCommandGeometrySetFunction.

Definition at line 95 of file G4VisCommandsGeometrySet.hh.

References G4VisAttributes::SetForceLineSegmentsPerCircle().

00096   {visAtts->SetForceLineSegmentsPerCircle(fLineSegmentsPerCircle);}


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