Geant4 9.6.0
Toolkit for the simulation of the passage of particles through matter
Loading...
Searching...
No Matches
G4VisCommandGeometrySetForceSolidFunction Class Reference

#include <G4VisCommandsGeometrySet.hh>

+ Inheritance diagram for G4VisCommandGeometrySetForceSolidFunction:

Public Member Functions

virtual ~G4VisCommandGeometrySetForceSolidFunction ()
 
 G4VisCommandGeometrySetForceSolidFunction (G4bool forceSolid)
 
void operator() (G4VisAttributes *visAtts) const
 
- Public Member Functions inherited from G4VVisCommandGeometrySetFunction
virtual ~G4VVisCommandGeometrySetFunction ()
 
virtual void operator() (G4VisAttributes *) const =0
 

Detailed Description

Definition at line 101 of file G4VisCommandsGeometrySet.hh.

Constructor & Destructor Documentation

◆ ~G4VisCommandGeometrySetForceSolidFunction()

virtual G4VisCommandGeometrySetForceSolidFunction::~G4VisCommandGeometrySetForceSolidFunction ( )
inlinevirtual

Definition at line 104 of file G4VisCommandsGeometrySet.hh.

104{}

◆ G4VisCommandGeometrySetForceSolidFunction()

G4VisCommandGeometrySetForceSolidFunction::G4VisCommandGeometrySetForceSolidFunction ( G4bool  forceSolid)
inline

Definition at line 105 of file G4VisCommandsGeometrySet.hh.

106 :
107 fForceSolid(forceSolid) {}

Member Function Documentation

◆ operator()()

void G4VisCommandGeometrySetForceSolidFunction::operator() ( G4VisAttributes visAtts) const
inlinevirtual

Implements G4VVisCommandGeometrySetFunction.

Definition at line 108 of file G4VisCommandsGeometrySet.hh.

110 {visAtts->SetForceSolid(fForceSolid);}
void SetForceSolid(G4bool)

The documentation for this class was generated from the following file: