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

#include <G4VisCommandsGeometrySet.hh>

+ Inheritance diagram for G4VisCommandGeometrySetForceWireframeFunction:

Public Member Functions

virtual ~G4VisCommandGeometrySetForceWireframeFunction ()
 
 G4VisCommandGeometrySetForceWireframeFunction (G4bool force)
 
void operator() (G4VisAttributes *visAtts) const
 
- Public Member Functions inherited from G4VVisCommandGeometrySetFunction
virtual ~G4VVisCommandGeometrySetFunction ()
 

Detailed Description

Definition at line 131 of file G4VisCommandsGeometrySet.hh.

Constructor & Destructor Documentation

◆ ~G4VisCommandGeometrySetForceWireframeFunction()

virtual G4VisCommandGeometrySetForceWireframeFunction::~G4VisCommandGeometrySetForceWireframeFunction ( )
inlinevirtual

Definition at line 134 of file G4VisCommandsGeometrySet.hh.

134{}

◆ G4VisCommandGeometrySetForceWireframeFunction()

G4VisCommandGeometrySetForceWireframeFunction::G4VisCommandGeometrySetForceWireframeFunction ( G4bool force)
inline

Definition at line 135 of file G4VisCommandsGeometrySet.hh.

136 :
137 fForce(force) {}

Member Function Documentation

◆ operator()()

void G4VisCommandGeometrySetForceWireframeFunction::operator() ( G4VisAttributes * visAtts) const
inlinevirtual

Implements G4VVisCommandGeometrySetFunction.

Definition at line 138 of file G4VisCommandsGeometrySet.hh.

140 {visAtts->SetForceWireframe(fForce);}
void SetForceWireframe(G4bool=true)

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