Geant4
10.03
|
#include <G4TrajectoryDrawByEncounteredVolume.hh>
Public Member Functions | |
G4TrajectoryDrawByEncounteredVolume (const G4String &name="Unspecified", G4VisTrajContext *context=0) | |
virtual | ~G4TrajectoryDrawByEncounteredVolume () |
virtual void | Draw (const G4VTrajectory &trajectory, const G4bool &visible=true) const |
virtual void | Print (std::ostream &ostr) const |
void | SetDefault (const G4String &) |
void | SetDefault (const G4Colour &) |
void | Set (const G4String &pvname, const G4String &colour) |
void | Set (const G4String &pvname, const G4Colour &colour) |
![]() | |
G4VTrajectoryModel (const G4String &name, G4VisTrajContext *fpContext=0) | |
virtual | ~G4VTrajectoryModel () |
G4String | Name () const |
const G4VisTrajContext & | GetContext () const |
void | SetVerbose (const G4bool &) |
G4bool | GetVerbose () const |
Private Attributes | |
G4ModelColourMap< G4String > | fMap |
G4Colour | fDefault |
Definition at line 44 of file G4TrajectoryDrawByEncounteredVolume.hh.
G4TrajectoryDrawByEncounteredVolume::G4TrajectoryDrawByEncounteredVolume | ( | const G4String & | name = "Unspecified" , |
G4VisTrajContext * | context = 0 |
||
) |
Definition at line 40 of file G4TrajectoryDrawByEncounteredVolume.cc.
|
virtual |
Definition at line 45 of file G4TrajectoryDrawByEncounteredVolume.cc.
|
virtual |
Implements G4VTrajectoryModel.
Definition at line 48 of file G4TrajectoryDrawByEncounteredVolume.cc.
References G4VTrajectoryPoint::CreateAttValues(), G4TrajectoryDrawerUtils::DrawLineAndPoints(), fDefault, G4String::first(), fMap, G4cout, G4endl, G4Exception(), G4ModelColourMap< T >::GetBasicMap(), G4ModelColourMap< T >::GetColour(), G4VTrajectoryModel::GetContext(), G4RichTrajectory::GetPoint(), G4RichTrajectory::GetPointEntries(), G4VTrajectoryModel::GetVerbose(), JustWarning, G4VTrajectoryModel::Name(), G4VisTrajContext::Print(), G4VisTrajContext::SetLineColour(), and G4VisTrajContext::SetVisible().
|
virtual |
Implements G4VTrajectoryModel.
Definition at line 141 of file G4TrajectoryDrawByEncounteredVolume.cc.
References fDefault, fMap, G4VTrajectoryModel::GetContext(), G4VTrajectoryModel::Name(), G4VisTrajContext::Print(), and G4ModelColourMap< T >::Print().
Definition at line 129 of file G4TrajectoryDrawByEncounteredVolume.cc.
References fMap, and G4ModelColourMap< T >::Set().
Definition at line 135 of file G4TrajectoryDrawByEncounteredVolume.cc.
References fMap.
void G4TrajectoryDrawByEncounteredVolume::SetDefault | ( | const G4String & | colour | ) |
Definition at line 105 of file G4TrajectoryDrawByEncounteredVolume.cc.
References G4Exception(), G4Colour::GetColour(), and JustWarning.
void G4TrajectoryDrawByEncounteredVolume::SetDefault | ( | const G4Colour & | colour | ) |
Definition at line 123 of file G4TrajectoryDrawByEncounteredVolume.cc.
References fDefault.
|
private |
Definition at line 70 of file G4TrajectoryDrawByEncounteredVolume.hh.
Referenced by Draw(), Print(), and SetDefault().
|
private |
Definition at line 69 of file G4TrajectoryDrawByEncounteredVolume.hh.