Changeset 1140 for trunk/source/visualization/XXX
- Timestamp:
- Nov 3, 2009, 11:17:28 AM (16 years ago)
- Location:
- trunk/source/visualization/XXX
- Files:
-
- 5 edited
-
GNUmakefile (modified) (2 diffs)
-
History (modified) (2 diffs)
-
include/G4XXXFileSceneHandler.hh (modified) (2 diffs)
-
include/G4XXXSGSceneHandler.hh (modified) (2 diffs)
-
include/G4XXXStoredSceneHandler.hh (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/source/visualization/XXX/GNUmakefile
r834 r1140 1 # $Id: GNUmakefile,v 1. 7 2006/03/28 17:16:41allison Exp $1 # $Id: GNUmakefile,v 1.8 2009/10/21 15:28:53 allison Exp $ 2 2 3 3 name := G4visXXX … … 28 28 CPPFLAGS += -I$(G4BASE)/geometry/solids/specific/include 29 29 CPPFLAGS += -I$(G4BASE)/tracking/include 30 CPPFLAGS += -I$(G4BASE)/digits_hits/hits/include 30 31 31 32 ifdef G4VIS_BUILD_XXXSG_DRIVER -
trunk/source/visualization/XXX/History
r834 r1140 1 $Id: History,v 1.2 7 2006/11/05 20:41:55allison Exp $1 $Id: History,v 1.28 2009/10/21 15:28:53 allison Exp $ 2 2 ------------------------------------------------------------------- 3 3 … … 20 20 History file for visualization/XXX sub-category (a template graphics system) 21 21 --------------------------------------------------------------------------- 22 23 21st October 2009 John Allison (visXXX-V09-02-00 coworks greps-V09-02-02) 24 - Added AddCompound (const G4THitsMap<G4double>&) methods. 25 o Prevents warnings about hiding - calls G4VSceneHandler base class. 22 26 23 27 5th November 2006 John Allison (visXXX-V08-01-06) -
trunk/source/visualization/XXX/include/G4XXXFileSceneHandler.hh
r944 r1140 25 25 // 26 26 // 27 // $Id: G4XXXFileSceneHandler.hh,v 1. 3 2006/06/29 21:26:42 gunterExp $27 // $Id: G4XXXFileSceneHandler.hh,v 1.4 2009/10/21 15:28:53 allison Exp $ 28 28 // GEANT4 tag $Name: $ 29 29 // … … 76 76 // void AddCompound(const G4VTrajectory&); 77 77 // void AddCompound(const G4VHit&); 78 // void AddCompound(const G4THitsMap<G4double>&); 78 79 // void PreAddSolid(const G4Transform3D& objectTransformation, 79 80 // const G4VisAttributes&); -
trunk/source/visualization/XXX/include/G4XXXSGSceneHandler.hh
r944 r1140 25 25 // 26 26 // 27 // $Id: G4XXXSGSceneHandler.hh,v 1. 3 2006/06/29 21:26:56 gunterExp $27 // $Id: G4XXXSGSceneHandler.hh,v 1.4 2009/10/21 15:28:53 allison Exp $ 28 28 // GEANT4 tag $Name: $ 29 29 // … … 80 80 // void AddCompound(const G4VTrajectory&); 81 81 // void AddCompound(const G4VHit&); 82 // void AddCompound(const G4THitsMap<G4double>&); 82 83 void PreAddSolid(const G4Transform3D& objectTransformation, 83 84 const G4VisAttributes&); -
trunk/source/visualization/XXX/include/G4XXXStoredSceneHandler.hh
r944 r1140 25 25 // 26 26 // 27 // $Id: G4XXXStoredSceneHandler.hh,v 1. 3 2006/06/29 21:27:06 gunterExp $27 // $Id: G4XXXStoredSceneHandler.hh,v 1.4 2009/10/21 15:28:53 allison Exp $ 28 28 // GEANT4 tag $Name: $ 29 29 // … … 78 78 // void AddCompound(const G4VTrajectory&); 79 79 // void AddCompound(const G4VHit&); 80 // void AddCompound(const G4THitsMap<G4double>&); 80 81 void PreAddSolid(const G4Transform3D& objectTransformation, 81 82 const G4VisAttributes&);
Note:
See TracChangeset
for help on using the changeset viewer.
