58 return (
this==&right);
68 const std::map<G4String,G4AttDef>* attDefs =
GetAttDefs();
71 if (
G4AttCheck(attValues,attDefs).Check(
"G4VTrajectory::ShowTrajectory")) {
77 std::vector<G4AttValue>::iterator iAttVal;
78 for (iAttVal = attValues->begin();
79 iAttVal != attValues->end(); ++iAttVal) {
80 std::map<G4String,G4AttDef>::const_iterator iAttDef =
81 attDefs->find(iAttVal->GetName());
82 os <<
"\n " << iAttDef->second.GetDesc()
83 <<
" (" << iAttVal->GetName()
84 <<
"): " << iAttVal->GetValue();
97 if (
G4AttCheck(attValues,attDefs).Check(
"G4VTrajectory::ShowTrajectory")) {
101 for (iAttVal = attValues->begin();
102 iAttVal != attValues->end(); ++iAttVal) {
103 std::map<G4String,G4AttDef>::const_iterator iAttDef =
104 attDefs->find(iAttVal->GetName());
105 os <<
"\n " << iAttDef->second.GetDesc()
106 <<
" (" << iAttVal->GetName()
107 <<
"): " << iAttVal->GetValue();
129 static G4bool warnedAboutIMode =
false;
130 if (!warnedAboutIMode && i_mode != 0) {
132 (
"G4VTrajectory::DrawTrajectory()",
134 "DEPRECATED! The use of i_mode argument in DrawTrajectory()"
135 "\n is deprecated and will be removed at the next major release.");
136 warnedAboutIMode =
true;
139 if (0 != pVVisManager) {