Changeset 1228 for trunk/source/visualization/management
- Timestamp:
- Jan 8, 2010, 11:56:51 AM (16 years ago)
- Location:
- trunk/source/visualization/management
- Files:
-
- 3 edited
-
History (modified) (2 diffs)
-
include/G4VisExecutive.hh (modified) (2 diffs)
-
src/G4VisCommandsSceneAdd.cc (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/source/visualization/management/History
r1196 r1228 1 $Id: History,v 1.13 4 2009/11/17 14:37:06 lgarnierExp $1 $Id: History,v 1.137 2009/11/22 14:08:09 allison Exp $ 2 2 3 3 ------------------------------------------------------------------- … … 27 27 ------------------------------------------------------ 28 28 29 22nd November 2009 John Allison (visman-V09-02-08) 30 - G4VisCommandsSceneAdd.cc: /vis/scene/add/trajectories rich: 31 o Added G4RichTrajectoryPoint().GetAttDefs() to informational. 32 33 17th November 2009 John Allison (visman-V09-02-07) 34 - Tagged. 35 29 36 17th November 2009 Laurent Garnier 30 - G4VViewer::Fix SceneHandler removing viewer if class destructor call 31 before G4VSceneHandler calls it 37 - Allow arbitrary viewer deletion (fixes crash). 38 o G4VViewer::~G4VViewer: Removes itself from viewer list. 39 o G4VSceneHandler::~G4VSceneHandler: better algorithm for removing viewers 40 to handle viewer self removal. 32 41 33 42 16th November 2009 Laurent Garnier -
trunk/source/visualization/management/include/G4VisExecutive.hh
r944 r1228 25 25 // 26 26 // 27 // $Id: G4VisExecutive.hh,v 1. 8 2009/03/14 11:43:42allison Exp $27 // $Id: G4VisExecutive.hh,v 1.9 2009/11/17 15:34:06 allison Exp $ 28 28 // GEANT4 tag $Name: $ 29 29 // … … 69 69 // 70 70 // Notes: 71 72 71 // (a) After instantiation, all references to this object should be as 73 72 // a G4VisManager. The functions RegisterGraphicsSystems and -
trunk/source/visualization/management/src/G4VisCommandsSceneAdd.cc
r1170 r1228 25 25 // 26 26 // 27 // $Id: G4VisCommandsSceneAdd.cc,v 1.7 7 2009/11/04 13:15:02allison Exp $27 // $Id: G4VisCommandsSceneAdd.cc,v 1.78 2009/11/22 14:02:30 allison Exp $ 28 28 // GEANT4 tag $Name: $ 29 29 // /vis/scene commands - John Allison 9th August 1998 … … 66 66 #include "G4PropagatorInField.hh" 67 67 #include "G4RichTrajectory.hh" 68 #include "G4RichTrajectoryPoint.hh" 68 69 #include "G4AttDef.hh" 69 70 #include "G4ios.hh" … … 1415 1416 "\n\"/vis/modeling/trajectories/create/drawByAttribute\" and" 1416 1417 "\n\"/vis/filtering/trajectories/create/attributeFilter\" commands:\n" 1417 << G4RichTrajectory().GetAttDefs(); 1418 << G4RichTrajectory().GetAttDefs() 1419 << G4RichTrajectoryPoint().GetAttDefs(); 1418 1420 } 1419 1421 }
Note:
See TracChangeset
for help on using the changeset viewer.
