Ignore:
Timestamp:
Jan 8, 2010, 11:56:51 AM (16 years ago)
Author:
garnier
Message:

update geant4.9.3 tag

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

Legend:

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

    r1196 r1228  
    1 $Id: History,v 1.134 2009/11/17 14:37:06 lgarnier Exp $
     1$Id: History,v 1.137 2009/11/22 14:08:09 allison Exp $
    22
    33-------------------------------------------------------------------
     
    2727------------------------------------------------------
    2828
     2922nd November 2009  John Allison  (visman-V09-02-08)
     30- G4VisCommandsSceneAdd.cc: /vis/scene/add/trajectories rich:
     31  o Added G4RichTrajectoryPoint().GetAttDefs() to informational.
     32
     3317th November 2009  John Allison  (visman-V09-02-07)
     34- Tagged.
     35
    293617th November 2009  Laurent Garnier
    30 - G4VViewer::Fix SceneHandler removing viewer if class destructor call
    31   before G4VSceneHandler calls it
     37- Allow arbitrary viewer deletion (fixes crash).
     38  o G4VViewer::~G4VViewer: Removes itself from viewer list.
     39  o G4VSceneHandler::~G4VSceneHandler: better algorithm for removing viewers
     40  to handle viewer self removal.
    3241
    334216th November 2009  Laurent Garnier
  • trunk/source/visualization/management/include/G4VisExecutive.hh

    r944 r1228  
    2525//
    2626//
    27 // $Id: G4VisExecutive.hh,v 1.8 2009/03/14 11:43:42 allison Exp $
     27// $Id: G4VisExecutive.hh,v 1.9 2009/11/17 15:34:06 allison Exp $
    2828// GEANT4 tag $Name:  $
    2929//
     
    6969//
    7070// Notes:
    71 
    7271// (a) After instantiation, all references to this object should be as
    7372//     a G4VisManager.  The functions RegisterGraphicsSystems and
  • trunk/source/visualization/management/src/G4VisCommandsSceneAdd.cc

    r1170 r1228  
    2525//
    2626//
    27 // $Id: G4VisCommandsSceneAdd.cc,v 1.77 2009/11/04 13:15:02 allison Exp $
     27// $Id: G4VisCommandsSceneAdd.cc,v 1.78 2009/11/22 14:02:30 allison Exp $
    2828// GEANT4 tag $Name:  $
    2929// /vis/scene commands - John Allison  9th August 1998
     
    6666#include "G4PropagatorInField.hh"
    6767#include "G4RichTrajectory.hh"
     68#include "G4RichTrajectoryPoint.hh"
    6869#include "G4AttDef.hh"
    6970#include "G4ios.hh"
     
    14151416        "\n\"/vis/modeling/trajectories/create/drawByAttribute\" and"
    14161417        "\n\"/vis/filtering/trajectories/create/attributeFilter\" commands:\n"
    1417              << G4RichTrajectory().GetAttDefs();
     1418             << G4RichTrajectory().GetAttDefs()
     1419             << G4RichTrajectoryPoint().GetAttDefs();
    14181420    }
    14191421  }
Note: See TracChangeset for help on using the changeset viewer.