G4VisCommandGeometrySetForceWireframeFunction Class Reference

#include <G4VisCommandsGeometrySet.hh>

Inheritance diagram for G4VisCommandGeometrySetForceWireframeFunction:

G4VVisCommandGeometrySetFunction

Public Member Functions

virtual ~G4VisCommandGeometrySetForceWireframeFunction ()
 G4VisCommandGeometrySetForceWireframeFunction (G4bool forceWireframe)
void operator() (G4VisAttributes *visAtts) const

Detailed Description

Definition at line 115 of file G4VisCommandsGeometrySet.hh.


Constructor & Destructor Documentation

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

Definition at line 118 of file G4VisCommandsGeometrySet.hh.

00118 {}

G4VisCommandGeometrySetForceWireframeFunction::G4VisCommandGeometrySetForceWireframeFunction ( G4bool  forceWireframe  )  [inline]

Definition at line 120 of file G4VisCommandsGeometrySet.hh.

00120                          :
00121     fForceWireframe(forceWireframe) {}
  void operator()


Member Function Documentation

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

Implements G4VVisCommandGeometrySetFunction.

Definition at line 123 of file G4VisCommandsGeometrySet.hh.

References G4VisAttributes::SetForceWireframe().

00124   {visAtts->SetForceWireframe(fForceWireframe);}


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