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

update to CVS

Location:
trunk/source/visualization/VRML
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • trunk/source/visualization/VRML/GNUmakefile

    r834 r1140  
    1 # $Id: GNUmakefile,v 1.7 2004/06/03 11:40:14 gcosmo Exp $
     1# $Id: GNUmakefile,v 1.8 2009/10/21 15:27:21 allison Exp $
    22
    33# lib name
     
    2929CPPFLAGS += -I$(G4BASE)/geometry/management/include
    3030CPPFLAGS += -I$(G4BASE)/visualization/VRML/include
     31CPPFLAGS += -I$(G4BASE)/digits_hits/hits/include
    3132
    3233include $(G4INSTALL)/config/common.gmk
  • trunk/source/visualization/VRML/History

    r834 r1140  
    1 $Id: History,v 1.15 2006/06/12 08:32:16 allison Exp $
     1$Id: History,v 1.17 2009/10/21 15:27:21 allison Exp $
    22-------------------------------------------------------------------
    33
     
    2020History file for visualization/VRML sub-category
    2121------------------------------------------------
     22
     2321st October 2009  John Allison  (VRML-V09-02-01 coworks greps-V09-02-02)
     24- Added AddCompound (const G4THitsMap<G4double>&) methods.
     25  o Prevents warnings about hiding - calls G4VSceneHandler base class.
     26
     2729 September 2009  John Allison (VRML-V09-02-00)
     28- Tagged change of disclaimer on file headings (made long ago).
    2229
    233012th June 2006  John Allison  (VRML-V08-00-02)
  • trunk/source/visualization/VRML/include/G4VRML1FileSceneHandler.hh

    r944 r1140  
    2525//
    2626//
    27 // $Id: G4VRML1FileSceneHandler.hh,v 1.17 2006/06/29 21:25:27 gunter Exp $
     27// $Id: G4VRML1FileSceneHandler.hh,v 1.18 2009/10/21 15:27:21 allison Exp $
    2828// GEANT4 tag $Name:  $
    2929//
     
    7373          G4VSceneHandler::AddCompound(hit);
    7474        }
     75        void AddCompound ( const G4THitsMap<G4double> & hits) {
     76          G4VSceneHandler::AddCompound(hits);
     77        }
    7578
    7679        void BeginPrimitives(const G4Transform3D& objectTransformation);
  • trunk/source/visualization/VRML/include/G4VRML1SceneHandler.hh

    r944 r1140  
    2525//
    2626//
    27 // $Id: G4VRML1SceneHandler.hh,v 1.14 2006/06/29 21:25:31 gunter Exp $
     27// $Id: G4VRML1SceneHandler.hh,v 1.15 2009/10/21 15:27:21 allison Exp $
    2828// GEANT4 tag $Name:  $
    2929//
     
    7878          G4VSceneHandler::AddCompound(hit);
    7979        }
     80        void AddCompound ( const G4THitsMap<G4double> & hits) {
     81          G4VSceneHandler::AddCompound(hits);
     82        }
    8083
    8184        void BeginPrimitives(const G4Transform3D& objectTransformation);
  • trunk/source/visualization/VRML/include/G4VRML2FileSceneHandler.hh

    r944 r1140  
    2525//
    2626//
    27 // $Id: G4VRML2FileSceneHandler.hh,v 1.16 2006/06/29 21:25:39 gunter Exp $
     27// $Id: G4VRML2FileSceneHandler.hh,v 1.17 2009/10/21 15:27:21 allison Exp $
    2828// GEANT4 tag $Name:  $
    2929//
     
    7373          G4VSceneHandler::AddCompound(hit);
    7474        }
     75        void AddCompound ( const G4THitsMap<G4double> & hits) {
     76          G4VSceneHandler::AddCompound(hits);
     77        }
    7578
    7679        void BeginPrimitives(const G4Transform3D& objectTransformation);
  • trunk/source/visualization/VRML/include/G4VRML2SceneHandler.hh

    r944 r1140  
    2525//
    2626//
    27 // $Id: G4VRML2SceneHandler.hh,v 1.13 2006/06/29 21:25:43 gunter Exp $
     27// $Id: G4VRML2SceneHandler.hh,v 1.14 2009/10/21 15:27:21 allison Exp $
    2828// GEANT4 tag $Name:  $
    2929//
     
    7676          G4VSceneHandler::AddCompound(hit);
    7777        }
     78        void AddCompound ( const G4THitsMap<G4double> & hits) {
     79          G4VSceneHandler::AddCompound(hits);
     80        }
    7881
    7982        void BeginPrimitives(const G4Transform3D& objectTransformation);
Note: See TracChangeset for help on using the changeset viewer.