Geant4 10.7.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 force)
 
void operator() (G4VisAttributes *visAtts) const
 
- Public Member Functions inherited from G4VVisCommandGeometrySetFunction
virtual ~G4VVisCommandGeometrySetFunction ()
 
virtual void operator() (G4VisAttributes *) const =0
 

Detailed Description

Definition at line 117 of file G4VisCommandsGeometrySet.hh.

Constructor & Destructor Documentation

◆ ~G4VisCommandGeometrySetForceSolidFunction()

virtual G4VisCommandGeometrySetForceSolidFunction::~G4VisCommandGeometrySetForceSolidFunction ( )
inlinevirtual

Definition at line 120 of file G4VisCommandsGeometrySet.hh.

120{}

◆ G4VisCommandGeometrySetForceSolidFunction()

G4VisCommandGeometrySetForceSolidFunction::G4VisCommandGeometrySetForceSolidFunction ( G4bool  force)
inline

Definition at line 121 of file G4VisCommandsGeometrySet.hh.

122 :
123 fForce(force) {}

Member Function Documentation

◆ operator()()

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

Implements G4VVisCommandGeometrySetFunction.

Definition at line 124 of file G4VisCommandsGeometrySet.hh.

126 {visAtts->SetForceSolid(fForce);}
void SetForceSolid(G4bool=true)

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