Geant4 11.1.1
Toolkit for the simulation of the passage of particles through matter
|
#include <G4VScoreColorMap.hh>
Public Member Functions | |
G4VScoreColorMap (G4String mName) | |
virtual | ~G4VScoreColorMap ()=default |
virtual void | GetMapColor (G4double val, G4double color[4])=0 |
G4String | GetName () const |
void | SetFloatingMinMax (G4bool vl=true) |
G4bool | IfFloatMinMax () const |
void | SetMinMax (G4double minVal, G4double maxVal) |
G4double | GetMin () const |
G4double | GetMax () const |
virtual void | DrawColorChart (G4int nPoint=5) |
virtual void | DrawColorChartBar (G4int nPoint) |
virtual void | DrawColorChartText (G4int nPoint) |
void | SetPSUnit (G4String &unit) |
void | SetPSName (G4String &psName) |
Protected Attributes | |
G4String | fName |
G4bool | ifFloat = true |
G4double | fMinVal = 0.0 |
G4double | fMaxVal = DBL_MAX |
G4VVisManager * | fVisManager = nullptr |
G4String | fPSUnit = "" |
G4String | fPSName = "" |
Definition at line 36 of file G4VScoreColorMap.hh.
G4VScoreColorMap::G4VScoreColorMap | ( | G4String | mName | ) |
Definition at line 42 of file G4VScoreColorMap.cc.
|
virtualdefault |
|
virtual |
Definition at line 46 of file G4VScoreColorMap.cc.
Referenced by G4ScoringBox::Draw(), G4ScoringCylinder::Draw(), G4ScoringBox::DrawColumn(), and G4ScoringCylinder::DrawColumn().
|
virtual |
Reimplemented in G4ScoreLogColorMap.
Definition at line 60 of file G4VScoreColorMap.cc.
Referenced by DrawColorChart().
|
virtual |
Reimplemented in G4ScoreLogColorMap.
Definition at line 85 of file G4VScoreColorMap.cc.
Referenced by DrawColorChart().
Implemented in G4DefaultLinearColorMap, and G4ScoreLogColorMap.
Referenced by G4ScoringBox::Draw(), G4ScoringCylinder::Draw(), DrawColorChartBar(), DrawColorChartText(), G4ScoringBox::DrawColumn(), and G4ScoringCylinder::DrawColumn().
|
inline |
Definition at line 66 of file G4VScoreColorMap.hh.
Referenced by DrawColorChartBar(), and DrawColorChartText().
|
inline |
Definition at line 65 of file G4VScoreColorMap.hh.
Referenced by DrawColorChartBar(), and DrawColorChartText().
|
inline |
Definition at line 46 of file G4VScoreColorMap.hh.
Referenced by G4ScoringManager::G4ScoringManager(), and G4ScoringManager::RegisterScoreColorMap().
|
inline |
Definition at line 48 of file G4VScoreColorMap.hh.
Referenced by G4ScoringBox::Draw(), G4ScoringCylinder::Draw(), G4ScoringBox::DrawColumn(), and G4ScoringCylinder::DrawColumn().
|
inline |
Definition at line 47 of file G4VScoreColorMap.hh.
Referenced by G4ScoringMessenger::SetNewValue().
Definition at line 49 of file G4VScoreColorMap.hh.
Referenced by G4ScoringBox::Draw(), G4ScoringCylinder::Draw(), G4ScoringBox::DrawColumn(), G4ScoringCylinder::DrawColumn(), and G4ScoringMessenger::SetNewValue().
|
inline |
Definition at line 76 of file G4VScoreColorMap.hh.
Referenced by G4ScoringBox::Draw(), G4ScoringCylinder::Draw(), G4ScoringBox::DrawColumn(), and G4ScoringCylinder::DrawColumn().
|
inline |
Definition at line 75 of file G4VScoreColorMap.hh.
Referenced by G4ScoringBox::Draw(), G4ScoringCylinder::Draw(), G4ScoringBox::DrawColumn(), and G4ScoringCylinder::DrawColumn().
Definition at line 82 of file G4VScoreColorMap.hh.
Referenced by G4ScoreLogColorMap::DrawColorChartBar(), G4ScoreLogColorMap::DrawColorChartText(), G4DefaultLinearColorMap::GetMapColor(), G4ScoreLogColorMap::GetMapColor(), GetMax(), and SetMinMax().
|
protected |
Definition at line 81 of file G4VScoreColorMap.hh.
Referenced by G4ScoreLogColorMap::DrawColorChartBar(), G4ScoreLogColorMap::DrawColorChartText(), G4DefaultLinearColorMap::GetMapColor(), G4ScoreLogColorMap::GetMapColor(), GetMin(), and SetMinMax().
|
protected |
Definition at line 79 of file G4VScoreColorMap.hh.
Referenced by GetName().
|
protected |
Definition at line 85 of file G4VScoreColorMap.hh.
Referenced by DrawColorChartText(), G4ScoreLogColorMap::DrawColorChartText(), and SetPSName().
|
protected |
Definition at line 84 of file G4VScoreColorMap.hh.
Referenced by DrawColorChartText(), G4ScoreLogColorMap::DrawColorChartText(), and SetPSUnit().
|
protected |
Definition at line 83 of file G4VScoreColorMap.hh.
Referenced by DrawColorChart(), DrawColorChartBar(), G4ScoreLogColorMap::DrawColorChartBar(), DrawColorChartText(), and G4ScoreLogColorMap::DrawColorChartText().
|
protected |
Definition at line 80 of file G4VScoreColorMap.hh.
Referenced by IfFloatMinMax(), and SetFloatingMinMax().