Ignore:
Timestamp:
Jun 1, 2010, 6:36:22 PM (14 years ago)
Author:
garnier
Message:

update from CVS

Location:
trunk/source/visualization/modeling/include
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/source/visualization/modeling/include/G4BoundingSphereScene.hh

    r1140 r1288  
    2525//
    2626//
    27 // $Id: G4BoundingSphereScene.hh,v 1.19 2009/10/21 14:17:33 allison Exp $
     27// $Id: G4BoundingSphereScene.hh,v 1.20 2010/05/30 11:23:25 allison Exp $
    2828// GEANT4 tag $Name:  $
    2929//
     
    7171  void AddCompound (const G4VTrajectory&) {}
    7272  void AddCompound (const G4VHit&) {}
     73  void AddCompound (const G4VDigi&) {}
    7374  void AddCompound (const G4THitsMap<G4double>&) {}
    7475  G4VisExtent GetBoundingSphereExtent ();
  • trunk/source/visualization/modeling/include/G4PhysicalVolumeMassScene.hh

    r1140 r1288  
    2525//
    2626//
    27 // $Id: G4PhysicalVolumeMassScene.hh,v 1.10 2009/10/21 14:17:33 allison Exp $
     27// $Id: G4PhysicalVolumeMassScene.hh,v 1.11 2010/05/30 11:23:25 allison Exp $
    2828// GEANT4 tag $Name:  $
    2929//
     
    109109  void AddCompound (const G4VTrajectory&) {}
    110110  void AddCompound (const G4VHit&) {}
     111  void AddCompound (const G4VDigi&) {}
    111112  void AddCompound (const G4THitsMap<G4double>&) {}
    112113
  • trunk/source/visualization/modeling/include/G4PhysicalVolumeSearchScene.hh

    r1140 r1288  
    2525//
    2626//
    27 // $Id: G4PhysicalVolumeSearchScene.hh,v 1.19 2009/10/21 14:17:33 allison Exp $
     27// $Id: G4PhysicalVolumeSearchScene.hh,v 1.20 2010/05/30 11:23:25 allison Exp $
    2828// GEANT4 tag $Name:  $
    2929//
     
    7474  void AddCompound (const G4VTrajectory&) {}
    7575  void AddCompound (const G4VHit&) {}
     76  void AddCompound (const G4VDigi&) {}
    7677  void AddCompound (const G4THitsMap<G4double>&) {}
    7778  G4int                GetFoundDepth          () const;
Note: See TracChangeset for help on using the changeset viewer.