Ignore:
Timestamp:
Nov 3, 2009, 11:17:28 AM (16 years ago)
Author:
garnier
Message:

update to CVS

Location:
trunk/source/visualization/OpenGL
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/source/visualization/OpenGL/History

    r1135 r1140  
    1 $Id: History,v 1.155 2009/10/21 08:14:44 lgarnier Exp $
     1$Id: History,v 1.156 2009/10/21 15:21:09 allison Exp $
    22-------------------------------------------------------------------
    33
     
    202021 October 2009 Laurent Garnier
    2121 -  G4OpenGLQtViewer : Prepare to attach viewer In UI
     22
     2321st 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.
    2226
    232715 October 2009 Laurent Garnier
  • trunk/source/visualization/OpenGL/include/G4OpenGLSceneHandler.hh

    r1022 r1140  
    2525//
    2626//
    27 // $Id: G4OpenGLSceneHandler.hh,v 1.26 2009/04/23 10:13:56 lgarnier Exp $
     27// $Id: G4OpenGLSceneHandler.hh,v 1.27 2009/10/21 15:18:14 allison Exp $
    2828// GEANT4 tag $Name:  $
    2929//
     
    8383  void AddCompound (const G4VTrajectory&);
    8484  void AddCompound (const G4VHit&);
     85  void AddCompound (const G4THitsMap<G4double>&);
    8586
    8687protected:
  • trunk/source/visualization/OpenGL/src/G4OpenGLSceneHandler.cc

    r1129 r1140  
    2525//
    2626//
    27 // $Id: G4OpenGLSceneHandler.cc,v 1.55 2009/03/03 14:51:29 lgarnier Exp $
     27// $Id: G4OpenGLSceneHandler.cc,v 1.56 2009/10/21 15:18:43 allison Exp $
    2828// GEANT4 tag $Name:  $
    2929//
     
    879879}
    880880
     881void G4OpenGLSceneHandler::AddCompound(const G4THitsMap<G4double>& hits) {
     882  G4VSceneHandler::AddCompound(hits);  // For now.
     883}
     884
    881885#endif
Note: See TracChangeset for help on using the changeset viewer.