source: trunk/source/graphics_reps/History @ 1098

Last change on this file since 1098 was 932, checked in by garnier, 15 years ago

John update

File size: 20.8 KB
Line 
1cvs log $Id: History,v 1.135 2009/02/25 14:13:43 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
2025th February 2009  John Allison  (greps-V09-02-01)
21- G4VVisManager: Added NotifyHandlers.
22  Notify scene handlers (G4VGraphicsScene objects) that the scene
23  has changed so that they may rebuild their graphics database, if
24  any, and redraw all views.
25
2624th February 2009  John Allison  (greps-V09-02-00)
27- G4VMarker:
28  o Added enum SizeType {none, world, screen};
29  o Added GetSizeType and SetSize/Diameter/Radius(SizeType, G4double).
30
3113th November 2008  Gabriele Cosmo  (greps-V09-01-06)
32- HepPolyhedronHype: fixed arrays upper-bound in constructor, responsible
33  for memory corruption in visualization of G4Hype shape.
34
3528th April 2008  John Allison  (greps-V09-01-05)
36- HepPolyhedronEllipticalCone: correct visibility of auxiliary edges.
37
3814th April 2008  Tatiana Nikitina  (greps-V09-01-04)
39- Added G4Hype representation to HepPolyhedron and G4Polyhedron.
40- Coworks with tag "geom-specific-V09-01-08".
41
4213th March 2008  Gabriele Cosmo  (greps-V09-01-03)
43- Added inclusion of <cstdlib> in HepPolyhedron.cc for porting on gcc-4.3.0.
44
4529th January 2008  John Allison  (greps-V09-01-01)
46- HepPolyhedronParaboloid: bug fix and improvement.
47
484th January 2008  John Allison  (greps-V09-01-00 with vis-V09-01-00)
49- G4VVisManager::Draw2D methods, already available for G4Text, extended to:
50  G4Circle, G4Polyhedron, G4Polyline, G4Polymarker, G4Square.
51
5221th August 2007  Tatiana Nikitina  (greps-V09-00-02)
53- Fixed bug in scaling parameter for G4EllipticalCone representation in
54  HepPolyhedron class.
55
5618th July 2007  Tatiana Nikitina  (greps-V09-00-01)
57- Added G4Paraboloid to HepPolyhedron and G4Polyhedron.
58- Coworks with tag "geom-specific-V09-00-02".
59
6017th July 2007  John Allison  (greps-V09-00-00)
61- G4VGraphicsScene: Added constructor and virtual destructor.
62
638th June 2007  Gabriele Cosmo  (greps-V08-03-00)
64- G4AttHolder: replaced forward declarations in header with explicit inclusions
65  to allow for porting on Intel-icc compiler.
66
673rd April 2007  John Allison  (greps-V08-02-01)
68- G4AttDefStore: now comprises utility functions in namespace
69  G4AttDefStore.  (Used to be a class with only static functions and
70  data members.)
71- G4AttHolder: Made copy constructor and assignment private to enforce
72  proper usage.
73
745th January 2007  John Allison  (greps-V08-02-00)
75- G4VisAttributes:
76  o SetForceLineSegmentsPerCircle: Bug fix: Now correctly implements reset.
77  o Minor refinement: Introduced IsForceLineSegmentsPerCircle().
78- G4Colour: Replaced static data members by static functions that
79  create and copy out the relevant colours.  (Static data members make
80  a lot of noise in the gdb debugger.  Anyway, are best avoided.)
81
827th November 2006  John Allison  (greps-V08-01-11)
83- HepPolyhedronEllipticalCone: Bug fix.
84- G4Visible: Fixed possible minor (subsidiary) memory leak in SetVisAttributes.
85- G4AttCheck: Cosmetic.
86
872nd November 2006  John Allison  (greps-V08-01-10)
88- G4Visible: Fixed copy constructor and assignment operator for deep copies.
89
901st November 2006  John Allison  (greps-V08-01-09; co-works: vis-V08-01-09)
91- Tidied G4Att checking and storing:
92  o G4AttCheck: Added store key to printing in operator<<.
93  o G4AttDef: Improved printing of store key in operator<<.
94  o G4AttDefStore: Removed GetName, introduced GetStoreKey.
95  o G4AttHolder:
96    ~ Removed GetAttDefsName.
97    ~ Replaced AddAttValues and AddAttDefs by a combined AddAtts.
98
9924th October 2006  John Allison  (greps-V08-01-08; co-works: vis-V08-01-08)
100- G4VisAttributes: Change GetAttValues to CreateAttValues.  It creates
101  an expendable copy on the heap, thus following the behaviour of
102  CreateAttValues in trajectories, hits, etc.  This achieves consistency
103  of behaviour and user expectation; the user must delete after use.
104- G4AttHolder: Remove CopyAndAddAttValues.  No longer needed after
105  above change to G4VisAttributes.
106
10721st October 2006  John Allison  (greps-V08-01-07)
108- Added G4AttHolder.
109- G4AttDefStore: Changed GetName type from G4String to const G4String&.
110
11117th October 2006  John Allison  (greps-V08-01-06)
112- Moved below operator<< from G4AttCheck.hh/cc to G4AttDef.hh/cc.
113
11416th October 2006  John Allison  (greps-V08-01-05)
115- Added operator<< for G4AttDefs:
116  std::ostream& operator<<
117    (std::ostream& os, const std::map<G4String,G4AttDef>* definitions)
118- Improved output diagnostics.
119
120---------------------------------------------------------------------------
12115th September 2006  John Allison  (greps-V08-01-04 - coworks vis-V08-01-06)
122- G4Visible: Added fAllocatedVisAttributes to prevent memory leak.
123
12412th September 2006 Jane Tinslay
125- Remove trailing white spaces in G4ConversionUtils
126- Add FilterHit method to G4VVisManager
127
12811th September 2006 Jane Tinslay
129- Add templated G4AttDef's and various utilities
130
13111th September 2006  John Allison
132- Fixed G4AttCheck for dimensionless "Physics" attributes (were
133  previously "Bookkeeping").
134
1356th September 2006 Jane Tinslay
136- Add G4TypeKey & G4TypeKeyT classes
137
138------------------------------------------------
13926th August 2006  John Allison  (greps-V08-01-03)
140- G4VisAttributes: Added time range.
141
14225th August 2006 Jane Tinslay
143- Make G4VFilter Accept method const
144
14514th August 2006  John Allison  (greps-V08-01-02)
146- G4AttCheck: Improved error checking.
147
14810th July 2006  John Allison  (greps-V08-01-01)
149- Co-works with vis-V08-01-01.
150- G4VGraphicsScene.hh: Removed Establish/DecommissionSpecials.
151- G4VisAttributes:
152  o Added ForceLineSegmentsPerCircle.
153  o Cosmetic re-ordering of methods,
154
1553rd July 2006  John Allison  (greps-V08-01-00)
156- G4AttCheck.cc:
157  o Added G4bool to the list of allowed G4AttValue value types.
158  o Added Density to the list of units categories.
159- G4AttDefStore: Added GetName.
160
1612nd May 2006 Jane Tinslay (greps-V08-00-03)
162- Add FilterTrajectory method to G4VVisManager
163
16419th April 2006  John Allison  (greps-V08-00-02 - needs vis-V08-00-04)
165- G4VGraphicsScene: Added Begin/EndPrimitives2D.
166- G4VVisManager: Added Draw2d(const G4Text&).
167
16828th March 2006 Jane Tinslay (jst28032006)
169- Add G4VFilter and G4SmartFilter
170
17113th March 2006  John Allison  (greps-V08-00-01)
172- Added operator<< for G4Text, G4Circle, G4Square, G4Polyhedron.
173- Improved/tidied operator<< for G4Polyline, G4VMarker, G4VisAttributes.
174- Improved comments in G4VVisManager.
175
17613th January 2006  John Allison  (greps-V08-00-00)
177- Added G4PolyhedronArbitrary:
178  o Moved from geometry/solids/specific, where it was part of a
179    development by Peter Truscott and Fan Lei of QinetiQ.
180    G4PolyhedronArbitrary is a way of creating arbitrary G4Polyhedron
181    objects out of vertices and indices.
182  o Removed unnecessary operator= functions.
183
18423rd November 2005  Jane Tinslay
185- Update documentation in G4Colour
186
18710th November 2005  Jane Tinslay (greps-V07-01-09)
188- G4VVisManager: Fix Dispatch method name to "DispatchToModel".
189- G4Colour: Use public static member functions instead of public
190  static data members to avoid problems with dynamic libraries.
191
19210th November 2005  John Allison
193- G4VVisManager and G4VGraphicsScene: Replaced default arguments
194  G4Transform3D::Identity by G4Transform3D().  (This is a avoid
195  initialisation problems with static objects with dynamic libraries.)
196
1979th November 2005  Gabriele Cosmo
198- Implemented migration to support CLHEP-2.0.X, adding explicit namespace
199  to CLHEP types. Affected files: HepPolyhedron[.h.cc], BooleanProcessor.src.
200
20124th October 2005  John Allison (greps-V07-01-08)
202- Moved G4VTrajectoryDrawer to modeling (renamed G4VTrajectoryModel).
203- G4VVisManager.hh: Changed DispatchToCurrentDrawer to DispatchToCurrentModel.
204
20521st October 2005 Jane Tinslay (greps-V07-01-07)
206- Add G4VTrajectoryDrawer, an abstract base class for trajectory drawers
207- Add "DispatchToCurrentDrawer" method to G4VVisManager
208
20920th October 2005  John Allison (greps-V07-01-06)
210- G4Colour.cc: Added #include <sstream>.
211
21217th October 2005 Jane Tinslay (greps-V07-01-05)
213- intercoms->graphics_reps migration for G4VGraphicsScene and G4VVisManager 
214
21513th October 2005 Jane Tinslay  (greps-V07-01-04)
216- Additions to G4Colour
217  o Add static data members for common colours.
218  o Add G4String->G4Colour colour map.
219
2203rd October 2005  John Allison
221- G4NURBStubesector.cc: Replaced <strstream> by <sstream>.
222
22316th September 2005  John Allison  (greps-V07-01-03)
224- G4AttCheck.cc: Added time to legal G4AttValues.
225
22610th August 2005  Gabriele Cosmo  (greps-V07-01-02)
227- Added Polyhedron description for new G4EllipticalCone shape.
228  Implementation by D.Anninos (CERN).
229  Requires tag "geom-specific-V07-01-03" for geometry/solids/specific module.
230
2315th July 2005  John Allison  (greps-V07-01-01)
232- Big clean-up:
233  o Removed redundant intermediate class, G4VVisPrim.
234  o Removed redundant virtual assignments and similar oddities.
235
23620th Jun 2005  Gabriele Cosmo  (greps-V07-01-00)
237- Added Polyhedron description for new G4Ellipsoid shape.
238  Contribution of G.Guerrieri (INFN Genova).
239
24026th May 2005  John Allison  (greps-V07-00-07)
241- Fixed bug introduced in greps-V07-00-05.
242- Removed DEPRECATION of G4Visible::SetVisAttributes(const G4VisAttributes&)
243  pending a resolution of the issues for a future release.
244
24522nd May 2005  John Allison  (greps-V07-00-05)
246- DEPRECATED G4Visible::SetVisAttributes (const G4VisAttributes&).
247  Meanwhile created copy of G4VisAttributes object on the heap.
248
2493rd May 2005  John Allison  (greps-V07-00-04)
250- Improved G4AttCheck.
251
2527th April 2005  John Allison  (greps-V07-00-03)
253- Needs g3tog4-V07-00-00 and geometry-gmk-V07-00-00.
254- Consolidated G4AttCheck.
255
25628th March 2005  John Allison  (johna-050328a)
257- G4AttCheck: Corrected for Extra and ValueType fields.  Augmented
258  test of more fields.
259
26028th March 2005  John Allison  (johna-050328)
261- G4AttCheck: Added check of Extra field.
262
26326th March 2005  John Allison  (johna-050326)
264- G4AttCheck: Implemented prototype conversion from G4AttValue/Defs to
265  "standard" versions.  Needs G4UIcommand, so makes a new category
266  dependency.  Requires one to make a new lib map.  Seems OK, but
267  must check with Gabriele.
268
26922nd March 2005  John Allison  (greps-V07-00-02)
270- G4Polyhedron: Added fNumberOfRotationStepsAtTimeOfCreation.
271- G4VisAttributes: Changed std::vector<G4AttDef> to map<G4String,G4AttDef>.
272- Added first version of G4AttCheck.
273
2749th March 2005  John Allison  (greps-V07-00-01)
275- HepPolyhedron: Added IsErrorBooleanProcess().
276- BooleanProcessor: Added get_processor_error().
277- G4Visible: Moved SetVisAttributes (const G4VisAttributes&) from .icc
278  to .cc file and added warning message.
279
28019th February 2005  John Allison  (greps-V07-00-00)
281- Needed for vis-V07-00-06.
282- Added G4VisExtent::NullExtent.
283
28410th December 2004  G.Cosmo  (greps-V06-02-04)
285- Replaced M_PI with CLHEP's pi.
286
2878th December 2004  G.Cosmo  (greps-V06-02-03)
288- HepPolyhedron, BooleanProcessor: replaced occurences of HepStd::
289  with std::
290- Added inclusion of <cmath> in HepPolyhedron.cc.
291
2927th December 2004  G.Cosmo  (greps-V06-02-02)
293- Implemented migration to <cmath>.
294
29511th November 2004  J.Allison  (greps-V06-02-01 - requires vis-V06-02-05)
296- Removed G4Polymarker::line.  Use G4Polyline instead.
297- Improved commenting of G4AttDef.
298
29928th July 2004  J.Allison  (greps-V06-02-00)
300- Introduced force auxiliary edge visible.
301
3027th June 2004  G.Cosmo  (greps-V06-01-01)
303- Fixed compilation problem on WIN32-VC for G4AttDefStore.
304- Added definition of GLOBLIBS in GNUmakefile for DLLs build on Windows.
305
30630th March 2004  G.Cosmo  (greps-V06-01-00)
307- Implemented constructor and destructor for G4AttDefStore, to properly
308  delete objects in the static map, allocated through explicit calls to
309  GetInstance(). Made G4AttDefStore a singleton.
310
31118th September 2003  J.Allison  (greps-V05-02-00)
312- Introduced G4Colour<->G4ThreeVector conversion operators.
313
3143rd April 2003  G.Cosmo  (greps-V05-00-00)
315- Cleared trivial pedantic warnings.
316
31727th November 2002  J.Allison  (greps-V04-01-05)
318- Small revison of G4Scale and improvements in G4VMarker class description.
319
32020th November 2002  G.Cosmo  (greps-V04-01-04)
321- Patched access to public static data in G4Scale and G4VisAttributes.
322  Added static accessors to be used in the kernel to allow porting on
323  Windows DLLs.
324- HepPolyhedron[.hh.cc]: changed inline static methods to not inlined.
325
32611th November 2002  E.Chernaev  (greps-V04-01-03)
327- Minor bug fix in HepPolyhedron::GetFacet().
328- HepDouble, HepBoolean --> double, bool in HepPolyhedron
329
3307th November 2002  E.Chernaev  (greps-V04-01-02)
331- Added createTwistedTrap() and createPolyhedron() to HepPolyhedron.
332
33328th October 2002  J.Allison  (greps-V04-01-01)
334- Changed AttDefStore to return a map.
335
33624th October 2002  John Allison  (greps-V04-01-00)
337- Added G4AttDefStore.
338- Further improved G4AttDef/Value.
339- Added const G4std::vector<G4AttValue>* fAttValues/Defs to G4VisAttributes.
340
34123rd October 2002  John Allison
342- G4Colour class description corrected.
343- G4VisAttributes comments slightly improved.
344- G4AttDef and G4AttValue headers changed to follow G4 conventions.
345
34627th September 2002  Joseph Perl
347- Added first versions of headers for G4AttDef and G4AttValue.
348
34910th September 2001  John Allison  (greps-V03-02-04)
350- Added G4Scale::GuidanceString.
351
35220th August 2001  John Allison  (greps-V03-02-03)
353- Made typedef's public in G4Point3DList.hh and G4Polyline.hh.
354
35514th August 2001  John Allison  (greps-V03-02-02)
356- Coworks with vis-V03-02-11 and intercoms-V03-02-03.
357- Added G4Polyline::transform.
358- Fixed pedantic warnings in G4NURBS.
359
36024th July May 2001  John Allison  (greps-V03-02-01)
361- Improvements to comments and layout in G4VisExtent.
362- Cosmetic improvements to G4Scale, small change of interface.
363
36421st July May 2001  John Allison  (greps-V03-02-00)
365- Added G4Scale.
366
36725th May 2001  John Allison  (greps-V03-01-02)
368- Added GetSurfaceArea() and GetVolume() to HepPolyhedron (Evgeni).
369- Bug fix in BooleanProcessor.src (Guy, Evgeni).
370
3713rd May 2001  John Allison  (greps-V03-01-01)
372- Replaced G4RWTValOrderedVector by G4std::vector in G4PlacedPolyhedron
373  and G4Point3DList.  Forces co-working tags in categories:
374    geommng-V03-01-02
375    tracking-V03-01-00
376    vis-V03-01-01
377
37811th April 2001  John Allison  (greps-V03-01-00)
379- Some code has been added to cover unforeseen earlier situation
380  during preselection of faces without intersection (Evgeni).
381- Moved #include <CLHEP/config/TemplateFunctions.h> and others from
382  HepPolyhedron.h to HepPolyhedron.cc (Evgeni).
383- Fixed stupid warnings about possible use of uninitialized variables (Evgeni).
384- Made GetNumberOfRotationSteps() static and public (John).
385
3866th February 2001  John Allison  (greps-V03-00-01)
387- More tidying for CodeWizard.  Added virtual destructors to
388  HepPolyhedronBox, etc.  Also made all constructors non-inline.
389
3903rd February 2001  John Allison  (greps-V03-00-00)
391- Tidied for CodeWizard.  Note: G4Circle.icc and G4VVisPrim.icc removed, so
392  "gmake clean" all relevant directories before updating.
393
3945th June May 2000  Evgeni Chernaev (greps-V01-01-04)
395- Bug fix in BooleanProcessor.src.
396- Graceful recovery from caseIE() and caseEE() non-implementation
397  (first polygon returned).
398
39920th May 2000  Evgeni Chernaev (greps-V01-01-03)
400- Temporary workaround to avoid caseIE() and caseEE.
401
40213th May 2000  John Allison (greps-V01-01-02)
403- Changed std:: to HepStd:: for ISO compatibility (Evgeni Chernaev).
404
40511th April 2000  John Allison (greps-V01-01-01)
406- Added operator = (const HepPolyhedron&) to ExtPolyhedron.
407
4086th April 2000  John Allison (greps-V01-01-00)
409- Tagged.
410
4114th April 2000  Evgeni Chernaev
412- Added boolean operations (add, subtract, intersect) on HepPolyhedron objects.
413- Added BooleanProcessor.src.
414
41530th March 2000  John Allison
416- Added virtual operator= to G4Polyhedron.hh and HepPolyhedron.h to avoid
417  warnings about hiding.
418
41923rd February 2000  John Allison
420- Moved G4Polyhedron constructors and destructor to .cc.
421
42222nd February 2000  Evgeni Chernaev (greps-V01-00-03)
423- Re-instated edge flags for "invisible" edges of HepPolyhedronCons and Torus.
424
42522nd February 2000  John Allison  (greps-V01-00-02)
426- Added HepPolyhedron (Evgeni Chernaev).  Re-implemented G4Polyhedron.
427
42811th January 2000  John Allison  (greps-V01-00-01)
429- Fix for spheres with small dtheta.
430
43116th December 1999  John Allison (greps-V01-00-00)
432- Added G4Polyhedron::Transform and G4Polyhedron::InvertFacets (Evgeni
433  Chernaev).
434
43517th November 1999 Satoshi Tanaka (greps-V00-01-01)
436- Header comments for software reference manual
437
4384th October 1999  John Allison  (greps-V00-01-00)
439- Improved comments in G4Visible.hh.
440
44123rd July 1999  John Allison
442- Added base class copy to copy contructor of G4Polyhedron.
443
44421st July 1999  John Allison
445- Added G4PlacedPolyhedron, which includes G4PlacedPolyhedronList.
446
447greps-01-00-08  5th June John Allison
448- Added virtual operator = and overrides to G4Circle and G4Square.
449
450greps-01-00-07  25th May 1999  John Allison
451- Moved operator != to member function.
452
453greps-01-00-06  19th May 1999  John Allison
454- Fixed compilation warnings, mainly overriding virtual functions.
455
456greps-01-00-05  12th May 1999  John Allison
457- Made destructors virtual where applicable.
458
459greps-01-00-04  28th April 1999  John Allison
460- Moved G4VVisManager and G4VGraphicsScene to intercoms.
461
462greps-01-00-03  7th February 1999  John Allison
463- Removed GNU_GCC from G4Polymarker.cc.
464- Added G4VGraphicsScene::AddThis (G4Polycone and G4Polyhedra.
465
466greps-01-00-02  6th January 1999  John Allison
467- Very minor change in G4VisExtent.cc - 2 -> 2.
468- Inclusion of test/ in tag.
469
470greps-01-00-01  6th January 1999  John Allison
471- Corrected constructors of G4VisAttributes for initialisation of
472  fDaughtersInvisible.
473
474greps-00-04-02 02 December 1998 Evgeni Tcherniaev
475- Added G4NURBS::CalcPoint() for calculation coordinates of a
476point lying on the nurbs surface.
477
478greps-00-04-01  25th November 1998  John Allison
479- Added void G4VisAttributes::SetDaughtersInvisible (G4bool).
480
481greps-00-03-03  9th November 1998 Satoshi Tanaka
482Added G4String fInfo and its access functions to G4VMarker
483
484greps-00-03-02  6th November 1998  John Allison
485- Cleaned up GNUmakefile - no longer includes unnecesary -I's
486
487greps-00-03-01  26th September 1998  John Allison
488- Removed SetWorldVolume from G4VVisManager - no longer used.
489
490greps-00-02-03  21st August 1998  John Allison
491- Rationalised G4VisExtent::G4VisExtent (const G4Point3D& centre,
492  G4double radius) so that iit is a true "inverse" of GetExtentRadius.
493- Added global target to GNUmakefile (Gabriele Cosmo).
494
495greps-00-02-02  14th August 1998  John Allison
496- Added GeometryHasChanged() to G4VVisManager.  To be used by the run manager.
497
498greps-00-02-01  6th August 1998  John Allison
499- Removed Draw, ClearView and Show in G4VVisManager.
500
501greps-00-06-03  26th June 1998  Gabriele Cosmo
502- Updated test/GNUmakefile to new electromagnetics.
503
504greps-00-06-02  10th June 1998  John Allison
505- Changed defaults in G4VisExtent to 0.
506
5071st June 1998  Satoshi Tanaka
508- Added Draw(), ClearView(), Show() to G4VVisManager.
509
510greps-00-06-01  29th April 1998  John Allison
511- Introduced Establish/DecommissionSpecials (G4PhysicalVolumeModel&)
512  in place of BeginModeling (G4PhysicalVolumeModel&).
513
514April 21st, 98 G.Cosmo (greps-00-05-03)
515- Tagged.
516
517April 9th, 98 G.Cosmo
518- Porting on DEC-cxx 6.0.
519  Removed meaningless usage of "const" qualifier from functions
520  return type for basic types by value. Modified files: G4NURBS.cc
521
522greps-00-05-02  4th April 1998  John Allison
523- Re-engineered maintenance of current depth, etc.  Needed new method
524  G4VGraphicsScene::BeginModeling (G4PhysicalVolumeModel&) in
525  graphics_reps.  The result is much cleaner model and modeling
526  parameters classes.  Also, the current depth, physical volume and
527  logical volume are immediately available as protected pointers in
528  G4VScene.
529
530HEAD  3rd April 1998  John Allison
531- Added GetWorld/ScreenDiameter/Radius to G4VMarker.
532
533April 2, 1998 G.Barrand :
534- G4Polyhedron.cc : add a G4double cast to help NT/Visual compiler.
535
536greps-00-05-01  26th March 1998  John Allison
537- Removed #if defined(__DECCXX) || defined(WIN32) from G4NURBS.hh.
538- Improved comments in G4VMarker.hh
539
5407th January 1998  John Allison
541- Added arguments to PreAddThis in G4VGraphicsScene.hh.
542- Added virtual destructor to G4VVisManager.
543
544December 19, 97 G. Cosmo - (alpha03)
545
546- Created.
547
548- Previous history (from README)
549
550vis-00-01-02  13th July 1997  John Allison
551- Consolidation of previous tag.
552
553vis-00-01-01  8th June 1997  John Allison
554- First systematic tag.
555- G4Polyhedron - can now set number of sides for circle polygon approximation
Note: See TracBrowser for help on using the repository browser.