Changeset 1140 for trunk/source/visualization/OpenGL
- Timestamp:
- Nov 3, 2009, 11:17:28 AM (16 years ago)
- Location:
- trunk/source/visualization/OpenGL
- Files:
-
- 3 edited
-
History (modified) (2 diffs)
-
include/G4OpenGLSceneHandler.hh (modified) (2 diffs)
-
src/G4OpenGLSceneHandler.cc (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/source/visualization/OpenGL/History
r1135 r1140 1 $Id: History,v 1.15 5 2009/10/21 08:14:44 lgarnierExp $1 $Id: History,v 1.156 2009/10/21 15:21:09 allison Exp $ 2 2 ------------------------------------------------------------------- 3 3 … … 20 20 21 October 2009 Laurent Garnier 21 21 - G4OpenGLQtViewer : Prepare to attach viewer In UI 22 23 21st October 2009 John Allison (opengl-V09-02-08 coworks greps-V09-02-02) 24 - Added default AddCompound (const G4THitsMap<G4double>&) methods. 25 o Prevents warnings about hiding - calls G4VSceneHandler base class. 22 26 23 27 15 October 2009 Laurent Garnier -
trunk/source/visualization/OpenGL/include/G4OpenGLSceneHandler.hh
r1022 r1140 25 25 // 26 26 // 27 // $Id: G4OpenGLSceneHandler.hh,v 1.2 6 2009/04/23 10:13:56 lgarnierExp $27 // $Id: G4OpenGLSceneHandler.hh,v 1.27 2009/10/21 15:18:14 allison Exp $ 28 28 // GEANT4 tag $Name: $ 29 29 // … … 83 83 void AddCompound (const G4VTrajectory&); 84 84 void AddCompound (const G4VHit&); 85 void AddCompound (const G4THitsMap<G4double>&); 85 86 86 87 protected: -
trunk/source/visualization/OpenGL/src/G4OpenGLSceneHandler.cc
r1129 r1140 25 25 // 26 26 // 27 // $Id: G4OpenGLSceneHandler.cc,v 1.5 5 2009/03/03 14:51:29 lgarnierExp $27 // $Id: G4OpenGLSceneHandler.cc,v 1.56 2009/10/21 15:18:43 allison Exp $ 28 28 // GEANT4 tag $Name: $ 29 29 // … … 879 879 } 880 880 881 void G4OpenGLSceneHandler::AddCompound(const G4THitsMap<G4double>& hits) { 882 G4VSceneHandler::AddCompound(hits); // For now. 883 } 884 881 885 #endif
Note:
See TracChangeset
for help on using the changeset viewer.
