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

#include <G4VisCommandsGeometrySet.hh>

+ Inheritance diagram for G4VisCommandGeometrySetLineStyleFunction:

Public Member Functions

virtual ~G4VisCommandGeometrySetLineStyleFunction ()
 
 G4VisCommandGeometrySetLineStyleFunction (G4VisAttributes::LineStyle lineStyle)
 
void operator() (G4VisAttributes *visAtts) const
 
- Public Member Functions inherited from G4VVisCommandGeometrySetFunction
virtual ~G4VVisCommandGeometrySetFunction ()
 

Detailed Description

Definition at line 145 of file G4VisCommandsGeometrySet.hh.

Constructor & Destructor Documentation

◆ ~G4VisCommandGeometrySetLineStyleFunction()

virtual G4VisCommandGeometrySetLineStyleFunction::~G4VisCommandGeometrySetLineStyleFunction ( )
inlinevirtual

Definition at line 148 of file G4VisCommandsGeometrySet.hh.

148{}

◆ G4VisCommandGeometrySetLineStyleFunction()

G4VisCommandGeometrySetLineStyleFunction::G4VisCommandGeometrySetLineStyleFunction ( G4VisAttributes::LineStyle lineStyle)
inline

Definition at line 149 of file G4VisCommandsGeometrySet.hh.

150 :
151 fLineStyle(lineStyle) {}

Member Function Documentation

◆ operator()()

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

Implements G4VVisCommandGeometrySetFunction.

Definition at line 152 of file G4VisCommandsGeometrySet.hh.

154 {visAtts->SetLineStyle(fLineStyle);}
void SetLineStyle(LineStyle)

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