|
Geant4
10.03.p02
|
Public Member Functions | |
| 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) |
Protected Attributes | |
| G4String | fName |
| G4bool | ifFloat |
| G4double | fMinVal |
| G4double | fMaxVal |
| G4VVisManager * | fVisManager |
| G4String | fPSUnit |
| G4String | fPSName |
| G4VScoreColorMap | ( | G4String | mName | ) |
|
virtual |
Implemented in G4DefaultLinearColorMap, and G4ScoreLogColorMap.
Reimplemented in G4ScoreLogColorMap.
Reimplemented in G4ScoreLogColorMap.
|
protected |
Referenced by IfFloatMinMax(), and SetFloatingMinMax().
|
protected |
Referenced by GetMin(), and SetMinMax().
|
protected |
Referenced by GetMax(), and SetMinMax().
|
protected |
|
protected |
Referenced by SetPSUnit().
|
protected |
Referenced by SetPSName().