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

#include <G4VisCommandsGeometrySet.hh>

Inheritance diagram for G4VisCommandGeometrySetLineStyleFunction:
G4VVisCommandGeometrySetFunction

Public Member Functions

 G4VisCommandGeometrySetLineStyleFunction (G4VisAttributes::LineStyle lineStyle)
 
void operator() (G4VisAttributes *visAtts) const
 
virtual ~G4VisCommandGeometrySetLineStyleFunction ()
 

Private Attributes

G4VisAttributes::LineStyle fLineStyle
 

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)

References fLineStyle.

Field Documentation

◆ fLineStyle

G4VisAttributes::LineStyle G4VisCommandGeometrySetLineStyleFunction::fLineStyle
private

Definition at line 156 of file G4VisCommandsGeometrySet.hh.

Referenced by operator()().


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