Geant4.10
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions
G4VisCommandGeometrySetLineStyleFunction Class Reference

#include <G4VisCommandsGeometrySet.hh>

Inheritance diagram for G4VisCommandGeometrySetLineStyleFunction:
G4VVisCommandGeometrySetFunction

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 129 of file G4VisCommandsGeometrySet.hh.

Constructor & Destructor Documentation

virtual G4VisCommandGeometrySetLineStyleFunction::~G4VisCommandGeometrySetLineStyleFunction ( )
inlinevirtual

Definition at line 132 of file G4VisCommandsGeometrySet.hh.

132 {}
G4VisCommandGeometrySetLineStyleFunction::G4VisCommandGeometrySetLineStyleFunction ( G4VisAttributes::LineStyle  lineStyle)
inline

Definition at line 134 of file G4VisCommandsGeometrySet.hh.

134  :
135  fLineStyle(lineStyle) {}

Member Function Documentation

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

Implements G4VVisCommandGeometrySetFunction.

Definition at line 137 of file G4VisCommandsGeometrySet.hh.

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

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