source: trunk/source/visualization/modeling/History @ 1346

Last change on this file since 1346 was 1346, checked in by garnier, 14 years ago

before tag

File size: 22.6 KB
Line 
1$Id: History,v 1.123 2010/11/14 22:14:11 allison Exp $
2-------------------------------------------------------------------
3
4     =========================================================
5     Geant4 - an Object-Oriented Toolkit for Simulation in HEP
6     =========================================================
7
8                      Category History file
9                      ---------------------
10This file should be used by G4 developers and category coordinators
11to briefly summarize all major modifications introduced in the code
12and keep track of all category-tags.
13It DOES NOT substitute the  CVS log-message one should put at every
14committal in the CVS repository !
15
16     ----------------------------------------------------------
17     * Reverse chronological order (last date on top), please *
18     ----------------------------------------------------------
19
20History file for visualization/modeling
21---------------------------------------
22
2314th November 2010  John Allison  (modeling-V09-03-05)
24- G4TrajectoryDrawerUtils.cc:Fixed time-slicing problem.
25
265th November 2010  John Allison  (modeling-V09-03-04)
27- G4PhysicalVolumeModel.cc: Fixed Coverity warning.
28
291st June 2010  John Allison  (modeling-V09-03-03)
30- G4TrajectoryDrawByParticleID.cc: Set some defaults:
31    Set("gamma", "green");
32    Set("e-", "red");
33    Set("e+", "blue");
34    Set("pi+", "magenta");
35    Set("pi-", "magenta");
36    Set("proton", "cyan");
37    Set("neutron", "yellow");
38
3930th May 2010  John Allison  (modeling-V09-03-02)
40- Added G4DigiModel and G4DigiFilterFactories.
41- G4BoundingSphereScene, G4PhysicalVolumeMassScene,
42  G4PhysicalVolumeSearchScene:
43  o Added AddCompound(const G4VDigi&).
44
4528th May 2010  John Allison  (modeling-V09-03-01)
46- G4TrajectoryDrawByAttribute.cc, G4TrajectoryDrawByCharge.cc,
47  G4TrajectoryDrawByOriginVolume.cc, G4TrajectoryDrawByParticleID.cc:
48  o Fixed unused parameter 'i_mode' warning.
49
5011th May 2010  John Allison  (modeling-V09-03-00)
51- G4ModelingParameters, G4PhysicalVolumeModel:
52  o Replace polyhedra with solids for sections and cutaways.
53- G4TrajectoriesModel: Trap use of i_mode and print warning.
54- G4VTrajectoryModel and derived classes G4TrajectoryDrawBy*:
55  o Introduce Draw method *not* containing i_mode.
56- G4TrajectoryDrawerUtils:
57  o Remove default (0) for i_mode arguments.
58  o Introduce functions without i_mode.
59  o Comment out unused DrawLineAndPoints function.
60  o Trap use of i_mode and print warning.
61
6227th April 2010 Laurent Garnier
63- G4trajectoryDrawerUtils :
64  o Optimisation when drawing lines
65
664th November 2009  John Allison
67- G4PSHitsModel:
68  o Now intended as end-of-run model.
69  o Picks up hits from G4ScoringManager instead of event.
70
7122nd October 2009  John Allison  (modeling-V09-02-05 coworks greps-V09-02-02)
72- Added G4PSHitsModel for gMocren driver.
73- G4PhysicalVolumeModel.cc: Makes use of HepPolyhedronProcessor.
74
7521st October 2009  John Allison  (modeling-V09-02-04 coworks greps-V09-02-02)
76- G4BoundingSphereScene, G4PhysicalVolumeMassScene,
77  G4PhysicalVolumeSearchScene:
78  o Added empty AddCompound (const G4THitsMap<G4double>&) methods.
79
8010th October 2009  John Allison  (modeling-V09-02-03)
81- G4PhysicalVolumeModel: Added G4PhysicalVolumeModelTouchable.  Used in
82  ComputeMaterial.  Effective for nested parameterisations.
83
8429th September 2009  John Allison  (modeling-V09-02-02)
85- G4PhysicalVolumeModel.cc: Added warning if logical volume not defined.
86
8725th February 2009  John Allison  (modeling-V09-02-01 - needs greps-V09-02-01)
88- G4ModelApplyCommandsT: Added visManager->NotifyHandlers() after
89  application (Apply) of all commands.  Forces update of all viewers
90  after a change of model, e.g., trajectory colour, point size, etc.
91
9224th February 2009  John Allison  (modeling-V09-02-00 - needs greps-V09-02-00)
93- Added setAux/StepPtsSizeType commands (candidates: "none world screen").
94- Added unit to setAux/StepPtsSize for SizeType == world.
95
9627th July 2008  John Allison  (modeling-V09-01-01)
97- G4PhysicalVolumeSearchScene.cc: Cosmetic improvement to a message.
98
994th January 2008  John Allison  (modeling-V09-01-00)
100- Adapted to new BeginPrimitives2D signature.
101
10210th November 2007  John Allison  (modeling-V09-00-00)
103- Minor improvement in warning message after change of geometry.
104
10530th May 2007  John Allison  (modeling-V08-03-02)
106- Removed warnedAboutIMode from G4TrajectoryDrawerUtils.hh.  It was
107  used only in G4TrajectoryDrawerUtils.cc and gave warnings about
108  being unused in other .cc files that inculded
109  G4TrajectoryDrawerUtils.hh.  warnedAboutIMode is now a static in
110  G4TrajectoryDrawerUtils.cc.
111
11230th May 2007  John Allison  (modeling-V08-03-01)
113- Fix for SUN.
114
11522nd May 2007  John Allison  (modeling-V08-03-00)
116- Simplified G4Atts for Physical Volume Path.
117
1183rd April 2007  John Allison  (modeling-V08-02-02)
119- G4PhysicalVolumeModel: Added full volume path information and
120  transformed axes to G4Atts.
121
12225th March 2007  John Allison  (modeling-V08-02-01)
123- G4PhysicalVolumeModel: Added solid dump and volume transformation to G4Atts.
124
1255th January 2007  John Allison  (modeling-V08-02-00 - needs greps-V08-02-00)
126- G4PhysicalVolumeModel.cc: Bug fix:
127  o Correct treatment of ForcedLineSegmentsPerCircle when clipping.
128
12916th November 2006  John Allison  (modeling-V08-01-15)
130- Added protection for parallel worlds (zero region pointer).
131
13214th November 2006  John Allison  (modeling-V08-01-14)
133- Merged modeling-V08-01-13-branch onto main branch.
134
1358th November 2006  John Allison  (modeling-V08-01-13-00)
136- On modeling-V08-01-13-branch.
137- Added G4Event pointer to modeling parameters.
138- G4TrajectoriesModel and G4HitsModel: use the above (G4VSceneHandler
139  supplies).
140
1415th November 2006  John Allison  (modeling-V08-01-13)
142- Further, hopefully, complete, protection against zero materials pointer.
143
1443rd November 2006  John Allison  (modeling-V08-01-12)
145- G4PhysicalVolumeModel.cc: Protected against zero material pointer.
146
1473rd November 2006  John Allison  (modeling-V08-01-11)
148- G4Trajectories/HitsModel.cc: Protected against zero pointers from
149  collections.
150
1512nd November 2006  John Allison  (modeling-V08-01-10)
152- G4HitsModel: Added GetCurrentHit.
153
1541st November 2006  John Allison  (modeling-V08-01-09)
155- G4VModel: Removed warning messages from the virtual functions
156  GetCurrentDescription and GetCurrentTag so that there is no longer
157  a message if the concrete class does not implement.  The implementation
158  in G4VModel, which is used by default, is simply to return the global
159  description and tag.
160- Removed GetCurrentDescription and GetCurrentTag from models for which the
161  concept of "current" makes no sense or is not used:
162    G4AxesModel, G4HitsModel, G4LogicalVolumeModel, G4ScaleModel, G4TextModel.
163- G4ModelCommandsT: Minor corrections to guidance.
164
16526th October 2006  John Allison  (modeling-V08-01-08)
166- G4PhysicalVolumeModel: Changed CreateAttValues to CreateCurrentAttValues.
167- G4TrajectoriesModel: Added GetCurrentTrajectory.
168
169------------------------------------------------------
17019th September 2006  John Allison  (modeling-V08-01-07)
171- G4ModelingParameters: Added ExplodeCentre
172- G4PhysicalVolumeModel.cc: Programmed ExplodeCentre.
173
17417th September 2006 Jane Tinslay
175- Shift an assert from G4AttributeFilterT to G4AttFilterUtils - was
176  causing problems with XCode 2.0
177
178------------------------------------------------------
17915th September 2006  John Allison  (modeling-V08-01-06)
180- G4PhysicalVolumeModel.ccChanged "Bookkeeping" to "Physics
181
18214th September 2006 Jane Tinslay
183- Fixes for sun
184
18513th September 2006  John Allison
186- G4ModelingParameters: Improved setting and access to explode factor.
187- G4PhysicalVolumeModel.cc:
188  o Implemented explode factor(radial move) feature for top level drawn
189    volumes.
190- G4TrajectoriesModel.cc: Improved debug checking and printing of G4Atts.
191- G4ModelCommandUtils.hh, G4ModelCommandsT.hh:
192  o  Re-instate setTimeSliceInterval command.
193
19412th September 2006 Jane Tinslay
195- Add attribute based trajectory drawing & filtering, and attribute based
196  hit filtering
197
198---------------------------------------------------
19927th August 2006  John Allison  (modeling-V08-01-05)
200- G4ModelingParameters: Added warning flag and section/cutaway polyhedron.
201- G4PhysicalVolumeModel:
202  o Acts on warning flag from G4ModelingParameters.
203  o Added enum ClippingMode {subtraction, intersection};
204  o Equipped for generic sectioning (DCUT) and cutaways.
205- G4TrajectoryDrawerUtils::DrawWithTime:
206  o Made use of G4VisAttributes time range.
207  o Tidied.
208
20926th August 2006  John Allison  (modeling-V08-01-04 - requires greps-V08-01-03)
210- G4TrajectoryDrawerUtils.cc: Fixed compilation warning.
211
21225th August 2006 Jane Tinslay
213- Follow G4VFilter const change (requires greps-V08-01-03).
214
21516th August 2006  John Allison  (modeling-V08-01-03)
216- G4TrajectoryDrawerUtils.cc: Improved robustness of time slicing.
217- G4ModelCommandsT.hh: In class G4ModelCmdSetTimeSliceInterval:
218  cmd->SetUnitCategory("Time").
219- G4TrajectoriesModel.cc: Improved debug statement.
220
22114th August 2006  John Allison  (modeling-V08-01-02)
222- G4ModelApplyCommandsT.hh: Added G4ModelCmdApplyDoubleAndUnit.
223- G4ModelCommandsT.hh: Added G4ModelCmdSetTimeSliceInterval.
224- G4VisTrajContext: Added TimeSliceInterval.
225- G4TrajectoryModelFactories: Instantiated G4ModelCmdSetTimeSliceInterval.
226- G4TrajectoryDrawerUtils.cc: Added time slicing.
227
22810th July 2006  John Allison  (modeling-V08-01-01)
229- Co-works with greps-V08-01-01.
230- G4VModel: Removed GetG4PhysicalVolumeModel.
231- G4ModelingParameters:
232  o Removed RepStyle, ViewGeom, ViewHits and ViewDigis (not used).
233  o Reduced number of constructors.
234- G4PhysicalVolumeModel:
235  o Removed Establish/DecommissionSpecials to conform with greps-V08-01-01.
236  o Rationalised G4Atts: Added GetAttDefs/CreateAttValues.
237
2383rd July 2006  John Allison  (modeling-V08-01-00)
239- Needs greps-V08-01-00.
240- G4PhysicalVolumeModel::G4PhysicalVolumeNodeID: Added GetNonCulledDepth.
241- G4PhysicalVolumeModel.cc: Also added G4Atts for solids.
242- G4TrajectoriesModel.cc: Added debug code.
243
2447th June 2006  John Allison (modeling-V08-00-14)
245- G4PhysicalVolumeModel.cc: Added protection for zero vis atts.
246
2476th June 2006  John Allison (modeling-V08-00-13)
248- G4TrajectoryChargeFilter.cc: Added #include <sstream> for Sun compiler.
249- G4PhysicalVolumeModel::Validate: Relaxed requirement for modeling parameters.
250  (Caused crash after change of geometry.)
251
2522nd June 2006 Joseph Perl (modeling-V08-00-12)
253- G4VisTrajContext: change default of point sizes from 0 to 2
254
25530th May 2006 Jane Tinslay
256- Add G4TrajectoryChargeFilter and G4TrajectoryOriginVolumeFilter
257
25825th May 2006  John Allison  (modeling-V08-00-11)
259- G4VModelFactory.hh: Indent printing of models.
260- G4ModelApplyCommandsT.hh: Fix trivial compiler warnings.
261
26222nd May 2006  John Allison  (modeling-V08-00-10)
263- Remove dependency on Run.
264- G4ModelingParameters.cc: Protect operator<< for zero fpDefaultVisAttributes.
265
26612th May 2006  John Allison  (modeling-V08-00-09)
267- G4TrajectoriesModel and G4HitsModel: Removed dependency on G4RunManager.
268  Uses G4RunManagerKernel.  Needs event-V08-00-01.
269- G4CallbackModel: Added G4VGraphicsScene argument to operator().
270
2714th May 2006  Joseph Perl  (modeling-V08-00-08)
272- Add missing assert to G4VTrajectoryModel needed by Windows.
273
2744th May 2006  John Allison
275- Improved protection for null models and parameters.
276
2772nd May 2006 Jane Tinslay
278- Add context to trajectory drawers. Intended to replace imode.
279  Allows to configure default drawing style for lines, step and
280  auxiliary points. For example, colours, visibility, point sizes,
281  fill styles..
282- Add generic drawer, G4TrajectoryGenericDrawer. Draws all trajectories
283  in the same style, based on its default context.
284- Update generic commands
285- Add verbose to drawers
286
28721st April 2006 Jane Tinslay  (modeling-V08-00-07)
288- Get rid of some warning messages from G4ModelCommandsT
289  when compiling on Linux
290- Add Print method to G4VModelFactory
291
29219th April 2006  John Allison  (modeling-V08-00-06 - needs greps-V08-00-02)
293- G4BoundingSphereScene.hh, G4PhysicalVolumeMassScene.hh and
294  G4PhysicalVolumeSearchScene.hh;  Added dummy Begin/EndPrimitives2D
295  for greps-V08-00-02.
296- G4PhysicalVolumeModel.cc: Improved legibility and efficiency of
297  culling algorithm.
298
29928th March 2006 Jane Tinslay (jst28032006)
300- Add G4TrajectoryFilterFactories and G4TrajectoryParticleFilter
301  for trajectory filtering.
302- Add more generic commands to G4ModelCommandsT
303
30428th March 2006  John Allison (modeling-V08-00-05)
305- G4PhysicalVolumeMassScene and G4PhysicalVolumeSearchScene:
306  o Removed EstablishSpecials.
307- G4PhysicalVolumeModel:
308  o GetTopPhysicalVolume, GetCurrentPV, GetCurrentLV,
309    GetCurrentMaterial: return non-const pointers.  (It has proved
310    impossibly difficult to deal with const pointers.)
311  o Modified for new G4PhysicalVolumeSearchScene constructor.
312- G4BoundingSphereScene: Removed use of GetG4PhysicalVolumeModel (uses
313  dynamic cast instead).
314
31524th March 2006 Jane Tinslay (jst24032006)
316- Add G4bool visibility parameter to trajectory draw
317  models "Draw" method.
318 
31916th March 2006 Jane Tinslay (jst16032006)
320- Template commands and colour map used in trajectory models
321- Introduce G4TrajectoryDrawByOriginVolume
322
32314th March 2006  John Allison (modeling-V08-00-04)
324- G4PhysicalVolumeModel::G4PhysicalVolumeNodeID: Added output operator<<.
325
32616th February 2006  John Allison (modeling-V08-00-03)
327- G4PhysicalVolumeModel: Minor enhancements to facilitate future
328  removal of Establish/DecommisionSpecials.
329
3308th February 2006  John Allison (modeling-V08-00-02)
331- Added DrawingStyle to G4ModelingParameters.
332- G4PhysicalVolumeModel: Fixed bug in culling of covered daughters and
333  improved readability of culling algorithm.
334
33526th January 2006  John Allison (modeling-V08-00-01)
336- G4PhysicalVolumeModel: Added capability of maintaining path of the
337  current drawn (non-culled) volume in terms of drawn (non-culled)
338  ancesters.  See G4PhysicalVolumeModel.hh for detailed description.
339- Removed some unnecessary data members and other small tidying.
340
34111th January 2006  John Allison (modeling-V08-00-00)
342- G4NullModel.cc: Changed G4Transform3D::Identity to G4Transform3D().
343
3442nd December 2005  Joseph Perl (modeling-V07-01-07)
345- Change "G4String inline" to "inline G4String" to correct compiler
346  warning in G4VTrajectoryModel.hh.
347
34830th November 2005  Gabriele Cosmo (modeling-V07-01-06)
349- Trivial fix to G4VModel for support of CLHEP-2.0.X series.
350
35128th November 2005  Jane Tinslay
352- Remove names of unused parameters to stop compiler warnings
353
35424th November 2005  John Allison (modeling-V07-01-05)
355- Set initial values for originalRMin, originalRMax to satisfy compiler
356
35723rd November 2005  Joseph Perl  (modeling-V07-01-04)
358- Tagged in preparation for Geant4 8.0
359
36023rd November 2005 Jane Tinslay
361- Enhanced trajectory implementation
362
36322nd November 2005  John Allison (modeling-V07-01-03)
364- Implemented radial replicas for G4Tubs.
365- Changed G4Transform3D::Identity to G4Transform3D().
366
36724th October 2005  John Allison (modeling-V07-01-02)
368- Added: G4VTrajectoryModel, G4VTrajectoryModelMaker, G4TrajectoryModelMaker
369  and G4TrajectoryTestModel.
370- G4VModel: cosmetic changes.
371
37213th October 2005  John Allison (modeling-V07-01-01)
373- Migrated to <sstream>.
374
37513th September 2005  John Allison (modeling-V07-01-00)
376- Fixed (non-)culling of transparent volumes.
377
3787th June 2005  John Allison (modeling-V07-00-02)
379- G4PhysicalVolumeModel: fixed case of off-origin volume.
380- G4TextModel: Further small improvement.
381
38231st May 2005  John Allison  (modeling-V07-00-01)
383- G4TextModel: Improved global tag for better identification.
384
3856th May 2005  John Allison  (modeling-V07-00-00)
386- G4PhysicalVolumeModel: SetCopyNo of replicas and paramaterised volumes.
387
3883rd March 2005  John Allison  (vis-V07-00-08)
389- Added Set methods to G4VModel.
390- Added argument to G4CallbackModel::operator()(const G4Transform3D&) so that
391  the model could implement a given transformation.  Provided default for
392  G4VUserVisAction::(const G4Transform3D& = G4Transform3D::Identity).
393
39411th November 2004  John Allison  (vis-V06-02-05)
395- Made use use of smart method GetPolyhedron for solids.  This greatly
396  speeds 2nd and subsequent drawings when kernel access is required.
397
39822nd September 2004  John Allison  (modeling-V06-02-01)
399- Changed use of deprecated G4VPhysicalVolume::GetRotation to GetRotationValue.
400- Fixed memory leak in G4PhysicalVolumeMassScene.
401
40213th September 2004  John Allison  (modeling-V06-02-00)
403- Added G4PhysicalVolumeMassScene.  From the header file:
404// Calculates the mass of a geometry tree taking into account daughters
405// up to the depth specified in the G4PhysicalVolumeModel.  Culling is
406// ignored so that all volumes are seen.
407//
408// The calculation is quite tricky, since it involves subtracting the
409// mass of that part of the mother that is occupied by each daughter and
410// then adding the mass of the daughter, and so on down the heirarchy.
411//
412// Usage for a given G4PhysicalVolumeModel* pvModel:
413//   G4PhysicalVolumeMassScene massScene;
414//   massScene.EstablishSpecials (*pvModel);
415//   pvModel->DescribeYourselfTo (massScene);
416//   G4double volume = massScene.GetVolume();
417//   G4double mass = massScene.GetMass();
418//   massScene.Reset();
419// See, for example, G4ASCIITreeSceneHandler::EndModeling().
420- Added some access functions to G4PhysicalVolumeModel:
421    GetTopPhysicalVolume, GetRequestedDepth, SetRequestedDepth.
422- Protected GetPhysicalVolumeModel when all volumes "invisible".
423
42412th November 2003  John Allison  (modeling-V05-02-02)
425- CalculateExtent always searches complete hierarchy.
426
4276th November 2003  John Allison  (modeling-V05-02-01, vis-V05-02-03)
428- GNUmakefile: rationalised.
429
4303rd November 2003  Gabriele Cosmo  (modeling-V05-02-00, vis-V05-02-02)
431- Added inclusion of G4VSolid.hh in G4LogicalVolumeModel.cc to make it self
432  consistent after header review in geometry category.
433
4344th October 2003  Gabriele Cosmo  (vis-V05-02-01)
435- GNUmakefile:
436  o added dependency to new module "geometry/navigation".
437  o replaced "digits+hits" with "digits_hits".
438- Coworks with "geometry-V05-02-00" and "digits_hits-V05-02-00".
439
44022nd September 2003  John Allison  (vis-V05-02-00, greps-V05-02-00)
441- Removed a redundant comment.
442
44320th November 2002  Gabriele Cosmo  (modeling-V04-01-00)
444- Fixed access to static data (requires "greps-V04-01-04") in
445  G4FlavoredParallelWorldModel.cc, to allow porting on Windows DLLs.
446
44711th November 2002  John Allison  (modeling-V04-00-00)
448- Added fDrawingMode data member to G4TrajectoriesModel.
449
45024th October 2002  John Allison (vis-V04-01-03)
451- Changes for AddThis(const G4VTrajectory&) and (const G4VHit&).
452
45323rd February 2002  John Allison (vis-V04-00-02)
454- Removed Begin/EndPrimitives from G4HitsModel and
455  G4TrajectoriesModel.  This was causing nested calls to
456  Begin/EndPrimitives (and thus to glNewList/EndList in OpenGL stored
457  mode), since the trajectories and hits Draw methods themselves have
458  Begin/EndPrimitives.
459
46024th August 2001  John Allison  (vis-V03-02-13)
461- Intoduced argument for printing in G4VModel::Validate(G4bool warn).
462- Changed default return value in G4VModel::Validate(G4bool) to true.
463- Invoke CalculateExtent after successful geometry change in
464  G4PhysicalVolumeModel::Validate, and other bug fixes..
465
46614th August 2001  John Allison  (vis-V03-02-11)
467- Added sceneHandler.Begin/EndPrimitives messages to models (long
468  standing bug!).
469
4709th August 2001  John Allison  (vis-V03-02-10-00)
471- Removed G4ModelingParameters::hierarchy.  It is no longer used.  The
472  textual or graphical representation of the geometry hierarchy is now
473  done in G4xxxTree classes in visua;ization/Tree.
474
47525th July 2001  John Allison  (modeling-V03-02-03)
476- Added G4VModel::GetG4PhysicalVolumeModel().
477- Added G4VModel* argument to G4BoundingSphereScene constructor.
478  Both the above are to facilitate access to a model, if it exists, and
479  to invoke methods of G4PhysicalVolumeModel if it is one.
480- Added code to curtail G4PhysicalVolumeModel search in G4BoundingSphereScene.
481
48224th July 2001  John Allison  (modeling-V03-02-02)
483- Added G4VModel::SetExtent(const G4VisExtent&).
484- Cosmetic improvements to G4BoundingSphereScene.
485- Augmented G4ScaleModel::fGlobalTag.
486
48721st July 2001  John Allison  (modeling-V03-02-01)
488- Added G4ScaleModel.
489- Fixed bug in G4BoundingSphereScene::::Accrue().
490- Also a few cosmetic changes.
491
49218th July 2001  John Allison  (modeling-V03-02-00)
493- Ensured rotation and translation of replica is restored.
494
4953rd February 2001  John Allison  (vis-V03-00-02)
496- Tidied for CodeWizard.
497
49829th May 2000  John Allison
499- Moved code for maintaining depth, physical and logical volume
500  pointers from VisitGeometryAndGetVisReps to DescribeAndDescend to
501  handle daughters of replicas correctly (Guy Barrand).
502
50322nd May 2000  John Allison  (modeling-V01-01-00)
504- Added G4VTreeGraphicsScene (DTREE).
505- Commented out pVPV->SetCopyNo(n) on Makoto's advice in
506  G4PhysicalVolumeModel.cc.
507
508vis-V01-01-01  12th April 2000  John Allison
509- Made G4PhysicalVolumeModel::DescribeSolid virtual.
510- G4PhysicalVolumeModel::DescribeSolid no longer deals with composite
511  solids - now programmed into CompositeSolid::CreatePolyhedron, where
512  CompositeSolid means G4IntersectionSolid, G4SubtractionSolid and
513  G4UnionSolid.
514- G4PhysicalVolumeModel::DescribeSolid no longer deals with displaced
515  solids - now programmed into G4DisplacedSolid::CreatePolyhedron.
516- Added G4LogicalVolumeModel::DescribeSolid, which explicitly adds
517  components of composite solids as white forced-wireframe objects.
518
519vis-V00-01-10  25th November 1999  John Allison
520- Adapted header files of modeling for Software Reference Manual.
521
522vis-01-00-05  7th February 1999  John Allison
523
524vis-01-00-05  7th February 1999  John Allison
525- Added list facility to G4PhysicalVolumeSearchScene.
526- Added virtual functions AddThis (const G4Polycone and G4Polyhedra to
527  G4BoundingSphereScene and G4PhysicalVolumeSearchScene.
528
529vis-00-04-01  25th November 1998  John Allison.
530- Added const G4VisAttributes* fpDefaultVisAttributes and access
531  functions to G4ModelingParameters.
532- Reverted to default assignment operator and copy constructor for
533  G4ModelingParameters.
534- G4PhysicalVolumeModel can now handle invisible daughters.
535
53631st August 1998  John Allison
537- Added G4VModel::Validate() and in subclasses.
538
539vis-00-02-05  27th August 1998  John Allison
540- Added G4HitsModel and G4TrajectoriesModel.
541
542vis-00-02-04  22nd August 1998  John Allison
543- Made G4Transform3D fTransform a member of G4VModel (instead of pointer).
544- Reversed order of parameters in G4VModel constructor.
545- Much bug fixing.
546
547vis-00-06-06  11th June 1998  John Allison
548- G4PhysicalVolumeModel handles parametrised solids and materials.
549
550vis-00-06-04  10th June 1998  John Allison
551- Moved G4BoundingSphereScene from management to modeling.
552- Added G4Transform3D data member.
553
554modeling-00-04-01  4th March 1998  John Allison
555- Last tag before moving to visualization.
556- Removed G4ModelingParameters:: from G4ModelingParameters.hh constructor.
557
55827th January 1998  John Allison
559- New (temporay?) category.
560- Incorporates modeling code which was in G4VScene.
Note: See TracBrowser for help on using the repository browser.