Changeset 1140 for trunk/source/visualization/VRML
- Timestamp:
- Nov 3, 2009, 11:17:28 AM (16 years ago)
- Location:
- trunk/source/visualization/VRML
- Files:
-
- 6 edited
-
GNUmakefile (modified) (2 diffs)
-
History (modified) (2 diffs)
-
include/G4VRML1FileSceneHandler.hh (modified) (2 diffs)
-
include/G4VRML1SceneHandler.hh (modified) (2 diffs)
-
include/G4VRML2FileSceneHandler.hh (modified) (2 diffs)
-
include/G4VRML2SceneHandler.hh (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/source/visualization/VRML/GNUmakefile
r834 r1140 1 # $Id: GNUmakefile,v 1. 7 2004/06/03 11:40:14 gcosmoExp $1 # $Id: GNUmakefile,v 1.8 2009/10/21 15:27:21 allison Exp $ 2 2 3 3 # lib name … … 29 29 CPPFLAGS += -I$(G4BASE)/geometry/management/include 30 30 CPPFLAGS += -I$(G4BASE)/visualization/VRML/include 31 CPPFLAGS += -I$(G4BASE)/digits_hits/hits/include 31 32 32 33 include $(G4INSTALL)/config/common.gmk -
trunk/source/visualization/VRML/History
r834 r1140 1 $Id: History,v 1.1 5 2006/06/12 08:32:16allison Exp $1 $Id: History,v 1.17 2009/10/21 15:27:21 allison Exp $ 2 2 ------------------------------------------------------------------- 3 3 … … 20 20 History file for visualization/VRML sub-category 21 21 ------------------------------------------------ 22 23 21st 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 27 29 September 2009 John Allison (VRML-V09-02-00) 28 - Tagged change of disclaimer on file headings (made long ago). 22 29 23 30 12th June 2006 John Allison (VRML-V08-00-02) -
trunk/source/visualization/VRML/include/G4VRML1FileSceneHandler.hh
r944 r1140 25 25 // 26 26 // 27 // $Id: G4VRML1FileSceneHandler.hh,v 1.1 7 2006/06/29 21:25:27 gunterExp $27 // $Id: G4VRML1FileSceneHandler.hh,v 1.18 2009/10/21 15:27:21 allison Exp $ 28 28 // GEANT4 tag $Name: $ 29 29 // … … 73 73 G4VSceneHandler::AddCompound(hit); 74 74 } 75 void AddCompound ( const G4THitsMap<G4double> & hits) { 76 G4VSceneHandler::AddCompound(hits); 77 } 75 78 76 79 void BeginPrimitives(const G4Transform3D& objectTransformation); -
trunk/source/visualization/VRML/include/G4VRML1SceneHandler.hh
r944 r1140 25 25 // 26 26 // 27 // $Id: G4VRML1SceneHandler.hh,v 1.1 4 2006/06/29 21:25:31 gunterExp $27 // $Id: G4VRML1SceneHandler.hh,v 1.15 2009/10/21 15:27:21 allison Exp $ 28 28 // GEANT4 tag $Name: $ 29 29 // … … 78 78 G4VSceneHandler::AddCompound(hit); 79 79 } 80 void AddCompound ( const G4THitsMap<G4double> & hits) { 81 G4VSceneHandler::AddCompound(hits); 82 } 80 83 81 84 void BeginPrimitives(const G4Transform3D& objectTransformation); -
trunk/source/visualization/VRML/include/G4VRML2FileSceneHandler.hh
r944 r1140 25 25 // 26 26 // 27 // $Id: G4VRML2FileSceneHandler.hh,v 1.1 6 2006/06/29 21:25:39 gunterExp $27 // $Id: G4VRML2FileSceneHandler.hh,v 1.17 2009/10/21 15:27:21 allison Exp $ 28 28 // GEANT4 tag $Name: $ 29 29 // … … 73 73 G4VSceneHandler::AddCompound(hit); 74 74 } 75 void AddCompound ( const G4THitsMap<G4double> & hits) { 76 G4VSceneHandler::AddCompound(hits); 77 } 75 78 76 79 void BeginPrimitives(const G4Transform3D& objectTransformation); -
trunk/source/visualization/VRML/include/G4VRML2SceneHandler.hh
r944 r1140 25 25 // 26 26 // 27 // $Id: G4VRML2SceneHandler.hh,v 1.1 3 2006/06/29 21:25:43 gunterExp $27 // $Id: G4VRML2SceneHandler.hh,v 1.14 2009/10/21 15:27:21 allison Exp $ 28 28 // GEANT4 tag $Name: $ 29 29 // … … 76 76 G4VSceneHandler::AddCompound(hit); 77 77 } 78 void AddCompound ( const G4THitsMap<G4double> & hits) { 79 G4VSceneHandler::AddCompound(hits); 80 } 78 81 79 82 void BeginPrimitives(const G4Transform3D& objectTransformation);
Note:
See TracChangeset
for help on using the changeset viewer.
