Ignore:
Timestamp:
Nov 30, 2007, 12:52:50 PM (17 years ago)
Author:
garnier
Message:

maj a jour par rapport au repository de geant4

Location:
trunk/geant4/visualization/management
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/geant4/visualization/management/History

    r609 r631  
    1 $Id: History,v 1.102 2007/11/10 15:05:46 allison Exp $
     1$Id: History,v 1.103 2007/11/16 20:34:17 perl Exp $
    22
    33-------------------------------------------------------------------
     
    2626History file for visualization management sub-category
    2727------------------------------------------------------
     28
     2916th November 2007  Joseph Perl  (visman-V09-00-02)
     30- G4VisCommandsCompound.cc: Replace references to Wired3.
     31- G4VisCommandsSceneAdd.cc: Replace references to Wired3.
    2832
    293310th November 2007  John Allison  (visman-V09-00-01)
  • trunk/geant4/visualization/management/src/G4VisCommandsCompound.cc

    r593 r631  
    2525//
    2626//
    27 // $Id: G4VisCommandsCompound.cc,v 1.38 2007/03/27 15:41:34 allison Exp $
    28 // GEANT4 tag $Name: geant4-09-00-ref-01 $
     27// $Id: G4VisCommandsCompound.cc,v 1.39 2007/11/16 20:29:04 perl Exp $
     28// GEANT4 tag $Name: $
    2929
    3030// Compound /vis/ commands - John Allison  15th May 2000
     
    183183     "\na representation of the geometry hierarchy of the worlds, try"
    184184     "\n\"/vis/drawTree [worlds]\" or one of the driver/browser combinations"
    185      "\nthat have the required functionality, e.g., HepRepFile/XML with the"
    186      "\nWIRED3/4 browser.");
     185     "\nthat have the required functionality, e.g., HepRep");
    187186  fpCommand->SetParameterName("physical-volume-name", omitable = true);
    188187  fpCommand->SetDefaultValue("world");
  • trunk/geant4/visualization/management/src/G4VisCommandsSceneAdd.cc

    r593 r631  
    2525//
    2626//
    27 // $Id: G4VisCommandsSceneAdd.cc,v 1.72 2006/11/25 15:37:31 allison Exp $
    28 // GEANT4 tag $Name: geant4-09-00-ref-01 $
     27// $Id: G4VisCommandsSceneAdd.cc,v 1.73 2007/11/16 20:29:04 perl Exp $
     28// GEANT4 tag $Name: $
    2929// /vis/scene commands - John Allison  9th August 1998
    3030
     
    14911491     "\nmatching occurence only.  To see a representation of the geometry"
    14921492     "\nhierarchy of the worlds, try \"/vis/drawTree [worlds]\" or one of the"
    1493      "\ndriver/browser combinations that have the required functionality,"
    1494      "\ne.g., HepRepFile/XML with the WIRED3/4 browser.");
     1493     "\ndriver/browser combinations that have the required functionality, e.g., HepRep.");
    14951494  fpCommand -> SetGuidance
    14961495    ("If clip-volume-type is specified, the subsequent parameters are used to"
  • trunk/geant4/visualization/management/src/G4VisCommandsSceneHandler.cc

    r617 r631  
    2626//
    2727// $Id: G4VisCommandsSceneHandler.cc,v 1.32 2006/06/29 21:29:46 gunter Exp $
    28 // GEANT4 tag $Name: geant4-09-00-ref-01 $
     28// GEANT4 tag $Name: $
    2929
    3030// /vis/sceneHandler commands - John Allison  10th October 1998
     
    6868
    6969  G4VisManager::Verbosity verbosity = fpVisManager->GetVerbosity();
    70   printf("G4VisCommandSceneHandlerCreate::SetNewValue  2\n");
    7170
    7271  G4String& sceneName = newValue;
     
    210209  G4VisManager::Verbosity verbosity = fpVisManager->GetVerbosity();
    211210
    212   printf("G4VisCommandSceneHandlerCreate::SetNewValue  1\n");
    213 
    214211  G4String graphicsSystem, newName;
    215212  std::istringstream is (newValue);
     
    329326                                                G4String newValue) {
    330327  G4String name, verbosityString;
    331   printf("G4VisCommandSceneHandlerCreate::SetNewValue  3\n");
    332328  std::istringstream is (newValue);
    333329  is >> name >> verbosityString;
     
    394390
    395391  G4VisManager::Verbosity verbosity = fpVisManager->GetVerbosity();
    396   printf("G4VisCommandSceneHandlerCreate::SetNewValue  4\n");
    397392
    398393  G4String& selectName = newValue;
Note: See TracChangeset for help on using the changeset viewer.