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

#include <G4VtkVisContext.hh>

Public Member Functions

 G4VtkVisContext ()
 
 G4VtkVisContext (const G4VtkViewer *viewer, const G4VisAttributes *visAtt, bool processing2D, const G4Transform3D &transform)
 
 G4VtkVisContext (const G4VtkVisContext &vc2)
 

Public Attributes

const G4VtkViewerfViewer
 
const G4VisAttributesfVisAtt
 
G4bool fProcessing2D
 
const G4Transform3DfTransform
 
G4int fDepth = -1
 
G4String fDescription
 
G4double red
 
G4double green
 
G4double blue
 
G4double alpha
 
G4double fSize
 
G4ViewParameters::DrawingStyle fDrawingStyle
 

Detailed Description

Definition at line 34 of file G4VtkVisContext.hh.

Constructor & Destructor Documentation

◆ G4VtkVisContext() [1/3]

G4VtkVisContext::G4VtkVisContext ( )
inline

Definition at line 48 of file G4VtkVisContext.hh.

49 : fViewer(nullptr),
50 fVisAtt(nullptr),
51 fProcessing2D(false),
53 fDepth(0),
54 fDescription(""),
55 red(0),
56 green(0),
57 blue(0),
58 alpha(0)
59 {}
const G4Transform3D & fTransform
const G4VisAttributes * fVisAtt
const G4VtkViewer * fViewer
static DLL_API const Transform3D Identity

◆ G4VtkVisContext() [2/3]

G4VtkVisContext::G4VtkVisContext ( const G4VtkViewer * viewer,
const G4VisAttributes * visAtt,
bool processing2D,
const G4Transform3D & transform )
inline

Definition at line 61 of file G4VtkVisContext.hh.

63 : fViewer(viewer), fVisAtt(visAtt), fProcessing2D(processing2D), fTransform(transform)
64 {}

◆ G4VtkVisContext() [3/3]

G4VtkVisContext::G4VtkVisContext ( const G4VtkVisContext & vc2)
inline

Definition at line 66 of file G4VtkVisContext.hh.

67 : fViewer(vc2.fViewer),
68 fVisAtt(vc2.fVisAtt),
71 fDepth(vc2.fDepth),
73 red(vc2.red),
74 green(vc2.green),
75 blue(vc2.blue),
76 alpha(vc2.alpha),
77 fSize(vc2.fSize),
79 {}
G4ViewParameters::DrawingStyle fDrawingStyle

Member Data Documentation

◆ alpha

◆ blue

◆ fDepth

G4int G4VtkVisContext::fDepth = -1

◆ fDescription

G4String G4VtkVisContext::fDescription

Definition at line 42 of file G4VtkVisContext.hh.

◆ fDrawingStyle

◆ fProcessing2D

G4bool G4VtkVisContext::fProcessing2D

◆ fSize

◆ fTransform

◆ fViewer

◆ fVisAtt

const G4VisAttributes* G4VtkVisContext::fVisAtt

Definition at line 38 of file G4VtkVisContext.hh.

◆ green

◆ red


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