Geant4-11
Public Member Functions | Private Attributes
G4VisCommandGeometrySetLineWidthFunction Class Reference

#include <G4VisCommandsGeometrySet.hh>

Inheritance diagram for G4VisCommandGeometrySetLineWidthFunction:
G4VVisCommandGeometrySetFunction

Public Member Functions

 G4VisCommandGeometrySetLineWidthFunction (G4double lineWidth)
 
void operator() (G4VisAttributes *visAtts) const
 
virtual ~G4VisCommandGeometrySetLineWidthFunction ()
 

Private Attributes

G4double fLineWidth
 

Detailed Description

Definition at line 159 of file G4VisCommandsGeometrySet.hh.

Constructor & Destructor Documentation

◆ ~G4VisCommandGeometrySetLineWidthFunction()

virtual G4VisCommandGeometrySetLineWidthFunction::~G4VisCommandGeometrySetLineWidthFunction ( )
inlinevirtual

Definition at line 162 of file G4VisCommandsGeometrySet.hh.

162{}

◆ G4VisCommandGeometrySetLineWidthFunction()

G4VisCommandGeometrySetLineWidthFunction::G4VisCommandGeometrySetLineWidthFunction ( G4double  lineWidth)
inline

Definition at line 163 of file G4VisCommandsGeometrySet.hh.

Member Function Documentation

◆ operator()()

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

Implements G4VVisCommandGeometrySetFunction.

Definition at line 166 of file G4VisCommandsGeometrySet.hh.

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

References fLineWidth.

Field Documentation

◆ fLineWidth

G4double G4VisCommandGeometrySetLineWidthFunction::fLineWidth
private

Definition at line 170 of file G4VisCommandsGeometrySet.hh.

Referenced by operator()().


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