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

#include <G4VisCommandsGeometrySet.hh>

+ Inheritance diagram for G4VisCommandGeometrySetLineWidthFunction:

Public Member Functions

virtual ~G4VisCommandGeometrySetLineWidthFunction ()
 
 G4VisCommandGeometrySetLineWidthFunction (G4double lineWidth)
 
void operator() (G4VisAttributes *visAtts) const
 
- Public Member Functions inherited from G4VVisCommandGeometrySetFunction
virtual ~G4VVisCommandGeometrySetFunction ()
 
virtual void operator() (G4VisAttributes *) const =0
 

Detailed Description

Definition at line 143 of file G4VisCommandsGeometrySet.hh.

Constructor & Destructor Documentation

◆ ~G4VisCommandGeometrySetLineWidthFunction()

virtual G4VisCommandGeometrySetLineWidthFunction::~G4VisCommandGeometrySetLineWidthFunction ( )
inlinevirtual

Definition at line 146 of file G4VisCommandsGeometrySet.hh.

146{}

◆ G4VisCommandGeometrySetLineWidthFunction()

G4VisCommandGeometrySetLineWidthFunction::G4VisCommandGeometrySetLineWidthFunction ( G4double  lineWidth)
inline

Definition at line 147 of file G4VisCommandsGeometrySet.hh.

148 :
149 fLineWidth(lineWidth) {}

Member Function Documentation

◆ operator()()

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

Implements G4VVisCommandGeometrySetFunction.

Definition at line 150 of file G4VisCommandsGeometrySet.hh.

152 {visAtts->SetLineWidth(fLineWidth);}
void SetLineWidth(G4double)

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