Ignore:
Timestamp:
Jun 2, 2010, 11:23:42 AM (14 years ago)
Author:
garnier
Message:

CVS update

Location:
trunk/source/visualization/VRML/include
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/source/visualization/VRML/include/G4VRML1FileSceneHandler.hh

    r1140 r1294  
    2525//
    2626//
    27 // $Id: G4VRML1FileSceneHandler.hh,v 1.18 2009/10/21 15:27:21 allison Exp $
    28 // GEANT4 tag $Name: $
     27// $Id: G4VRML1FileSceneHandler.hh,v 1.19 2010/05/30 10:14:39 allison Exp $
     28// GEANT4 tag $Name: vis-V09-03-06 $
    2929//
    3030// G4VRML1FileSceneHandler.hh
     
    7272        void AddCompound ( const G4VHit& hit) {
    7373          G4VSceneHandler::AddCompound(hit);
     74        }
     75        void AddCompound ( const G4VDigi& digi) {
     76          G4VSceneHandler::AddCompound(digi);
    7477        }
    7578        void AddCompound ( const G4THitsMap<G4double> & hits) {
  • trunk/source/visualization/VRML/include/G4VRML1SceneHandler.hh

    r1140 r1294  
    2525//
    2626//
    27 // $Id: G4VRML1SceneHandler.hh,v 1.15 2009/10/21 15:27:21 allison Exp $
    28 // GEANT4 tag $Name: $
     27// $Id: G4VRML1SceneHandler.hh,v 1.16 2010/05/30 10:08:32 allison Exp $
     28// GEANT4 tag $Name: vis-V09-03-06 $
    2929//
    3030// G4VRML1SceneHandler.hh
     
    7777        void AddCompound ( const G4VHit& hit) {
    7878          G4VSceneHandler::AddCompound(hit);
     79        }
     80        void AddCompound ( const G4VDigi& digi) {
     81          G4VSceneHandler::AddCompound(digi);
    7982        }
    8083        void AddCompound ( const G4THitsMap<G4double> & hits) {
  • trunk/source/visualization/VRML/include/G4VRML2FileSceneHandler.hh

    r1140 r1294  
    2525//
    2626//
    27 // $Id: G4VRML2FileSceneHandler.hh,v 1.17 2009/10/21 15:27:21 allison Exp $
    28 // GEANT4 tag $Name: $
     27// $Id: G4VRML2FileSceneHandler.hh,v 1.18 2010/05/30 10:14:39 allison Exp $
     28// GEANT4 tag $Name: vis-V09-03-06 $
    2929//
    3030// G4VRML2FileSceneHandler.hh
     
    7272        void AddCompound ( const G4VHit& hit) {
    7373          G4VSceneHandler::AddCompound(hit);
     74        }
     75        void AddCompound ( const G4VDigi& digi) {
     76          G4VSceneHandler::AddCompound(digi);
    7477        }
    7578        void AddCompound ( const G4THitsMap<G4double> & hits) {
  • trunk/source/visualization/VRML/include/G4VRML2SceneHandler.hh

    r1140 r1294  
    2525//
    2626//
    27 // $Id: G4VRML2SceneHandler.hh,v 1.14 2009/10/21 15:27:21 allison Exp $
    28 // GEANT4 tag $Name: $
     27// $Id: G4VRML2SceneHandler.hh,v 1.15 2010/05/30 10:08:32 allison Exp $
     28// GEANT4 tag $Name: vis-V09-03-06 $
    2929//
    3030// G4VRML2SceneHandler.hh
     
    7575        void AddCompound ( const G4VHit& hit) {
    7676          G4VSceneHandler::AddCompound(hit);
     77        }
     78        void AddCompound ( const G4VDigi& digi) {
     79          G4VSceneHandler::AddCompound(digi);
    7780        }
    7881        void AddCompound ( const G4THitsMap<G4double> & hits) {
Note: See TracChangeset for help on using the changeset viewer.