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

update to CVS

Location:
trunk/source/visualization/management/include
Files:
3 edited

Legend:

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

    r954 r1140  
    2525//
    2626//
    27 // $Id: G4VSceneHandler.hh,v 1.40 2008/01/04 22:03:45 allison Exp $
     27// $Id: G4VSceneHandler.hh,v 1.41 2009/10/21 14:26:59 allison Exp $
    2828// GEANT4 tag $Name:  $
    2929//
     
    4242#include "globals.hh"
    4343
    44 #include <stack>
    45 
    4644#include "G4VGraphicsScene.hh"
    4745#include "G4ViewerList.hh"
    4846#include "G4ViewParameters.hh"
     47#include "G4THitsMap.hh"
    4948
    5049class G4Scene;
     
    130129  virtual void AddCompound (const G4VTrajectory&);
    131130  virtual void AddCompound (const G4VHit&);
     131  virtual void AddCompound (const G4THitsMap<G4double>&);
    132132
    133133  //////////////////////////////////////////////////////////////
  • trunk/source/visualization/management/include/G4VisCommandsSceneAdd.hh

    r954 r1140  
    2525//
    2626//
    27 // $Id: G4VisCommandsSceneAdd.hh,v 1.17 2006/11/01 10:50:28 allison Exp $
     27// $Id: G4VisCommandsSceneAdd.hh,v 1.18 2009/10/30 15:58:50 allison Exp $
    2828// GEANT4 tag $Name:  $
    2929
     
    133133};
    134134
     135class G4VisCommandSceneAddPSHits: public G4VVisCommandScene {
     136public:
     137  G4VisCommandSceneAddPSHits ();
     138  virtual ~G4VisCommandSceneAddPSHits ();
     139  G4String GetCurrentValue (G4UIcommand* command);
     140  void SetNewValue (G4UIcommand* command, G4String newValue);
     141private:
     142  G4VisCommandSceneAddPSHits (const G4VisCommandSceneAddPSHits&);
     143  G4VisCommandSceneAddPSHits& operator = (const G4VisCommandSceneAddPSHits&);
     144  G4UIcmdWithoutParameter* fpCommand;
     145};
     146
    135147class G4VisCommandSceneAddScale: public G4VVisCommandScene {
    136148public:
  • trunk/source/visualization/management/include/G4VisExecutive.icc

    r944 r1140  
    2525//
    2626//
    27 // $Id: G4VisExecutive.icc,v 1.21 2009/03/14 11:43:42 allison Exp $
     27// $Id: G4VisExecutive.icc,v 1.22 2009/10/12 11:54:50 akimura Exp $
    2828// GEANT4 tag $Name:  $
    2929//
     
    4747#include "G4VRML1File.hh"
    4848#include "G4VRML2File.hh"
     49#include "G4GMocrenFile.hh"
    4950
    5051// Needing external packages or libraries...
     
    110111  RegisterGraphicsSystem (new G4VRML1File);
    111112  RegisterGraphicsSystem (new G4VRML2File);
     113  RegisterGraphicsSystem (new G4GMocrenFile);
    112114  // Graphics systems needing external packages or libraries...
    113115
Note: See TracChangeset for help on using the changeset viewer.