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

update from CVS

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/source/visualization/management/include/G4VSceneHandler.hh

    r1258 r1288  
    2525//
    2626//
    27 // $Id: G4VSceneHandler.hh,v 1.43 2010/05/11 10:50:57 allison Exp $
     27// $Id: G4VSceneHandler.hh,v 1.44 2010/05/30 11:30:49 allison Exp $
    2828// GEANT4 tag $Name:  $
    2929//
     
    5959class G4Event;
    6060class G4AttHolder;
     61class G4VDigi;
    6162
    6263class G4VSceneHandler: public G4VGraphicsScene {
     
    129130  virtual void AddCompound (const G4VTrajectory&);
    130131  virtual void AddCompound (const G4VHit&);
     132  virtual void AddCompound (const G4VDigi&);
    131133  virtual void AddCompound (const G4THitsMap<G4double>&);
    132134
     
    319321  // object onto the G4AttHolder object.  It checks fpModel, and also
    320322  // loads the G4AttValues and G4AttDefs from G4PhysicalVolumeModel,
    321   // G4VTrajectory, G4VTrajectoryPoint, or G4VHits, as appropriate.
    322   // The G4AttHolder object is an object of a class that publicly
    323   // inherits G4AttHolder - see, e.g., SoG4Polyhedron in the Open
    324   // Inventor driver.  G4AttHolder deletes G4AttValues in its
     323  // G4VTrajectory, G4VTrajectoryPoint, G4VHit or G4VDigi, as
     324  // appropriate.  The G4AttHolder object is an object of a class that
     325  // publicly inherits G4AttHolder - see, e.g., SoG4Polyhedron in the
     326  // Open Inventor driver.  G4AttHolder deletes G4AttValues in its
    325327  // destructor to ensure proper clean-up of G4AttValues.
    326328
Note: See TracChangeset for help on using the changeset viewer.