|
Geant4 11.3.0
Toolkit for the simulation of the passage of particles through matter
|
#include <G4DefaultLinearColorMap.hh>
Inheritance diagram for G4DefaultLinearColorMap:Public Member Functions | |
| ~G4DefaultLinearColorMap () override=default | |
| void | GetMapColor (G4double val, G4double color[4]) override |
| G4VScoreColorMap (const G4String &mName) | |
Public Member Functions inherited from G4VScoreColorMap | |
| G4VScoreColorMap (const G4String &mName) | |
| virtual | ~G4VScoreColorMap ()=default |
| const 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 (const G4String &unit) |
| void | SetPSName (const G4String &psName) |
Additional Inherited Members | |
Protected Attributes inherited from G4VScoreColorMap | |
| 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 G4DefaultLinearColorMap.hh.
|
overridedefault |
| G4VScoreColorMap::G4VScoreColorMap | ( | const G4String & | mName | ) |
Definition at line 41 of file G4VScoreColorMap.cc.
Implements G4VScoreColorMap.
Definition at line 31 of file G4DefaultLinearColorMap.cc.