#include <G4VisCommandsGeometrySet.hh>
Inheritance diagram for G4VisCommandGeometrySetForceSolidFunction:
Public Member Functions | |
virtual | ~G4VisCommandGeometrySetForceSolidFunction () |
G4VisCommandGeometrySetForceSolidFunction (G4bool forceSolid) | |
void | operator() (G4VisAttributes *visAtts) const |
Definition at line 101 of file G4VisCommandsGeometrySet.hh.
virtual G4VisCommandGeometrySetForceSolidFunction::~G4VisCommandGeometrySetForceSolidFunction | ( | ) | [inline, virtual] |
G4VisCommandGeometrySetForceSolidFunction::G4VisCommandGeometrySetForceSolidFunction | ( | G4bool | forceSolid | ) | [inline] |
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);}