G4VisCommandGeometrySetForceSolidFunction Class Reference

#include <G4VisCommandsGeometrySet.hh>

Inheritance diagram for G4VisCommandGeometrySetForceSolidFunction:

G4VVisCommandGeometrySetFunction

Public Member Functions

virtual ~G4VisCommandGeometrySetForceSolidFunction ()
 G4VisCommandGeometrySetForceSolidFunction (G4bool forceSolid)
void operator() (G4VisAttributes *visAtts) const

Detailed Description

Definition at line 101 of file G4VisCommandsGeometrySet.hh.


Constructor & Destructor Documentation

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

Definition at line 104 of file G4VisCommandsGeometrySet.hh.

00104 {}

G4VisCommandGeometrySetForceSolidFunction::G4VisCommandGeometrySetForceSolidFunction ( G4bool  forceSolid  )  [inline]

Definition at line 106 of file G4VisCommandsGeometrySet.hh.

00106                      :
00107     fForceSolid(forceSolid) {}
  void operator()


Member Function Documentation

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

Implements G4VVisCommandGeometrySetFunction.

Definition at line 109 of file G4VisCommandsGeometrySet.hh.

References G4VisAttributes::SetForceSolid().

00110   {visAtts->SetForceSolid(fForceSolid);}


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