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

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

update

File size: 21.1 KB
Line 
1$Id: History,v 1.116 2010/04/27 15:46:18 lgarnier 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
2327th April 2010 Laurent Garnier
24- G4trajectoryDrawerUtils :
25  o Optimisation when drawing lines
26
274th November 2009  John Allison
28- G4PSHitsModel:
29  o Now intended as end-of-run model.
30  o Picks up hits from G4ScoringManager instead of event.
31
3222nd October 2009  John Allison  (modeling-V09-02-05 coworks greps-V09-02-02)
33- Added G4PSHitsModel for gMocren driver.
34- G4PhysicalVolumeModel.cc: Makes use of HepPolyhedronProcessor.
35
3621st October 2009  John Allison  (modeling-V09-02-04 coworks greps-V09-02-02)
37- G4BoundingSphereScene, G4PhysicalVolumeMassScene,
38  G4PhysicalVolumeSearchScene:
39  o Added empty AddCompound (const G4THitsMap<G4double>&) methods.
40
4110th October 2009  John Allison  (modeling-V09-02-03)
42- G4PhysicalVolumeModel: Added G4PhysicalVolumeModelTouchable.  Used in
43  ComputeMaterial.  Effective for nested parameterisations.
44
4529th September 2009  John Allison  (modeling-V09-02-02)
46- G4PhysicalVolumeModel.cc: Added warning if logical volume not defined.
47
4825th February 2009  John Allison  (modeling-V09-02-01 - needs greps-V09-02-01)
49- G4ModelApplyCommandsT: Added visManager->NotifyHandlers() after
50  application (Apply) of all commands.  Forces update of all viewers
51  after a change of model, e.g., trajectory colour, point size, etc.
52
5324th February 2009  John Allison  (modeling-V09-02-00 - needs greps-V09-02-00)
54- Added setAux/StepPtsSizeType commands (candidates: "none world screen").
55- Added unit to setAux/StepPtsSize for SizeType == world.
56
5727th July 2008  John Allison  (modeling-V09-01-01)
58- G4PhysicalVolumeSearchScene.cc: Cosmetic improvement to a message.
59
604th January 2008  John Allison  (modeling-V09-01-00)
61- Adapted to new BeginPrimitives2D signature.
62
6310th November 2007  John Allison  (modeling-V09-00-00)
64- Minor improvement in warning message after change of geometry.
65
6630th May 2007  John Allison  (modeling-V08-03-02)
67- Removed warnedAboutIMode from G4TrajectoryDrawerUtils.hh.  It was
68  used only in G4TrajectoryDrawerUtils.cc and gave warnings about
69  being unused in other .cc files that inculded
70  G4TrajectoryDrawerUtils.hh.  warnedAboutIMode is now a static in
71  G4TrajectoryDrawerUtils.cc.
72
7330th May 2007  John Allison  (modeling-V08-03-01)
74- Fix for SUN.
75
7622nd May 2007  John Allison  (modeling-V08-03-00)
77- Simplified G4Atts for Physical Volume Path.
78
793rd April 2007  John Allison  (modeling-V08-02-02)
80- G4PhysicalVolumeModel: Added full volume path information and
81  transformed axes to G4Atts.
82
8325th March 2007  John Allison  (modeling-V08-02-01)
84- G4PhysicalVolumeModel: Added solid dump and volume transformation to G4Atts.
85
865th January 2007  John Allison  (modeling-V08-02-00 - needs greps-V08-02-00)
87- G4PhysicalVolumeModel.cc: Bug fix:
88  o Correct treatment of ForcedLineSegmentsPerCircle when clipping.
89
9016th November 2006  John Allison  (modeling-V08-01-15)
91- Added protection for parallel worlds (zero region pointer).
92
9314th November 2006  John Allison  (modeling-V08-01-14)
94- Merged modeling-V08-01-13-branch onto main branch.
95
968th November 2006  John Allison  (modeling-V08-01-13-00)
97- On modeling-V08-01-13-branch.
98- Added G4Event pointer to modeling parameters.
99- G4TrajectoriesModel and G4HitsModel: use the above (G4VSceneHandler
100  supplies).
101
1025th November 2006  John Allison  (modeling-V08-01-13)
103- Further, hopefully, complete, protection against zero materials pointer.
104
1053rd November 2006  John Allison  (modeling-V08-01-12)
106- G4PhysicalVolumeModel.cc: Protected against zero material pointer.
107
1083rd November 2006  John Allison  (modeling-V08-01-11)
109- G4Trajectories/HitsModel.cc: Protected against zero pointers from
110  collections.
111
1122nd November 2006  John Allison  (modeling-V08-01-10)
113- G4HitsModel: Added GetCurrentHit.
114
1151st November 2006  John Allison  (modeling-V08-01-09)
116- G4VModel: Removed warning messages from the virtual functions
117  GetCurrentDescription and GetCurrentTag so that there is no longer
118  a message if the concrete class does not implement.  The implementation
119  in G4VModel, which is used by default, is simply to return the global
120  description and tag.
121- Removed GetCurrentDescription and GetCurrentTag from models for which the
122  concept of "current" makes no sense or is not used:
123    G4AxesModel, G4HitsModel, G4LogicalVolumeModel, G4ScaleModel, G4TextModel.
124- G4ModelCommandsT: Minor corrections to guidance.
125
12626th October 2006  John Allison  (modeling-V08-01-08)
127- G4PhysicalVolumeModel: Changed CreateAttValues to CreateCurrentAttValues.
128- G4TrajectoriesModel: Added GetCurrentTrajectory.
129
130------------------------------------------------------
13119th September 2006  John Allison  (modeling-V08-01-07)
132- G4ModelingParameters: Added ExplodeCentre
133- G4PhysicalVolumeModel.cc: Programmed ExplodeCentre.
134
13517th September 2006 Jane Tinslay
136- Shift an assert from G4AttributeFilterT to G4AttFilterUtils - was
137  causing problems with XCode 2.0
138
139------------------------------------------------------
14015th September 2006  John Allison  (modeling-V08-01-06)
141- G4PhysicalVolumeModel.ccChanged "Bookkeeping" to "Physics
142
14314th September 2006 Jane Tinslay
144- Fixes for sun
145
14613th September 2006  John Allison
147- G4ModelingParameters: Improved setting and access to explode factor.
148- G4PhysicalVolumeModel.cc:
149  o Implemented explode factor(radial move) feature for top level drawn
150    volumes.
151- G4TrajectoriesModel.cc: Improved debug checking and printing of G4Atts.
152- G4ModelCommandUtils.hh, G4ModelCommandsT.hh:
153  o  Re-instate setTimeSliceInterval command.
154
15512th September 2006 Jane Tinslay
156- Add attribute based trajectory drawing & filtering, and attribute based
157  hit filtering
158
159---------------------------------------------------
16027th August 2006  John Allison  (modeling-V08-01-05)
161- G4ModelingParameters: Added warning flag and section/cutaway polyhedron.
162- G4PhysicalVolumeModel:
163  o Acts on warning flag from G4ModelingParameters.
164  o Added enum ClippingMode {subtraction, intersection};
165  o Equipped for generic sectioning (DCUT) and cutaways.
166- G4TrajectoryDrawerUtils::DrawWithTime:
167  o Made use of G4VisAttributes time range.
168  o Tidied.
169
17026th August 2006  John Allison  (modeling-V08-01-04 - requires greps-V08-01-03)
171- G4TrajectoryDrawerUtils.cc: Fixed compilation warning.
172
17325th August 2006 Jane Tinslay
174- Follow G4VFilter const change (requires greps-V08-01-03).
175
17616th August 2006  John Allison  (modeling-V08-01-03)
177- G4TrajectoryDrawerUtils.cc: Improved robustness of time slicing.
178- G4ModelCommandsT.hh: In class G4ModelCmdSetTimeSliceInterval:
179  cmd->SetUnitCategory("Time").
180- G4TrajectoriesModel.cc: Improved debug statement.
181
18214th August 2006  John Allison  (modeling-V08-01-02)
183- G4ModelApplyCommandsT.hh: Added G4ModelCmdApplyDoubleAndUnit.
184- G4ModelCommandsT.hh: Added G4ModelCmdSetTimeSliceInterval.
185- G4VisTrajContext: Added TimeSliceInterval.
186- G4TrajectoryModelFactories: Instantiated G4ModelCmdSetTimeSliceInterval.
187- G4TrajectoryDrawerUtils.cc: Added time slicing.
188
18910th July 2006  John Allison  (modeling-V08-01-01)
190- Co-works with greps-V08-01-01.
191- G4VModel: Removed GetG4PhysicalVolumeModel.
192- G4ModelingParameters:
193  o Removed RepStyle, ViewGeom, ViewHits and ViewDigis (not used).
194  o Reduced number of constructors.
195- G4PhysicalVolumeModel:
196  o Removed Establish/DecommissionSpecials to conform with greps-V08-01-01.
197  o Rationalised G4Atts: Added GetAttDefs/CreateAttValues.
198
1993rd July 2006  John Allison  (modeling-V08-01-00)
200- Needs greps-V08-01-00.
201- G4PhysicalVolumeModel::G4PhysicalVolumeNodeID: Added GetNonCulledDepth.
202- G4PhysicalVolumeModel.cc: Also added G4Atts for solids.
203- G4TrajectoriesModel.cc: Added debug code.
204
2057th June 2006  John Allison (modeling-V08-00-14)
206- G4PhysicalVolumeModel.cc: Added protection for zero vis atts.
207
2086th June 2006  John Allison (modeling-V08-00-13)
209- G4TrajectoryChargeFilter.cc: Added #include <sstream> for Sun compiler.
210- G4PhysicalVolumeModel::Validate: Relaxed requirement for modeling parameters.
211  (Caused crash after change of geometry.)
212
2132nd June 2006 Joseph Perl (modeling-V08-00-12)
214- G4VisTrajContext: change default of point sizes from 0 to 2
215
21630th May 2006 Jane Tinslay
217- Add G4TrajectoryChargeFilter and G4TrajectoryOriginVolumeFilter
218
21925th May 2006  John Allison  (modeling-V08-00-11)
220- G4VModelFactory.hh: Indent printing of models.
221- G4ModelApplyCommandsT.hh: Fix trivial compiler warnings.
222
22322nd May 2006  John Allison  (modeling-V08-00-10)
224- Remove dependency on Run.
225- G4ModelingParameters.cc: Protect operator<< for zero fpDefaultVisAttributes.
226
22712th May 2006  John Allison  (modeling-V08-00-09)
228- G4TrajectoriesModel and G4HitsModel: Removed dependency on G4RunManager.
229  Uses G4RunManagerKernel.  Needs event-V08-00-01.
230- G4CallbackModel: Added G4VGraphicsScene argument to operator().
231
2324th May 2006  Joseph Perl  (modeling-V08-00-08)
233- Add missing assert to G4VTrajectoryModel needed by Windows.
234
2354th May 2006  John Allison
236- Improved protection for null models and parameters.
237
2382nd May 2006 Jane Tinslay
239- Add context to trajectory drawers. Intended to replace imode.
240  Allows to configure default drawing style for lines, step and
241  auxiliary points. For example, colours, visibility, point sizes,
242  fill styles..
243- Add generic drawer, G4TrajectoryGenericDrawer. Draws all trajectories
244  in the same style, based on its default context.
245- Update generic commands
246- Add verbose to drawers
247
24821st April 2006 Jane Tinslay  (modeling-V08-00-07)
249- Get rid of some warning messages from G4ModelCommandsT
250  when compiling on Linux
251- Add Print method to G4VModelFactory
252
25319th April 2006  John Allison  (modeling-V08-00-06 - needs greps-V08-00-02)
254- G4BoundingSphereScene.hh, G4PhysicalVolumeMassScene.hh and
255  G4PhysicalVolumeSearchScene.hh;  Added dummy Begin/EndPrimitives2D
256  for greps-V08-00-02.
257- G4PhysicalVolumeModel.cc: Improved legibility and efficiency of
258  culling algorithm.
259
26028th March 2006 Jane Tinslay (jst28032006)
261- Add G4TrajectoryFilterFactories and G4TrajectoryParticleFilter
262  for trajectory filtering.
263- Add more generic commands to G4ModelCommandsT
264
26528th March 2006  John Allison (modeling-V08-00-05)
266- G4PhysicalVolumeMassScene and G4PhysicalVolumeSearchScene:
267  o Removed EstablishSpecials.
268- G4PhysicalVolumeModel:
269  o GetTopPhysicalVolume, GetCurrentPV, GetCurrentLV,
270    GetCurrentMaterial: return non-const pointers.  (It has proved
271    impossibly difficult to deal with const pointers.)
272  o Modified for new G4PhysicalVolumeSearchScene constructor.
273- G4BoundingSphereScene: Removed use of GetG4PhysicalVolumeModel (uses
274  dynamic cast instead).
275
27624th March 2006 Jane Tinslay (jst24032006)
277- Add G4bool visibility parameter to trajectory draw
278  models "Draw" method.
279 
28016th March 2006 Jane Tinslay (jst16032006)
281- Template commands and colour map used in trajectory models
282- Introduce G4TrajectoryDrawByOriginVolume
283
28414th March 2006  John Allison (modeling-V08-00-04)
285- G4PhysicalVolumeModel::G4PhysicalVolumeNodeID: Added output operator<<.
286
28716th February 2006  John Allison (modeling-V08-00-03)
288- G4PhysicalVolumeModel: Minor enhancements to facilitate future
289  removal of Establish/DecommisionSpecials.
290
2918th February 2006  John Allison (modeling-V08-00-02)
292- Added DrawingStyle to G4ModelingParameters.
293- G4PhysicalVolumeModel: Fixed bug in culling of covered daughters and
294  improved readability of culling algorithm.
295
29626th January 2006  John Allison (modeling-V08-00-01)
297- G4PhysicalVolumeModel: Added capability of maintaining path of the
298  current drawn (non-culled) volume in terms of drawn (non-culled)
299  ancesters.  See G4PhysicalVolumeModel.hh for detailed description.
300- Removed some unnecessary data members and other small tidying.
301
30211th January 2006  John Allison (modeling-V08-00-00)
303- G4NullModel.cc: Changed G4Transform3D::Identity to G4Transform3D().
304
3052nd December 2005  Joseph Perl (modeling-V07-01-07)
306- Change "G4String inline" to "inline G4String" to correct compiler
307  warning in G4VTrajectoryModel.hh.
308
30930th November 2005  Gabriele Cosmo (modeling-V07-01-06)
310- Trivial fix to G4VModel for support of CLHEP-2.0.X series.
311
31228th November 2005  Jane Tinslay
313- Remove names of unused parameters to stop compiler warnings
314
31524th November 2005  John Allison (modeling-V07-01-05)
316- Set initial values for originalRMin, originalRMax to satisfy compiler
317
31823rd November 2005  Joseph Perl  (modeling-V07-01-04)
319- Tagged in preparation for Geant4 8.0
320
32123rd November 2005 Jane Tinslay
322- Enhanced trajectory implementation
323
32422nd November 2005  John Allison (modeling-V07-01-03)
325- Implemented radial replicas for G4Tubs.
326- Changed G4Transform3D::Identity to G4Transform3D().
327
32824th October 2005  John Allison (modeling-V07-01-02)
329- Added: G4VTrajectoryModel, G4VTrajectoryModelMaker, G4TrajectoryModelMaker
330  and G4TrajectoryTestModel.
331- G4VModel: cosmetic changes.
332
33313th October 2005  John Allison (modeling-V07-01-01)
334- Migrated to <sstream>.
335
33613th September 2005  John Allison (modeling-V07-01-00)
337- Fixed (non-)culling of transparent volumes.
338
3397th June 2005  John Allison (modeling-V07-00-02)
340- G4PhysicalVolumeModel: fixed case of off-origin volume.
341- G4TextModel: Further small improvement.
342
34331st May 2005  John Allison  (modeling-V07-00-01)
344- G4TextModel: Improved global tag for better identification.
345
3466th May 2005  John Allison  (modeling-V07-00-00)
347- G4PhysicalVolumeModel: SetCopyNo of replicas and paramaterised volumes.
348
3493rd March 2005  John Allison  (vis-V07-00-08)
350- Added Set methods to G4VModel.
351- Added argument to G4CallbackModel::operator()(const G4Transform3D&) so that
352  the model could implement a given transformation.  Provided default for
353  G4VUserVisAction::(const G4Transform3D& = G4Transform3D::Identity).
354
35511th November 2004  John Allison  (vis-V06-02-05)
356- Made use use of smart method GetPolyhedron for solids.  This greatly
357  speeds 2nd and subsequent drawings when kernel access is required.
358
35922nd September 2004  John Allison  (modeling-V06-02-01)
360- Changed use of deprecated G4VPhysicalVolume::GetRotation to GetRotationValue.
361- Fixed memory leak in G4PhysicalVolumeMassScene.
362
36313th September 2004  John Allison  (modeling-V06-02-00)
364- Added G4PhysicalVolumeMassScene.  From the header file:
365// Calculates the mass of a geometry tree taking into account daughters
366// up to the depth specified in the G4PhysicalVolumeModel.  Culling is
367// ignored so that all volumes are seen.
368//
369// The calculation is quite tricky, since it involves subtracting the
370// mass of that part of the mother that is occupied by each daughter and
371// then adding the mass of the daughter, and so on down the heirarchy.
372//
373// Usage for a given G4PhysicalVolumeModel* pvModel:
374//   G4PhysicalVolumeMassScene massScene;
375//   massScene.EstablishSpecials (*pvModel);
376//   pvModel->DescribeYourselfTo (massScene);
377//   G4double volume = massScene.GetVolume();
378//   G4double mass = massScene.GetMass();
379//   massScene.Reset();
380// See, for example, G4ASCIITreeSceneHandler::EndModeling().
381- Added some access functions to G4PhysicalVolumeModel:
382    GetTopPhysicalVolume, GetRequestedDepth, SetRequestedDepth.
383- Protected GetPhysicalVolumeModel when all volumes "invisible".
384
38512th November 2003  John Allison  (modeling-V05-02-02)
386- CalculateExtent always searches complete hierarchy.
387
3886th November 2003  John Allison  (modeling-V05-02-01, vis-V05-02-03)
389- GNUmakefile: rationalised.
390
3913rd November 2003  Gabriele Cosmo  (modeling-V05-02-00, vis-V05-02-02)
392- Added inclusion of G4VSolid.hh in G4LogicalVolumeModel.cc to make it self
393  consistent after header review in geometry category.
394
3954th October 2003  Gabriele Cosmo  (vis-V05-02-01)
396- GNUmakefile:
397  o added dependency to new module "geometry/navigation".
398  o replaced "digits+hits" with "digits_hits".
399- Coworks with "geometry-V05-02-00" and "digits_hits-V05-02-00".
400
40122nd September 2003  John Allison  (vis-V05-02-00, greps-V05-02-00)
402- Removed a redundant comment.
403
40420th November 2002  Gabriele Cosmo  (modeling-V04-01-00)
405- Fixed access to static data (requires "greps-V04-01-04") in
406  G4FlavoredParallelWorldModel.cc, to allow porting on Windows DLLs.
407
40811th November 2002  John Allison  (modeling-V04-00-00)
409- Added fDrawingMode data member to G4TrajectoriesModel.
410
41124th October 2002  John Allison (vis-V04-01-03)
412- Changes for AddThis(const G4VTrajectory&) and (const G4VHit&).
413
41423rd February 2002  John Allison (vis-V04-00-02)
415- Removed Begin/EndPrimitives from G4HitsModel and
416  G4TrajectoriesModel.  This was causing nested calls to
417  Begin/EndPrimitives (and thus to glNewList/EndList in OpenGL stored
418  mode), since the trajectories and hits Draw methods themselves have
419  Begin/EndPrimitives.
420
42124th August 2001  John Allison  (vis-V03-02-13)
422- Intoduced argument for printing in G4VModel::Validate(G4bool warn).
423- Changed default return value in G4VModel::Validate(G4bool) to true.
424- Invoke CalculateExtent after successful geometry change in
425  G4PhysicalVolumeModel::Validate, and other bug fixes..
426
42714th August 2001  John Allison  (vis-V03-02-11)
428- Added sceneHandler.Begin/EndPrimitives messages to models (long
429  standing bug!).
430
4319th August 2001  John Allison  (vis-V03-02-10-00)
432- Removed G4ModelingParameters::hierarchy.  It is no longer used.  The
433  textual or graphical representation of the geometry hierarchy is now
434  done in G4xxxTree classes in visua;ization/Tree.
435
43625th July 2001  John Allison  (modeling-V03-02-03)
437- Added G4VModel::GetG4PhysicalVolumeModel().
438- Added G4VModel* argument to G4BoundingSphereScene constructor.
439  Both the above are to facilitate access to a model, if it exists, and
440  to invoke methods of G4PhysicalVolumeModel if it is one.
441- Added code to curtail G4PhysicalVolumeModel search in G4BoundingSphereScene.
442
44324th July 2001  John Allison  (modeling-V03-02-02)
444- Added G4VModel::SetExtent(const G4VisExtent&).
445- Cosmetic improvements to G4BoundingSphereScene.
446- Augmented G4ScaleModel::fGlobalTag.
447
44821st July 2001  John Allison  (modeling-V03-02-01)
449- Added G4ScaleModel.
450- Fixed bug in G4BoundingSphereScene::::Accrue().
451- Also a few cosmetic changes.
452
45318th July 2001  John Allison  (modeling-V03-02-00)
454- Ensured rotation and translation of replica is restored.
455
4563rd February 2001  John Allison  (vis-V03-00-02)
457- Tidied for CodeWizard.
458
45929th May 2000  John Allison
460- Moved code for maintaining depth, physical and logical volume
461  pointers from VisitGeometryAndGetVisReps to DescribeAndDescend to
462  handle daughters of replicas correctly (Guy Barrand).
463
46422nd May 2000  John Allison  (modeling-V01-01-00)
465- Added G4VTreeGraphicsScene (DTREE).
466- Commented out pVPV->SetCopyNo(n) on Makoto's advice in
467  G4PhysicalVolumeModel.cc.
468
469vis-V01-01-01  12th April 2000  John Allison
470- Made G4PhysicalVolumeModel::DescribeSolid virtual.
471- G4PhysicalVolumeModel::DescribeSolid no longer deals with composite
472  solids - now programmed into CompositeSolid::CreatePolyhedron, where
473  CompositeSolid means G4IntersectionSolid, G4SubtractionSolid and
474  G4UnionSolid.
475- G4PhysicalVolumeModel::DescribeSolid no longer deals with displaced
476  solids - now programmed into G4DisplacedSolid::CreatePolyhedron.
477- Added G4LogicalVolumeModel::DescribeSolid, which explicitly adds
478  components of composite solids as white forced-wireframe objects.
479
480vis-V00-01-10  25th November 1999  John Allison
481- Adapted header files of modeling for Software Reference Manual.
482
483vis-01-00-05  7th February 1999  John Allison
484
485vis-01-00-05  7th February 1999  John Allison
486- Added list facility to G4PhysicalVolumeSearchScene.
487- Added virtual functions AddThis (const G4Polycone and G4Polyhedra to
488  G4BoundingSphereScene and G4PhysicalVolumeSearchScene.
489
490vis-00-04-01  25th November 1998  John Allison.
491- Added const G4VisAttributes* fpDefaultVisAttributes and access
492  functions to G4ModelingParameters.
493- Reverted to default assignment operator and copy constructor for
494  G4ModelingParameters.
495- G4PhysicalVolumeModel can now handle invisible daughters.
496
49731st August 1998  John Allison
498- Added G4VModel::Validate() and in subclasses.
499
500vis-00-02-05  27th August 1998  John Allison
501- Added G4HitsModel and G4TrajectoriesModel.
502
503vis-00-02-04  22nd August 1998  John Allison
504- Made G4Transform3D fTransform a member of G4VModel (instead of pointer).
505- Reversed order of parameters in G4VModel constructor.
506- Much bug fixing.
507
508vis-00-06-06  11th June 1998  John Allison
509- G4PhysicalVolumeModel handles parametrised solids and materials.
510
511vis-00-06-04  10th June 1998  John Allison
512- Moved G4BoundingSphereScene from management to modeling.
513- Added G4Transform3D data member.
514
515modeling-00-04-01  4th March 1998  John Allison
516- Last tag before moving to visualization.
517- Removed G4ModelingParameters:: from G4ModelingParameters.hh constructor.
518
51927th January 1998  John Allison
520- New (temporay?) category.
521- Incorporates modeling code which was in G4VScene.
Note: See TracBrowser for help on using the repository browser.