#include <G4VisCommandsGeometrySet.hh>
Inheritance diagram for G4VisCommandGeometrySetForceWireframeFunction:

Public Member Functions | |
| virtual | ~G4VisCommandGeometrySetForceWireframeFunction () |
| G4VisCommandGeometrySetForceWireframeFunction (G4bool forceWireframe) | |
| void | operator() (G4VisAttributes *visAtts) const |
Definition at line 115 of file G4VisCommandsGeometrySet.hh.
| virtual G4VisCommandGeometrySetForceWireframeFunction::~G4VisCommandGeometrySetForceWireframeFunction | ( | ) | [inline, virtual] |
| G4VisCommandGeometrySetForceWireframeFunction::G4VisCommandGeometrySetForceWireframeFunction | ( | G4bool | forceWireframe | ) | [inline] |
| 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);}
1.4.7