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

#include <G4VisCommandsGeometrySet.hh>

+ Inheritance diagram for G4VisCommandGeometrySetForceCloudFunction:

Public Member Functions

virtual ~G4VisCommandGeometrySetForceCloudFunction ()
 
 G4VisCommandGeometrySetForceCloudFunction (G4bool force, G4int nPoints)
 
void operator() (G4VisAttributes *visAtts) const
 
- Public Member Functions inherited from G4VVisCommandGeometrySetFunction
virtual ~G4VVisCommandGeometrySetFunction ()
 
virtual void operator() (G4VisAttributes *) const =0
 

Detailed Description

Definition at line 86 of file G4VisCommandsGeometrySet.hh.

Constructor & Destructor Documentation

◆ ~G4VisCommandGeometrySetForceCloudFunction()

virtual G4VisCommandGeometrySetForceCloudFunction::~G4VisCommandGeometrySetForceCloudFunction ( )
inlinevirtual

Definition at line 89 of file G4VisCommandsGeometrySet.hh.

89{}

◆ G4VisCommandGeometrySetForceCloudFunction()

G4VisCommandGeometrySetForceCloudFunction::G4VisCommandGeometrySetForceCloudFunction ( G4bool  force,
G4int  nPoints 
)
inline

Definition at line 90 of file G4VisCommandsGeometrySet.hh.

92 :fForce(force)
93 ,fNPoints(nPoints) {}

Member Function Documentation

◆ operator()()

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

Implements G4VVisCommandGeometrySetFunction.

Definition at line 94 of file G4VisCommandsGeometrySet.hh.

94 {
95 visAtts->SetForceCloud(fForce);
96 visAtts->SetForceNumberOfCloudPoints(fNPoints);
97 }
void SetForceCloud(G4bool=true)
void SetForceNumberOfCloudPoints(G4int nPoints)

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