source: trunk/source/graphics_reps/History @ 1257

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

cvs update

File size: 22.0 KB
Line 
1cvs log $Id: History,v 1.139 2010/05/07 16:06:18 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
207th May 2010  John Allison  (greps-V09-03-00)
21- G4VVisManager: Added a public static boolean flag,
22  IsDefaultDrawTrajectory, to assist deprecation of i-mode trajectory
23  drawing parameter.  After 10.0, it can be removed.
24
2528th October 2009  John Allison  (greps-V09-02-03 coworks vis-V09-02-10)
26- HepPolyhedron:
27  o Removed static instance of BooleanProcessor.
28  o Removed IsErrorBooleanProcess.  (Use HepPolyhedronProcessor instead -
29    see, e.g., G4PhysicalVolumeModel.)
30- HepPolyhedronProcessor.src: Replaced printf with G4cout.
31
3220th October 2009  Guy Barrand  (greps-V09-02-02 coworks vis-V09-02-09)
33- HepPolyhedronProcessor : class to handle "overall shifting" in case
34  of doing multiple boolean operations. This permited to solve most
35  tricky cases in LHCb visualization.
36- HepPolyhedron : handle the ierr variable on the BooleanProcessor.execute.
37- BooleanProcessor.src : modifs coming from LHCb to "loop on shifts"
38  to attempt solving the "coplanar faces cases".
39- BooleanProcessor.src : modifs coming from LHCb to optmize the code.
40
4120th October 2009  John Allison  (greps-V09-02-02 coworks vis-V09-02-07)
42- G4VGraphicsScene: Added AddCompound (const G4THitsMap<G4double>&).
43
4425th February 2009  John Allison  (greps-V09-02-01)
45- G4VVisManager: Added NotifyHandlers.
46  Notify scene handlers (G4VGraphicsScene objects) that the scene
47  has changed so that they may rebuild their graphics database, if
48  any, and redraw all views.
49
5024th February 2009  John Allison  (greps-V09-02-00)
51- G4VMarker:
52  o Added enum SizeType {none, world, screen};
53  o Added GetSizeType and SetSize/Diameter/Radius(SizeType, G4double).
54
5513th November 2008  Gabriele Cosmo  (greps-V09-01-06)
56- HepPolyhedronHype: fixed arrays upper-bound in constructor, responsible
57  for memory corruption in visualization of G4Hype shape.
58
5928th April 2008  John Allison  (greps-V09-01-05)
60- HepPolyhedronEllipticalCone: correct visibility of auxiliary edges.
61
6214th April 2008  Tatiana Nikitina  (greps-V09-01-04)
63- Added G4Hype representation to HepPolyhedron and G4Polyhedron.
64- Coworks with tag "geom-specific-V09-01-08".
65
6613th March 2008  Gabriele Cosmo  (greps-V09-01-03)
67- Added inclusion of <cstdlib> in HepPolyhedron.cc for porting on gcc-4.3.0.
68
6929th January 2008  John Allison  (greps-V09-01-01)
70- HepPolyhedronParaboloid: bug fix and improvement.
71
724th January 2008  John Allison  (greps-V09-01-00 with vis-V09-01-00)
73- G4VVisManager::Draw2D methods, already available for G4Text, extended to:
74  G4Circle, G4Polyhedron, G4Polyline, G4Polymarker, G4Square.
75
7621th August 2007  Tatiana Nikitina  (greps-V09-00-02)
77- Fixed bug in scaling parameter for G4EllipticalCone representation in
78  HepPolyhedron class.
79
8018th July 2007  Tatiana Nikitina  (greps-V09-00-01)
81- Added G4Paraboloid to HepPolyhedron and G4Polyhedron.
82- Coworks with tag "geom-specific-V09-00-02".
83
8417th July 2007  John Allison  (greps-V09-00-00)
85- G4VGraphicsScene: Added constructor and virtual destructor.
86
878th June 2007  Gabriele Cosmo  (greps-V08-03-00)
88- G4AttHolder: replaced forward declarations in header with explicit inclusions
89  to allow for porting on Intel-icc compiler.
90
913rd April 2007  John Allison  (greps-V08-02-01)
92- G4AttDefStore: now comprises utility functions in namespace
93  G4AttDefStore.  (Used to be a class with only static functions and
94  data members.)
95- G4AttHolder: Made copy constructor and assignment private to enforce
96  proper usage.
97
985th January 2007  John Allison  (greps-V08-02-00)
99- G4VisAttributes:
100  o SetForceLineSegmentsPerCircle: Bug fix: Now correctly implements reset.
101  o Minor refinement: Introduced IsForceLineSegmentsPerCircle().
102- G4Colour: Replaced static data members by static functions that
103  create and copy out the relevant colours.  (Static data members make
104  a lot of noise in the gdb debugger.  Anyway, are best avoided.)
105
1067th November 2006  John Allison  (greps-V08-01-11)
107- HepPolyhedronEllipticalCone: Bug fix.
108- G4Visible: Fixed possible minor (subsidiary) memory leak in SetVisAttributes.
109- G4AttCheck: Cosmetic.
110
1112nd November 2006  John Allison  (greps-V08-01-10)
112- G4Visible: Fixed copy constructor and assignment operator for deep copies.
113
1141st November 2006  John Allison  (greps-V08-01-09; co-works: vis-V08-01-09)
115- Tidied G4Att checking and storing:
116  o G4AttCheck: Added store key to printing in operator<<.
117  o G4AttDef: Improved printing of store key in operator<<.
118  o G4AttDefStore: Removed GetName, introduced GetStoreKey.
119  o G4AttHolder:
120    ~ Removed GetAttDefsName.
121    ~ Replaced AddAttValues and AddAttDefs by a combined AddAtts.
122
12324th October 2006  John Allison  (greps-V08-01-08; co-works: vis-V08-01-08)
124- G4VisAttributes: Change GetAttValues to CreateAttValues.  It creates
125  an expendable copy on the heap, thus following the behaviour of
126  CreateAttValues in trajectories, hits, etc.  This achieves consistency
127  of behaviour and user expectation; the user must delete after use.
128- G4AttHolder: Remove CopyAndAddAttValues.  No longer needed after
129  above change to G4VisAttributes.
130
13121st October 2006  John Allison  (greps-V08-01-07)
132- Added G4AttHolder.
133- G4AttDefStore: Changed GetName type from G4String to const G4String&.
134
13517th October 2006  John Allison  (greps-V08-01-06)
136- Moved below operator<< from G4AttCheck.hh/cc to G4AttDef.hh/cc.
137
13816th October 2006  John Allison  (greps-V08-01-05)
139- Added operator<< for G4AttDefs:
140  std::ostream& operator<<
141    (std::ostream& os, const std::map<G4String,G4AttDef>* definitions)
142- Improved output diagnostics.
143
144---------------------------------------------------------------------------
14515th September 2006  John Allison  (greps-V08-01-04 - coworks vis-V08-01-06)
146- G4Visible: Added fAllocatedVisAttributes to prevent memory leak.
147
14812th September 2006 Jane Tinslay
149- Remove trailing white spaces in G4ConversionUtils
150- Add FilterHit method to G4VVisManager
151
15211th September 2006 Jane Tinslay
153- Add templated G4AttDef's and various utilities
154
15511th September 2006  John Allison
156- Fixed G4AttCheck for dimensionless "Physics" attributes (were
157  previously "Bookkeeping").
158
1596th September 2006 Jane Tinslay
160- Add G4TypeKey & G4TypeKeyT classes
161
162------------------------------------------------
16326th August 2006  John Allison  (greps-V08-01-03)
164- G4VisAttributes: Added time range.
165
16625th August 2006 Jane Tinslay
167- Make G4VFilter Accept method const
168
16914th August 2006  John Allison  (greps-V08-01-02)
170- G4AttCheck: Improved error checking.
171
17210th July 2006  John Allison  (greps-V08-01-01)
173- Co-works with vis-V08-01-01.
174- G4VGraphicsScene.hh: Removed Establish/DecommissionSpecials.
175- G4VisAttributes:
176  o Added ForceLineSegmentsPerCircle.
177  o Cosmetic re-ordering of methods,
178
1793rd July 2006  John Allison  (greps-V08-01-00)
180- G4AttCheck.cc:
181  o Added G4bool to the list of allowed G4AttValue value types.
182  o Added Density to the list of units categories.
183- G4AttDefStore: Added GetName.
184
1852nd May 2006 Jane Tinslay (greps-V08-00-03)
186- Add FilterTrajectory method to G4VVisManager
187
18819th April 2006  John Allison  (greps-V08-00-02 - needs vis-V08-00-04)
189- G4VGraphicsScene: Added Begin/EndPrimitives2D.
190- G4VVisManager: Added Draw2d(const G4Text&).
191
19228th March 2006 Jane Tinslay (jst28032006)
193- Add G4VFilter and G4SmartFilter
194
19513th March 2006  John Allison  (greps-V08-00-01)
196- Added operator<< for G4Text, G4Circle, G4Square, G4Polyhedron.
197- Improved/tidied operator<< for G4Polyline, G4VMarker, G4VisAttributes.
198- Improved comments in G4VVisManager.
199
20013th January 2006  John Allison  (greps-V08-00-00)
201- Added G4PolyhedronArbitrary:
202  o Moved from geometry/solids/specific, where it was part of a
203    development by Peter Truscott and Fan Lei of QinetiQ.
204    G4PolyhedronArbitrary is a way of creating arbitrary G4Polyhedron
205    objects out of vertices and indices.
206  o Removed unnecessary operator= functions.
207
20823rd November 2005  Jane Tinslay
209- Update documentation in G4Colour
210
21110th November 2005  Jane Tinslay (greps-V07-01-09)
212- G4VVisManager: Fix Dispatch method name to "DispatchToModel".
213- G4Colour: Use public static member functions instead of public
214  static data members to avoid problems with dynamic libraries.
215
21610th November 2005  John Allison
217- G4VVisManager and G4VGraphicsScene: Replaced default arguments
218  G4Transform3D::Identity by G4Transform3D().  (This is a avoid
219  initialisation problems with static objects with dynamic libraries.)
220
2219th November 2005  Gabriele Cosmo
222- Implemented migration to support CLHEP-2.0.X, adding explicit namespace
223  to CLHEP types. Affected files: HepPolyhedron[.h.cc], BooleanProcessor.src.
224
22524th October 2005  John Allison (greps-V07-01-08)
226- Moved G4VTrajectoryDrawer to modeling (renamed G4VTrajectoryModel).
227- G4VVisManager.hh: Changed DispatchToCurrentDrawer to DispatchToCurrentModel.
228
22921st October 2005 Jane Tinslay (greps-V07-01-07)
230- Add G4VTrajectoryDrawer, an abstract base class for trajectory drawers
231- Add "DispatchToCurrentDrawer" method to G4VVisManager
232
23320th October 2005  John Allison (greps-V07-01-06)
234- G4Colour.cc: Added #include <sstream>.
235
23617th October 2005 Jane Tinslay (greps-V07-01-05)
237- intercoms->graphics_reps migration for G4VGraphicsScene and G4VVisManager 
238
23913th October 2005 Jane Tinslay  (greps-V07-01-04)
240- Additions to G4Colour
241  o Add static data members for common colours.
242  o Add G4String->G4Colour colour map.
243
2443rd October 2005  John Allison
245- G4NURBStubesector.cc: Replaced <strstream> by <sstream>.
246
24716th September 2005  John Allison  (greps-V07-01-03)
248- G4AttCheck.cc: Added time to legal G4AttValues.
249
25010th August 2005  Gabriele Cosmo  (greps-V07-01-02)
251- Added Polyhedron description for new G4EllipticalCone shape.
252  Implementation by D.Anninos (CERN).
253  Requires tag "geom-specific-V07-01-03" for geometry/solids/specific module.
254
2555th July 2005  John Allison  (greps-V07-01-01)
256- Big clean-up:
257  o Removed redundant intermediate class, G4VVisPrim.
258  o Removed redundant virtual assignments and similar oddities.
259
26020th Jun 2005  Gabriele Cosmo  (greps-V07-01-00)
261- Added Polyhedron description for new G4Ellipsoid shape.
262  Contribution of G.Guerrieri (INFN Genova).
263
26426th May 2005  John Allison  (greps-V07-00-07)
265- Fixed bug introduced in greps-V07-00-05.
266- Removed DEPRECATION of G4Visible::SetVisAttributes(const G4VisAttributes&)
267  pending a resolution of the issues for a future release.
268
26922nd May 2005  John Allison  (greps-V07-00-05)
270- DEPRECATED G4Visible::SetVisAttributes (const G4VisAttributes&).
271  Meanwhile created copy of G4VisAttributes object on the heap.
272
2733rd May 2005  John Allison  (greps-V07-00-04)
274- Improved G4AttCheck.
275
2767th April 2005  John Allison  (greps-V07-00-03)
277- Needs g3tog4-V07-00-00 and geometry-gmk-V07-00-00.
278- Consolidated G4AttCheck.
279
28028th March 2005  John Allison  (johna-050328a)
281- G4AttCheck: Corrected for Extra and ValueType fields.  Augmented
282  test of more fields.
283
28428th March 2005  John Allison  (johna-050328)
285- G4AttCheck: Added check of Extra field.
286
28726th March 2005  John Allison  (johna-050326)
288- G4AttCheck: Implemented prototype conversion from G4AttValue/Defs to
289  "standard" versions.  Needs G4UIcommand, so makes a new category
290  dependency.  Requires one to make a new lib map.  Seems OK, but
291  must check with Gabriele.
292
29322nd March 2005  John Allison  (greps-V07-00-02)
294- G4Polyhedron: Added fNumberOfRotationStepsAtTimeOfCreation.
295- G4VisAttributes: Changed std::vector<G4AttDef> to map<G4String,G4AttDef>.
296- Added first version of G4AttCheck.
297
2989th March 2005  John Allison  (greps-V07-00-01)
299- HepPolyhedron: Added IsErrorBooleanProcess().
300- BooleanProcessor: Added get_processor_error().
301- G4Visible: Moved SetVisAttributes (const G4VisAttributes&) from .icc
302  to .cc file and added warning message.
303
30419th February 2005  John Allison  (greps-V07-00-00)
305- Needed for vis-V07-00-06.
306- Added G4VisExtent::NullExtent.
307
30810th December 2004  G.Cosmo  (greps-V06-02-04)
309- Replaced M_PI with CLHEP's pi.
310
3118th December 2004  G.Cosmo  (greps-V06-02-03)
312- HepPolyhedron, BooleanProcessor: replaced occurences of HepStd::
313  with std::
314- Added inclusion of <cmath> in HepPolyhedron.cc.
315
3167th December 2004  G.Cosmo  (greps-V06-02-02)
317- Implemented migration to <cmath>.
318
31911th November 2004  J.Allison  (greps-V06-02-01 - requires vis-V06-02-05)
320- Removed G4Polymarker::line.  Use G4Polyline instead.
321- Improved commenting of G4AttDef.
322
32328th July 2004  J.Allison  (greps-V06-02-00)
324- Introduced force auxiliary edge visible.
325
3267th June 2004  G.Cosmo  (greps-V06-01-01)
327- Fixed compilation problem on WIN32-VC for G4AttDefStore.
328- Added definition of GLOBLIBS in GNUmakefile for DLLs build on Windows.
329
33030th March 2004  G.Cosmo  (greps-V06-01-00)
331- Implemented constructor and destructor for G4AttDefStore, to properly
332  delete objects in the static map, allocated through explicit calls to
333  GetInstance(). Made G4AttDefStore a singleton.
334
33518th September 2003  J.Allison  (greps-V05-02-00)
336- Introduced G4Colour<->G4ThreeVector conversion operators.
337
3383rd April 2003  G.Cosmo  (greps-V05-00-00)
339- Cleared trivial pedantic warnings.
340
34127th November 2002  J.Allison  (greps-V04-01-05)
342- Small revison of G4Scale and improvements in G4VMarker class description.
343
34420th November 2002  G.Cosmo  (greps-V04-01-04)
345- Patched access to public static data in G4Scale and G4VisAttributes.
346  Added static accessors to be used in the kernel to allow porting on
347  Windows DLLs.
348- HepPolyhedron[.hh.cc]: changed inline static methods to not inlined.
349
35011th November 2002  E.Chernaev  (greps-V04-01-03)
351- Minor bug fix in HepPolyhedron::GetFacet().
352- HepDouble, HepBoolean --> double, bool in HepPolyhedron
353
3547th November 2002  E.Chernaev  (greps-V04-01-02)
355- Added createTwistedTrap() and createPolyhedron() to HepPolyhedron.
356
35728th October 2002  J.Allison  (greps-V04-01-01)
358- Changed AttDefStore to return a map.
359
36024th October 2002  John Allison  (greps-V04-01-00)
361- Added G4AttDefStore.
362- Further improved G4AttDef/Value.
363- Added const G4std::vector<G4AttValue>* fAttValues/Defs to G4VisAttributes.
364
36523rd October 2002  John Allison
366- G4Colour class description corrected.
367- G4VisAttributes comments slightly improved.
368- G4AttDef and G4AttValue headers changed to follow G4 conventions.
369
37027th September 2002  Joseph Perl
371- Added first versions of headers for G4AttDef and G4AttValue.
372
37310th September 2001  John Allison  (greps-V03-02-04)
374- Added G4Scale::GuidanceString.
375
37620th August 2001  John Allison  (greps-V03-02-03)
377- Made typedef's public in G4Point3DList.hh and G4Polyline.hh.
378
37914th August 2001  John Allison  (greps-V03-02-02)
380- Coworks with vis-V03-02-11 and intercoms-V03-02-03.
381- Added G4Polyline::transform.
382- Fixed pedantic warnings in G4NURBS.
383
38424th July May 2001  John Allison  (greps-V03-02-01)
385- Improvements to comments and layout in G4VisExtent.
386- Cosmetic improvements to G4Scale, small change of interface.
387
38821st July May 2001  John Allison  (greps-V03-02-00)
389- Added G4Scale.
390
39125th May 2001  John Allison  (greps-V03-01-02)
392- Added GetSurfaceArea() and GetVolume() to HepPolyhedron (Evgeni).
393- Bug fix in BooleanProcessor.src (Guy, Evgeni).
394
3953rd May 2001  John Allison  (greps-V03-01-01)
396- Replaced G4RWTValOrderedVector by G4std::vector in G4PlacedPolyhedron
397  and G4Point3DList.  Forces co-working tags in categories:
398    geommng-V03-01-02
399    tracking-V03-01-00
400    vis-V03-01-01
401
40211th April 2001  John Allison  (greps-V03-01-00)
403- Some code has been added to cover unforeseen earlier situation
404  during preselection of faces without intersection (Evgeni).
405- Moved #include <CLHEP/config/TemplateFunctions.h> and others from
406  HepPolyhedron.h to HepPolyhedron.cc (Evgeni).
407- Fixed stupid warnings about possible use of uninitialized variables (Evgeni).
408- Made GetNumberOfRotationSteps() static and public (John).
409
4106th February 2001  John Allison  (greps-V03-00-01)
411- More tidying for CodeWizard.  Added virtual destructors to
412  HepPolyhedronBox, etc.  Also made all constructors non-inline.
413
4143rd February 2001  John Allison  (greps-V03-00-00)
415- Tidied for CodeWizard.  Note: G4Circle.icc and G4VVisPrim.icc removed, so
416  "gmake clean" all relevant directories before updating.
417
4185th June May 2000  Evgeni Chernaev (greps-V01-01-04)
419- Bug fix in BooleanProcessor.src.
420- Graceful recovery from caseIE() and caseEE() non-implementation
421  (first polygon returned).
422
42320th May 2000  Evgeni Chernaev (greps-V01-01-03)
424- Temporary workaround to avoid caseIE() and caseEE.
425
42613th May 2000  John Allison (greps-V01-01-02)
427- Changed std:: to HepStd:: for ISO compatibility (Evgeni Chernaev).
428
42911th April 2000  John Allison (greps-V01-01-01)
430- Added operator = (const HepPolyhedron&) to ExtPolyhedron.
431
4326th April 2000  John Allison (greps-V01-01-00)
433- Tagged.
434
4354th April 2000  Evgeni Chernaev
436- Added boolean operations (add, subtract, intersect) on HepPolyhedron objects.
437- Added BooleanProcessor.src.
438
43930th March 2000  John Allison
440- Added virtual operator= to G4Polyhedron.hh and HepPolyhedron.h to avoid
441  warnings about hiding.
442
44323rd February 2000  John Allison
444- Moved G4Polyhedron constructors and destructor to .cc.
445
44622nd February 2000  Evgeni Chernaev (greps-V01-00-03)
447- Re-instated edge flags for "invisible" edges of HepPolyhedronCons and Torus.
448
44922nd February 2000  John Allison  (greps-V01-00-02)
450- Added HepPolyhedron (Evgeni Chernaev).  Re-implemented G4Polyhedron.
451
45211th January 2000  John Allison  (greps-V01-00-01)
453- Fix for spheres with small dtheta.
454
45516th December 1999  John Allison (greps-V01-00-00)
456- Added G4Polyhedron::Transform and G4Polyhedron::InvertFacets (Evgeni
457  Chernaev).
458
45917th November 1999 Satoshi Tanaka (greps-V00-01-01)
460- Header comments for software reference manual
461
4624th October 1999  John Allison  (greps-V00-01-00)
463- Improved comments in G4Visible.hh.
464
46523rd July 1999  John Allison
466- Added base class copy to copy contructor of G4Polyhedron.
467
46821st July 1999  John Allison
469- Added G4PlacedPolyhedron, which includes G4PlacedPolyhedronList.
470
471greps-01-00-08  5th June John Allison
472- Added virtual operator = and overrides to G4Circle and G4Square.
473
474greps-01-00-07  25th May 1999  John Allison
475- Moved operator != to member function.
476
477greps-01-00-06  19th May 1999  John Allison
478- Fixed compilation warnings, mainly overriding virtual functions.
479
480greps-01-00-05  12th May 1999  John Allison
481- Made destructors virtual where applicable.
482
483greps-01-00-04  28th April 1999  John Allison
484- Moved G4VVisManager and G4VGraphicsScene to intercoms.
485
486greps-01-00-03  7th February 1999  John Allison
487- Removed GNU_GCC from G4Polymarker.cc.
488- Added G4VGraphicsScene::AddThis (G4Polycone and G4Polyhedra.
489
490greps-01-00-02  6th January 1999  John Allison
491- Very minor change in G4VisExtent.cc - 2 -> 2.
492- Inclusion of test/ in tag.
493
494greps-01-00-01  6th January 1999  John Allison
495- Corrected constructors of G4VisAttributes for initialisation of
496  fDaughtersInvisible.
497
498greps-00-04-02 02 December 1998 Evgeni Tcherniaev
499- Added G4NURBS::CalcPoint() for calculation coordinates of a
500point lying on the nurbs surface.
501
502greps-00-04-01  25th November 1998  John Allison
503- Added void G4VisAttributes::SetDaughtersInvisible (G4bool).
504
505greps-00-03-03  9th November 1998 Satoshi Tanaka
506Added G4String fInfo and its access functions to G4VMarker
507
508greps-00-03-02  6th November 1998  John Allison
509- Cleaned up GNUmakefile - no longer includes unnecesary -I's
510
511greps-00-03-01  26th September 1998  John Allison
512- Removed SetWorldVolume from G4VVisManager - no longer used.
513
514greps-00-02-03  21st August 1998  John Allison
515- Rationalised G4VisExtent::G4VisExtent (const G4Point3D& centre,
516  G4double radius) so that iit is a true "inverse" of GetExtentRadius.
517- Added global target to GNUmakefile (Gabriele Cosmo).
518
519greps-00-02-02  14th August 1998  John Allison
520- Added GeometryHasChanged() to G4VVisManager.  To be used by the run manager.
521
522greps-00-02-01  6th August 1998  John Allison
523- Removed Draw, ClearView and Show in G4VVisManager.
524
525greps-00-06-03  26th June 1998  Gabriele Cosmo
526- Updated test/GNUmakefile to new electromagnetics.
527
528greps-00-06-02  10th June 1998  John Allison
529- Changed defaults in G4VisExtent to 0.
530
5311st June 1998  Satoshi Tanaka
532- Added Draw(), ClearView(), Show() to G4VVisManager.
533
534greps-00-06-01  29th April 1998  John Allison
535- Introduced Establish/DecommissionSpecials (G4PhysicalVolumeModel&)
536  in place of BeginModeling (G4PhysicalVolumeModel&).
537
538April 21st, 98 G.Cosmo (greps-00-05-03)
539- Tagged.
540
541April 9th, 98 G.Cosmo
542- Porting on DEC-cxx 6.0.
543  Removed meaningless usage of "const" qualifier from functions
544  return type for basic types by value. Modified files: G4NURBS.cc
545
546greps-00-05-02  4th April 1998  John Allison
547- Re-engineered maintenance of current depth, etc.  Needed new method
548  G4VGraphicsScene::BeginModeling (G4PhysicalVolumeModel&) in
549  graphics_reps.  The result is much cleaner model and modeling
550  parameters classes.  Also, the current depth, physical volume and
551  logical volume are immediately available as protected pointers in
552  G4VScene.
553
554HEAD  3rd April 1998  John Allison
555- Added GetWorld/ScreenDiameter/Radius to G4VMarker.
556
557April 2, 1998 G.Barrand :
558- G4Polyhedron.cc : add a G4double cast to help NT/Visual compiler.
559
560greps-00-05-01  26th March 1998  John Allison
561- Removed #if defined(__DECCXX) || defined(WIN32) from G4NURBS.hh.
562- Improved comments in G4VMarker.hh
563
5647th January 1998  John Allison
565- Added arguments to PreAddThis in G4VGraphicsScene.hh.
566- Added virtual destructor to G4VVisManager.
567
568December 19, 97 G. Cosmo - (alpha03)
569
570- Created.
571
572- Previous history (from README)
573
574vis-00-01-02  13th July 1997  John Allison
575- Consolidation of previous tag.
576
577vis-00-01-01  8th June 1997  John Allison
578- First systematic tag.
579- G4Polyhedron - can now set number of sides for circle polygon approximation
Note: See TracBrowser for help on using the repository browser.