Geant4 10.7.0
Toolkit for the simulation of the passage of particles through matter
|
#include <G4ScoreLogColorMap.hh>
Public Member Functions | |
G4ScoreLogColorMap (G4String mName) | |
virtual | ~G4ScoreLogColorMap () |
virtual void | GetMapColor (G4double val, G4double color[4]) |
virtual void | DrawColorChartBar (G4int nPoint) |
virtual void | DrawColorChartText (G4int nPoint) |
Public Member Functions inherited from G4VScoreColorMap | |
G4VScoreColorMap (G4String mName) | |
virtual | ~G4VScoreColorMap () |
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) |
Additional Inherited Members | |
Protected Attributes inherited from G4VScoreColorMap | |
G4String | fName |
G4bool | ifFloat |
G4double | fMinVal |
G4double | fMaxVal |
G4VVisManager * | fVisManager |
G4String | fPSUnit |
G4String | fPSName |
Definition at line 35 of file G4ScoreLogColorMap.hh.
G4ScoreLogColorMap::G4ScoreLogColorMap | ( | G4String | mName | ) |
Definition at line 43 of file G4ScoreLogColorMap.cc.
|
virtual |
Definition at line 47 of file G4ScoreLogColorMap.cc.
|
virtual |
Reimplemented from G4VScoreColorMap.
Definition at line 141 of file G4ScoreLogColorMap.cc.
|
virtual |
Reimplemented from G4VScoreColorMap.
Definition at line 170 of file G4ScoreLogColorMap.cc.
Implements G4VScoreColorMap.
Definition at line 51 of file G4ScoreLogColorMap.cc.
Referenced by DrawColorChartBar(), and DrawColorChartText().