Geant4  10.02.p03
G4VisTrajContext Class Reference

#include <G4VisTrajContext.hh>

Collaboration diagram for G4VisTrajContext:

Public Member Functions

 G4VisTrajContext (const G4String &name="Unspecified")
 
virtual ~G4VisTrajContext ()
 
G4String Name () const
 
void SetVisible (const G4bool &visible)
 
void Print (std::ostream &ostr) const
 
void SetLineColour (const G4Colour &colour)
 
G4Colour GetLineColour () const
 
void SetDrawLine (const G4bool &draw)
 
G4bool GetDrawLine () const
 
void SetLineVisible (const G4bool &visible)
 
G4bool GetLineVisible () const
 
void SetDrawAuxPts (const G4bool &draw)
 
G4bool GetDrawAuxPts () const
 
void SetAuxPtsType (const G4Polymarker::MarkerType &marker)
 
G4Polymarker::MarkerType GetAuxPtsType () const
 
void SetAuxPtsSize (const G4double &size)
 
G4double GetAuxPtsSize () const
 
void SetAuxPtsSizeType (const G4VMarker::SizeType &sizeType)
 
G4VMarker::SizeType GetAuxPtsSizeType () const
 
void SetAuxPtsFillStyle (const G4VMarker::FillStyle &style)
 
G4VMarker::FillStyle GetAuxPtsFillStyle () const
 
void SetAuxPtsColour (const G4Colour &colour)
 
G4Colour GetAuxPtsColour () const
 
void SetAuxPtsVisible (const G4bool &visible)
 
G4bool GetAuxPtsVisible () const
 
void SetDrawStepPts (const G4bool &draw)
 
G4bool GetDrawStepPts () const
 
void SetStepPtsType (const G4Polymarker::MarkerType &marker)
 
G4Polymarker::MarkerType GetStepPtsType () const
 
void SetStepPtsSize (const G4double &size)
 
G4double GetStepPtsSize () const
 
void SetStepPtsSizeType (const G4VMarker::SizeType &sizeType)
 
G4VMarker::SizeType GetStepPtsSizeType () const
 
void SetStepPtsFillStyle (const G4VMarker::FillStyle &style)
 
G4VMarker::FillStyle GetStepPtsFillStyle () const
 
void SetStepPtsColour (const G4Colour &colour)
 
G4Colour GetStepPtsColour () const
 
void SetStepPtsVisible (const G4bool &visible)
 
G4bool GetStepPtsVisible () const
 
void SetTimeSliceInterval (const G4double &interval)
 
G4double GetTimeSliceInterval () const
 

Private Attributes

G4String fName
 
G4Colour fLineColour
 
G4bool fLineVisible
 
G4bool fDrawLine
 
G4bool fDrawAuxPts
 
G4Polymarker::MarkerType fAuxPtsType
 
G4double fAuxPtsSize
 
G4VMarker::SizeType fAuxPtsSizeType
 
G4VMarker::FillStyle fAuxPtsFillStyle
 
G4Colour fAuxPtsColour
 
G4bool fAuxPtsVisible
 
G4bool fDrawStepPts
 
G4Polymarker::MarkerType fStepPtsType
 
G4double fStepPtsSize
 
G4VMarker::SizeType fStepPtsSizeType
 
G4VMarker::FillStyle fStepPtsFillStyle
 
G4Colour fStepPtsColour
 
G4bool fStepPtsVisible
 
G4double fTimeSliceInterval
 

Detailed Description

Definition at line 36 of file G4VisTrajContext.hh.

Constructor & Destructor Documentation

◆ G4VisTrajContext()

G4VisTrajContext::G4VisTrajContext ( const G4String name = "Unspecified")

Definition at line 29 of file G4VisTrajContext.cc.

30  :fName(name)
32  ,fLineVisible(true)
33  ,fDrawLine(true)
34  ,fDrawAuxPts(false)
36  ,fAuxPtsSize(2)
40  ,fAuxPtsVisible(true)
41  ,fDrawStepPts(false)
43  ,fStepPtsSize(2)
47  ,fStepPtsVisible(true)
49 {}
G4Polymarker::MarkerType fStepPtsType
static G4Colour Magenta()
Definition: G4Colour.hh:152
static G4Colour Grey()
Definition: G4Colour.hh:145
G4Polymarker::MarkerType fAuxPtsType
G4VMarker::FillStyle fAuxPtsFillStyle
G4VMarker::SizeType fAuxPtsSizeType
G4VMarker::FillStyle fStepPtsFillStyle
G4VMarker::SizeType fStepPtsSizeType
static G4Colour Yellow()
Definition: G4Colour.hh:153

◆ ~G4VisTrajContext()

G4VisTrajContext::~G4VisTrajContext ( )
virtual

Definition at line 52 of file G4VisTrajContext.cc.

52 {}

Member Function Documentation

◆ GetAuxPtsColour()

G4Colour G4VisTrajContext::GetAuxPtsColour ( ) const
Here is the caller graph for this function:

◆ GetAuxPtsFillStyle()

G4VMarker::FillStyle G4VisTrajContext::GetAuxPtsFillStyle ( ) const
Here is the caller graph for this function:

◆ GetAuxPtsSize()

G4double G4VisTrajContext::GetAuxPtsSize ( ) const
Here is the caller graph for this function:

◆ GetAuxPtsSizeType()

G4VMarker::SizeType G4VisTrajContext::GetAuxPtsSizeType ( ) const
Here is the caller graph for this function:

◆ GetAuxPtsType()

G4Polymarker::MarkerType G4VisTrajContext::GetAuxPtsType ( ) const
Here is the caller graph for this function:

◆ GetAuxPtsVisible()

G4bool G4VisTrajContext::GetAuxPtsVisible ( ) const
Here is the caller graph for this function:

◆ GetDrawAuxPts()

G4bool G4VisTrajContext::GetDrawAuxPts ( ) const
Here is the caller graph for this function:

◆ GetDrawLine()

G4bool G4VisTrajContext::GetDrawLine ( ) const
Here is the caller graph for this function:

◆ GetDrawStepPts()

G4bool G4VisTrajContext::GetDrawStepPts ( ) const
Here is the caller graph for this function:

◆ GetLineColour()

G4Colour G4VisTrajContext::GetLineColour ( ) const
Here is the caller graph for this function:

◆ GetLineVisible()

G4bool G4VisTrajContext::GetLineVisible ( ) const
Here is the caller graph for this function:

◆ GetStepPtsColour()

G4Colour G4VisTrajContext::GetStepPtsColour ( ) const
Here is the caller graph for this function:

◆ GetStepPtsFillStyle()

G4VMarker::FillStyle G4VisTrajContext::GetStepPtsFillStyle ( ) const
Here is the caller graph for this function:

◆ GetStepPtsSize()

G4double G4VisTrajContext::GetStepPtsSize ( ) const
Here is the caller graph for this function:

◆ GetStepPtsSizeType()

G4VMarker::SizeType G4VisTrajContext::GetStepPtsSizeType ( ) const
Here is the caller graph for this function:

◆ GetStepPtsType()

G4Polymarker::MarkerType G4VisTrajContext::GetStepPtsType ( ) const
Here is the caller graph for this function:

◆ GetStepPtsVisible()

G4bool G4VisTrajContext::GetStepPtsVisible ( ) const
Here is the caller graph for this function:

◆ GetTimeSliceInterval()

G4double G4VisTrajContext::GetTimeSliceInterval ( ) const
Here is the caller graph for this function:

◆ Name()

G4String G4VisTrajContext::Name ( ) const

◆ Print()

void G4VisTrajContext::Print ( std::ostream &  ostr) const
Here is the caller graph for this function:

◆ SetAuxPtsColour()

void G4VisTrajContext::SetAuxPtsColour ( const G4Colour colour)

◆ SetAuxPtsFillStyle()

void G4VisTrajContext::SetAuxPtsFillStyle ( const G4VMarker::FillStyle style)

◆ SetAuxPtsSize()

void G4VisTrajContext::SetAuxPtsSize ( const G4double size)

◆ SetAuxPtsSizeType()

void G4VisTrajContext::SetAuxPtsSizeType ( const G4VMarker::SizeType sizeType)

◆ SetAuxPtsType()

void G4VisTrajContext::SetAuxPtsType ( const G4Polymarker::MarkerType marker)

◆ SetAuxPtsVisible()

void G4VisTrajContext::SetAuxPtsVisible ( const G4bool visible)

◆ SetDrawAuxPts()

void G4VisTrajContext::SetDrawAuxPts ( const G4bool draw)

◆ SetDrawLine()

void G4VisTrajContext::SetDrawLine ( const G4bool draw)

◆ SetDrawStepPts()

void G4VisTrajContext::SetDrawStepPts ( const G4bool draw)

◆ SetLineColour()

void G4VisTrajContext::SetLineColour ( const G4Colour colour)
Here is the caller graph for this function:

◆ SetLineVisible()

void G4VisTrajContext::SetLineVisible ( const G4bool visible)

◆ SetStepPtsColour()

void G4VisTrajContext::SetStepPtsColour ( const G4Colour colour)

◆ SetStepPtsFillStyle()

void G4VisTrajContext::SetStepPtsFillStyle ( const G4VMarker::FillStyle style)

◆ SetStepPtsSize()

void G4VisTrajContext::SetStepPtsSize ( const G4double size)

◆ SetStepPtsSizeType()

void G4VisTrajContext::SetStepPtsSizeType ( const G4VMarker::SizeType sizeType)

◆ SetStepPtsType()

void G4VisTrajContext::SetStepPtsType ( const G4Polymarker::MarkerType marker)

◆ SetStepPtsVisible()

void G4VisTrajContext::SetStepPtsVisible ( const G4bool visible)

◆ SetTimeSliceInterval()

void G4VisTrajContext::SetTimeSliceInterval ( const G4double interval)

◆ SetVisible()

void G4VisTrajContext::SetVisible ( const G4bool visible)
Here is the caller graph for this function:

Member Data Documentation

◆ fAuxPtsColour

G4Colour G4VisTrajContext::fAuxPtsColour
private

Definition at line 126 of file G4VisTrajContext.hh.

◆ fAuxPtsFillStyle

G4VMarker::FillStyle G4VisTrajContext::fAuxPtsFillStyle
private

Definition at line 125 of file G4VisTrajContext.hh.

◆ fAuxPtsSize

G4double G4VisTrajContext::fAuxPtsSize
private

Definition at line 123 of file G4VisTrajContext.hh.

◆ fAuxPtsSizeType

G4VMarker::SizeType G4VisTrajContext::fAuxPtsSizeType
private

Definition at line 124 of file G4VisTrajContext.hh.

◆ fAuxPtsType

G4Polymarker::MarkerType G4VisTrajContext::fAuxPtsType
private

Definition at line 122 of file G4VisTrajContext.hh.

◆ fAuxPtsVisible

G4bool G4VisTrajContext::fAuxPtsVisible
private

Definition at line 127 of file G4VisTrajContext.hh.

◆ fDrawAuxPts

G4bool G4VisTrajContext::fDrawAuxPts
private

Definition at line 121 of file G4VisTrajContext.hh.

◆ fDrawLine

G4bool G4VisTrajContext::fDrawLine
private

Definition at line 118 of file G4VisTrajContext.hh.

◆ fDrawStepPts

G4bool G4VisTrajContext::fDrawStepPts
private

Definition at line 130 of file G4VisTrajContext.hh.

◆ fLineColour

G4Colour G4VisTrajContext::fLineColour
private

Definition at line 116 of file G4VisTrajContext.hh.

◆ fLineVisible

G4bool G4VisTrajContext::fLineVisible
private

Definition at line 117 of file G4VisTrajContext.hh.

◆ fName

G4String G4VisTrajContext::fName
private

Definition at line 113 of file G4VisTrajContext.hh.

◆ fStepPtsColour

G4Colour G4VisTrajContext::fStepPtsColour
private

Definition at line 135 of file G4VisTrajContext.hh.

◆ fStepPtsFillStyle

G4VMarker::FillStyle G4VisTrajContext::fStepPtsFillStyle
private

Definition at line 134 of file G4VisTrajContext.hh.

◆ fStepPtsSize

G4double G4VisTrajContext::fStepPtsSize
private

Definition at line 132 of file G4VisTrajContext.hh.

◆ fStepPtsSizeType

G4VMarker::SizeType G4VisTrajContext::fStepPtsSizeType
private

Definition at line 133 of file G4VisTrajContext.hh.

◆ fStepPtsType

G4Polymarker::MarkerType G4VisTrajContext::fStepPtsType
private

Definition at line 131 of file G4VisTrajContext.hh.

◆ fStepPtsVisible

G4bool G4VisTrajContext::fStepPtsVisible
private

Definition at line 136 of file G4VisTrajContext.hh.

◆ fTimeSliceInterval

G4double G4VisTrajContext::fTimeSliceInterval
private

Definition at line 139 of file G4VisTrajContext.hh.


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