Changeset 1140 for trunk/source/visualization/management/include
- Timestamp:
- Nov 3, 2009, 11:17:28 AM (16 years ago)
- Location:
- trunk/source/visualization/management/include
- Files:
-
- 3 edited
-
G4VSceneHandler.hh (modified) (3 diffs)
-
G4VisCommandsSceneAdd.hh (modified) (2 diffs)
-
G4VisExecutive.icc (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/source/visualization/management/include/G4VSceneHandler.hh
r954 r1140 25 25 // 26 26 // 27 // $Id: G4VSceneHandler.hh,v 1.4 0 2008/01/04 22:03:45allison Exp $27 // $Id: G4VSceneHandler.hh,v 1.41 2009/10/21 14:26:59 allison Exp $ 28 28 // GEANT4 tag $Name: $ 29 29 // … … 42 42 #include "globals.hh" 43 43 44 #include <stack>45 46 44 #include "G4VGraphicsScene.hh" 47 45 #include "G4ViewerList.hh" 48 46 #include "G4ViewParameters.hh" 47 #include "G4THitsMap.hh" 49 48 50 49 class G4Scene; … … 130 129 virtual void AddCompound (const G4VTrajectory&); 131 130 virtual void AddCompound (const G4VHit&); 131 virtual void AddCompound (const G4THitsMap<G4double>&); 132 132 133 133 ////////////////////////////////////////////////////////////// -
trunk/source/visualization/management/include/G4VisCommandsSceneAdd.hh
r954 r1140 25 25 // 26 26 // 27 // $Id: G4VisCommandsSceneAdd.hh,v 1.1 7 2006/11/01 10:50:28allison Exp $27 // $Id: G4VisCommandsSceneAdd.hh,v 1.18 2009/10/30 15:58:50 allison Exp $ 28 28 // GEANT4 tag $Name: $ 29 29 … … 133 133 }; 134 134 135 class G4VisCommandSceneAddPSHits: public G4VVisCommandScene { 136 public: 137 G4VisCommandSceneAddPSHits (); 138 virtual ~G4VisCommandSceneAddPSHits (); 139 G4String GetCurrentValue (G4UIcommand* command); 140 void SetNewValue (G4UIcommand* command, G4String newValue); 141 private: 142 G4VisCommandSceneAddPSHits (const G4VisCommandSceneAddPSHits&); 143 G4VisCommandSceneAddPSHits& operator = (const G4VisCommandSceneAddPSHits&); 144 G4UIcmdWithoutParameter* fpCommand; 145 }; 146 135 147 class G4VisCommandSceneAddScale: public G4VVisCommandScene { 136 148 public: -
trunk/source/visualization/management/include/G4VisExecutive.icc
r944 r1140 25 25 // 26 26 // 27 // $Id: G4VisExecutive.icc,v 1.2 1 2009/03/14 11:43:42 allisonExp $27 // $Id: G4VisExecutive.icc,v 1.22 2009/10/12 11:54:50 akimura Exp $ 28 28 // GEANT4 tag $Name: $ 29 29 // … … 47 47 #include "G4VRML1File.hh" 48 48 #include "G4VRML2File.hh" 49 #include "G4GMocrenFile.hh" 49 50 50 51 // Needing external packages or libraries... … … 110 111 RegisterGraphicsSystem (new G4VRML1File); 111 112 RegisterGraphicsSystem (new G4VRML2File); 113 RegisterGraphicsSystem (new G4GMocrenFile); 112 114 // Graphics systems needing external packages or libraries... 113 115
Note:
See TracChangeset
for help on using the changeset viewer.
