Ignore:
Timestamp:
Nov 16, 2009, 3:49:55 PM (15 years ago)
Author:
garnier
Message:

Fix a delete problem

File:
1 edited

Legend:

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

    r1140 r1168  
    1 $Id: History,v 1.127 2009/10/30 16:05:30 allison Exp $
     1$Id: History,v 1.133 2009/11/16 13:51:08 lgarnier Exp $
    22
    33-------------------------------------------------------------------
     
    2626History file for visualization management sub-category
    2727------------------------------------------------------
     28
     2916th November 2009  Laurent Garnier
     30-G4VSceneHandler.cc: Bug fix: Deleting G4VSceneHandler null pointer exception fix.
     31
     3214th November 2009  John Allison
     33- G4VSceneHandler.cc: Bug fix: Should be const_cast, not static_cast, for hits.
     34  (Introduced in visman-V09-02-05 and geant4-09-02-ref-10.)
     35
     366th November 2009  John Allison
     37- G4VSceneHandler::AddCompound (const G4THitsMap<G4double>&):
     38  o For scoring maps, call DrawMesh with G4DefaultLinearColorMap as default.
     39  o Write message about other options:
     40    - /vis/open/gMocrenFile
     41    - /score/draw.. commands.
     42  o For hits that are not scoring maps, call DrawAllHits.
     43
     445th November 2009  John Allison
     45- G4VSceneHandler.cc:
     46  o ProcessScene: Added DrawEndOfRunModels().
     47  o AddCompound (const G4THitsMap<G4double>&): Call DrawMesh.
     48
     494th November 2009  John Allison
     50- G4Scene: Added EndOfRunModelList.
     51- G4VSceneHandler:
     52  o Added DrawEndOfRunModels.
     53  o AddCompound(const G4THitsMap<G4double>&): Prototype implementation
     54    using G4ScoringManager.  Still does nothing for scoring maps but
     55    otherwise calls DrawAllHits.
     56- G4VisManager.cc: Call fpSceneHandler->DrawEndOfRunModels at end of run.
     57- G4VisCommandsSceneAdd: Added optional parameter:
     58  o /vis/scene/add/psHits [scoring map name]
    2859
    296030th October 2009  John Allison  (visman-V09-02-06 coworks greps-V09-02-03)
Note: See TracChangeset for help on using the changeset viewer.