|
Geant4
10.03
|
#include <G4ModelColourMap.hh>
Inheritance diagram for G4ModelColourMap< T >:Public Member Functions | |
| G4ModelColourMap () | |
| virtual | ~G4ModelColourMap () |
| void | Set (const T &, const G4Colour &) |
| void | Set (const T &, const G4String &) |
| G4Colour & | operator[] (const T &quantity) |
| const std::map< T, G4Colour > & | GetBasicMap () const |
| bool | GetColour (const T &, G4Colour &) const |
| void | Print (std::ostream &ostr) const |
Private Attributes | |
| std::map< T, G4Colour > | fMap |
Definition at line 41 of file G4ModelColourMap.hh.
| G4ModelColourMap< T >::G4ModelColourMap | ( | ) |
Definition at line 71 of file G4ModelColourMap.hh.
|
virtual |
Definition at line 74 of file G4ModelColourMap.hh.
| const std::map< T, G4Colour > & G4ModelColourMap< T >::GetBasicMap | ( | ) | const |
Definition at line 105 of file G4ModelColourMap.hh.
Referenced by G4TrajectoryDrawByEncounteredVolume::Draw().
Here is the caller graph for this function:| bool G4ModelColourMap< T >::GetColour | ( | const T & | quantity, |
| G4Colour & | colour | ||
| ) | const |
Definition at line 110 of file G4ModelColourMap.hh.
Referenced by G4TrajectoryDrawByOriginVolume::Draw(), G4TrajectoryDrawByParticleID::Draw(), G4TrajectoryDrawByEncounteredVolume::Draw(), and G4TrajectoryDrawByCharge::Draw().
Here is the caller graph for this function:| G4Colour & G4ModelColourMap< T >::operator[] | ( | const T & | quantity | ) |
Definition at line 68 of file G4ModelColourMap.hh.
| void G4ModelColourMap< T >::Print | ( | std::ostream & | ostr | ) | const |
Definition at line 124 of file G4ModelColourMap.hh.
References G4endl.
Referenced by G4TrajectoryDrawByOriginVolume::Print(), G4TrajectoryDrawByParticleID::Print(), G4TrajectoryDrawByEncounteredVolume::Print(), and G4TrajectoryDrawByCharge::Print().
Here is the caller graph for this function:| void G4ModelColourMap< T >::Set | ( | const T & | quantity, |
| const G4Colour & | colour | ||
| ) |
Definition at line 99 of file G4ModelColourMap.hh.
Referenced by G4TrajectoryDrawByOriginVolume::Set(), G4TrajectoryDrawByParticleID::Set(), G4TrajectoryDrawByEncounteredVolume::Set(), and G4TrajectoryDrawByCharge::Set().
Here is the caller graph for this function:| void G4ModelColourMap< T >::Set | ( | const T & | quantity, |
| const G4String & | colour | ||
| ) |
Definition at line 78 of file G4ModelColourMap.hh.
References G4Exception(), G4Colour::GetColour(), JustWarning, and G4ArrayOps::Set().
Here is the call graph for this function:
|
private |
Definition at line 62 of file G4ModelColourMap.hh.