source: trunk/source/graphics_reps/History @ 1293

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

CVS update

File size: 22.4 KB
Line 
1cvs log $Id: History,v 1.141 2010/05/30 11:15:52 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
2030th May 2010  John Allison  (greps-V09-03-02)
21- G4VVisManager: Added Draw(const G4VDigi&) and FilterDigi(const G4VDigi&).
22- G4VGraphicsScene: Added AddCompound (const G4VDigi&).
23
2429th May 2010  John Allison  (greps-V09-03-01)
25- G4VVisManager:
26  o Removed IsDefaultDrawTrajectory.  A better way is...
27  o Added DispatchToModel(const G4VTrajectory&), i.e., without i_mode, to
28    distinguish usage and in preparation for i_mode migration.
29
307th May 2010  John Allison  (greps-V09-03-00)
31- G4VVisManager: Added a public static boolean flag,
32  IsDefaultDrawTrajectory, to assist deprecation of i-mode trajectory
33  drawing parameter.  After 10.0, it can be removed.
34
3528th October 2009  John Allison  (greps-V09-02-03 coworks vis-V09-02-10)
36- HepPolyhedron:
37  o Removed static instance of BooleanProcessor.
38  o Removed IsErrorBooleanProcess.  (Use HepPolyhedronProcessor instead -
39    see, e.g., G4PhysicalVolumeModel.)
40- HepPolyhedronProcessor.src: Replaced printf with G4cout.
41
4220th October 2009  Guy Barrand  (greps-V09-02-02 coworks vis-V09-02-09)
43- HepPolyhedronProcessor : class to handle "overall shifting" in case
44  of doing multiple boolean operations. This permited to solve most
45  tricky cases in LHCb visualization.
46- HepPolyhedron : handle the ierr variable on the BooleanProcessor.execute.
47- BooleanProcessor.src : modifs coming from LHCb to "loop on shifts"
48  to attempt solving the "coplanar faces cases".
49- BooleanProcessor.src : modifs coming from LHCb to optmize the code.
50
5120th October 2009  John Allison  (greps-V09-02-02 coworks vis-V09-02-07)
52- G4VGraphicsScene: Added AddCompound (const G4THitsMap<G4double>&).
53
5425th February 2009  John Allison  (greps-V09-02-01)
55- G4VVisManager: Added NotifyHandlers.
56  Notify scene handlers (G4VGraphicsScene objects) that the scene
57  has changed so that they may rebuild their graphics database, if
58  any, and redraw all views.
59
6024th February 2009  John Allison  (greps-V09-02-00)
61- G4VMarker:
62  o Added enum SizeType {none, world, screen};
63  o Added GetSizeType and SetSize/Diameter/Radius(SizeType, G4double).
64
6513th November 2008  Gabriele Cosmo  (greps-V09-01-06)
66- HepPolyhedronHype: fixed arrays upper-bound in constructor, responsible
67  for memory corruption in visualization of G4Hype shape.
68
6928th April 2008  John Allison  (greps-V09-01-05)
70- HepPolyhedronEllipticalCone: correct visibility of auxiliary edges.
71
7214th April 2008  Tatiana Nikitina  (greps-V09-01-04)
73- Added G4Hype representation to HepPolyhedron and G4Polyhedron.
74- Coworks with tag "geom-specific-V09-01-08".
75
7613th March 2008  Gabriele Cosmo  (greps-V09-01-03)
77- Added inclusion of <cstdlib> in HepPolyhedron.cc for porting on gcc-4.3.0.
78
7929th January 2008  John Allison  (greps-V09-01-01)
80- HepPolyhedronParaboloid: bug fix and improvement.
81
824th January 2008  John Allison  (greps-V09-01-00 with vis-V09-01-00)
83- G4VVisManager::Draw2D methods, already available for G4Text, extended to:
84  G4Circle, G4Polyhedron, G4Polyline, G4Polymarker, G4Square.
85
8621th August 2007  Tatiana Nikitina  (greps-V09-00-02)
87- Fixed bug in scaling parameter for G4EllipticalCone representation in
88  HepPolyhedron class.
89
9018th July 2007  Tatiana Nikitina  (greps-V09-00-01)
91- Added G4Paraboloid to HepPolyhedron and G4Polyhedron.
92- Coworks with tag "geom-specific-V09-00-02".
93
9417th July 2007  John Allison  (greps-V09-00-00)
95- G4VGraphicsScene: Added constructor and virtual destructor.
96
978th June 2007  Gabriele Cosmo  (greps-V08-03-00)
98- G4AttHolder: replaced forward declarations in header with explicit inclusions
99  to allow for porting on Intel-icc compiler.
100
1013rd April 2007  John Allison  (greps-V08-02-01)
102- G4AttDefStore: now comprises utility functions in namespace
103  G4AttDefStore.  (Used to be a class with only static functions and
104  data members.)
105- G4AttHolder: Made copy constructor and assignment private to enforce
106  proper usage.
107
1085th January 2007  John Allison  (greps-V08-02-00)
109- G4VisAttributes:
110  o SetForceLineSegmentsPerCircle: Bug fix: Now correctly implements reset.
111  o Minor refinement: Introduced IsForceLineSegmentsPerCircle().
112- G4Colour: Replaced static data members by static functions that
113  create and copy out the relevant colours.  (Static data members make
114  a lot of noise in the gdb debugger.  Anyway, are best avoided.)
115
1167th November 2006  John Allison  (greps-V08-01-11)
117- HepPolyhedronEllipticalCone: Bug fix.
118- G4Visible: Fixed possible minor (subsidiary) memory leak in SetVisAttributes.
119- G4AttCheck: Cosmetic.
120
1212nd November 2006  John Allison  (greps-V08-01-10)
122- G4Visible: Fixed copy constructor and assignment operator for deep copies.
123
1241st November 2006  John Allison  (greps-V08-01-09; co-works: vis-V08-01-09)
125- Tidied G4Att checking and storing:
126  o G4AttCheck: Added store key to printing in operator<<.
127  o G4AttDef: Improved printing of store key in operator<<.
128  o G4AttDefStore: Removed GetName, introduced GetStoreKey.
129  o G4AttHolder:
130    ~ Removed GetAttDefsName.
131    ~ Replaced AddAttValues and AddAttDefs by a combined AddAtts.
132
13324th October 2006  John Allison  (greps-V08-01-08; co-works: vis-V08-01-08)
134- G4VisAttributes: Change GetAttValues to CreateAttValues.  It creates
135  an expendable copy on the heap, thus following the behaviour of
136  CreateAttValues in trajectories, hits, etc.  This achieves consistency
137  of behaviour and user expectation; the user must delete after use.
138- G4AttHolder: Remove CopyAndAddAttValues.  No longer needed after
139  above change to G4VisAttributes.
140
14121st October 2006  John Allison  (greps-V08-01-07)
142- Added G4AttHolder.
143- G4AttDefStore: Changed GetName type from G4String to const G4String&.
144
14517th October 2006  John Allison  (greps-V08-01-06)
146- Moved below operator<< from G4AttCheck.hh/cc to G4AttDef.hh/cc.
147
14816th October 2006  John Allison  (greps-V08-01-05)
149- Added operator<< for G4AttDefs:
150  std::ostream& operator<<
151    (std::ostream& os, const std::map<G4String,G4AttDef>* definitions)
152- Improved output diagnostics.
153
154---------------------------------------------------------------------------
15515th September 2006  John Allison  (greps-V08-01-04 - coworks vis-V08-01-06)
156- G4Visible: Added fAllocatedVisAttributes to prevent memory leak.
157
15812th September 2006 Jane Tinslay
159- Remove trailing white spaces in G4ConversionUtils
160- Add FilterHit method to G4VVisManager
161
16211th September 2006 Jane Tinslay
163- Add templated G4AttDef's and various utilities
164
16511th September 2006  John Allison
166- Fixed G4AttCheck for dimensionless "Physics" attributes (were
167  previously "Bookkeeping").
168
1696th September 2006 Jane Tinslay
170- Add G4TypeKey & G4TypeKeyT classes
171
172------------------------------------------------
17326th August 2006  John Allison  (greps-V08-01-03)
174- G4VisAttributes: Added time range.
175
17625th August 2006 Jane Tinslay
177- Make G4VFilter Accept method const
178
17914th August 2006  John Allison  (greps-V08-01-02)
180- G4AttCheck: Improved error checking.
181
18210th July 2006  John Allison  (greps-V08-01-01)
183- Co-works with vis-V08-01-01.
184- G4VGraphicsScene.hh: Removed Establish/DecommissionSpecials.
185- G4VisAttributes:
186  o Added ForceLineSegmentsPerCircle.
187  o Cosmetic re-ordering of methods,
188
1893rd July 2006  John Allison  (greps-V08-01-00)
190- G4AttCheck.cc:
191  o Added G4bool to the list of allowed G4AttValue value types.
192  o Added Density to the list of units categories.
193- G4AttDefStore: Added GetName.
194
1952nd May 2006 Jane Tinslay (greps-V08-00-03)
196- Add FilterTrajectory method to G4VVisManager
197
19819th April 2006  John Allison  (greps-V08-00-02 - needs vis-V08-00-04)
199- G4VGraphicsScene: Added Begin/EndPrimitives2D.
200- G4VVisManager: Added Draw2d(const G4Text&).
201
20228th March 2006 Jane Tinslay (jst28032006)
203- Add G4VFilter and G4SmartFilter
204
20513th March 2006  John Allison  (greps-V08-00-01)
206- Added operator<< for G4Text, G4Circle, G4Square, G4Polyhedron.
207- Improved/tidied operator<< for G4Polyline, G4VMarker, G4VisAttributes.
208- Improved comments in G4VVisManager.
209
21013th January 2006  John Allison  (greps-V08-00-00)
211- Added G4PolyhedronArbitrary:
212  o Moved from geometry/solids/specific, where it was part of a
213    development by Peter Truscott and Fan Lei of QinetiQ.
214    G4PolyhedronArbitrary is a way of creating arbitrary G4Polyhedron
215    objects out of vertices and indices.
216  o Removed unnecessary operator= functions.
217
21823rd November 2005  Jane Tinslay
219- Update documentation in G4Colour
220
22110th November 2005  Jane Tinslay (greps-V07-01-09)
222- G4VVisManager: Fix Dispatch method name to "DispatchToModel".
223- G4Colour: Use public static member functions instead of public
224  static data members to avoid problems with dynamic libraries.
225
22610th November 2005  John Allison
227- G4VVisManager and G4VGraphicsScene: Replaced default arguments
228  G4Transform3D::Identity by G4Transform3D().  (This is a avoid
229  initialisation problems with static objects with dynamic libraries.)
230
2319th November 2005  Gabriele Cosmo
232- Implemented migration to support CLHEP-2.0.X, adding explicit namespace
233  to CLHEP types. Affected files: HepPolyhedron[.h.cc], BooleanProcessor.src.
234
23524th October 2005  John Allison (greps-V07-01-08)
236- Moved G4VTrajectoryDrawer to modeling (renamed G4VTrajectoryModel).
237- G4VVisManager.hh: Changed DispatchToCurrentDrawer to DispatchToCurrentModel.
238
23921st October 2005 Jane Tinslay (greps-V07-01-07)
240- Add G4VTrajectoryDrawer, an abstract base class for trajectory drawers
241- Add "DispatchToCurrentDrawer" method to G4VVisManager
242
24320th October 2005  John Allison (greps-V07-01-06)
244- G4Colour.cc: Added #include <sstream>.
245
24617th October 2005 Jane Tinslay (greps-V07-01-05)
247- intercoms->graphics_reps migration for G4VGraphicsScene and G4VVisManager 
248
24913th October 2005 Jane Tinslay  (greps-V07-01-04)
250- Additions to G4Colour
251  o Add static data members for common colours.
252  o Add G4String->G4Colour colour map.
253
2543rd October 2005  John Allison
255- G4NURBStubesector.cc: Replaced <strstream> by <sstream>.
256
25716th September 2005  John Allison  (greps-V07-01-03)
258- G4AttCheck.cc: Added time to legal G4AttValues.
259
26010th August 2005  Gabriele Cosmo  (greps-V07-01-02)
261- Added Polyhedron description for new G4EllipticalCone shape.
262  Implementation by D.Anninos (CERN).
263  Requires tag "geom-specific-V07-01-03" for geometry/solids/specific module.
264
2655th July 2005  John Allison  (greps-V07-01-01)
266- Big clean-up:
267  o Removed redundant intermediate class, G4VVisPrim.
268  o Removed redundant virtual assignments and similar oddities.
269
27020th Jun 2005  Gabriele Cosmo  (greps-V07-01-00)
271- Added Polyhedron description for new G4Ellipsoid shape.
272  Contribution of G.Guerrieri (INFN Genova).
273
27426th May 2005  John Allison  (greps-V07-00-07)
275- Fixed bug introduced in greps-V07-00-05.
276- Removed DEPRECATION of G4Visible::SetVisAttributes(const G4VisAttributes&)
277  pending a resolution of the issues for a future release.
278
27922nd May 2005  John Allison  (greps-V07-00-05)
280- DEPRECATED G4Visible::SetVisAttributes (const G4VisAttributes&).
281  Meanwhile created copy of G4VisAttributes object on the heap.
282
2833rd May 2005  John Allison  (greps-V07-00-04)
284- Improved G4AttCheck.
285
2867th April 2005  John Allison  (greps-V07-00-03)
287- Needs g3tog4-V07-00-00 and geometry-gmk-V07-00-00.
288- Consolidated G4AttCheck.
289
29028th March 2005  John Allison  (johna-050328a)
291- G4AttCheck: Corrected for Extra and ValueType fields.  Augmented
292  test of more fields.
293
29428th March 2005  John Allison  (johna-050328)
295- G4AttCheck: Added check of Extra field.
296
29726th March 2005  John Allison  (johna-050326)
298- G4AttCheck: Implemented prototype conversion from G4AttValue/Defs to
299  "standard" versions.  Needs G4UIcommand, so makes a new category
300  dependency.  Requires one to make a new lib map.  Seems OK, but
301  must check with Gabriele.
302
30322nd March 2005  John Allison  (greps-V07-00-02)
304- G4Polyhedron: Added fNumberOfRotationStepsAtTimeOfCreation.
305- G4VisAttributes: Changed std::vector<G4AttDef> to map<G4String,G4AttDef>.
306- Added first version of G4AttCheck.
307
3089th March 2005  John Allison  (greps-V07-00-01)
309- HepPolyhedron: Added IsErrorBooleanProcess().
310- BooleanProcessor: Added get_processor_error().
311- G4Visible: Moved SetVisAttributes (const G4VisAttributes&) from .icc
312  to .cc file and added warning message.
313
31419th February 2005  John Allison  (greps-V07-00-00)
315- Needed for vis-V07-00-06.
316- Added G4VisExtent::NullExtent.
317
31810th December 2004  G.Cosmo  (greps-V06-02-04)
319- Replaced M_PI with CLHEP's pi.
320
3218th December 2004  G.Cosmo  (greps-V06-02-03)
322- HepPolyhedron, BooleanProcessor: replaced occurences of HepStd::
323  with std::
324- Added inclusion of <cmath> in HepPolyhedron.cc.
325
3267th December 2004  G.Cosmo  (greps-V06-02-02)
327- Implemented migration to <cmath>.
328
32911th November 2004  J.Allison  (greps-V06-02-01 - requires vis-V06-02-05)
330- Removed G4Polymarker::line.  Use G4Polyline instead.
331- Improved commenting of G4AttDef.
332
33328th July 2004  J.Allison  (greps-V06-02-00)
334- Introduced force auxiliary edge visible.
335
3367th June 2004  G.Cosmo  (greps-V06-01-01)
337- Fixed compilation problem on WIN32-VC for G4AttDefStore.
338- Added definition of GLOBLIBS in GNUmakefile for DLLs build on Windows.
339
34030th March 2004  G.Cosmo  (greps-V06-01-00)
341- Implemented constructor and destructor for G4AttDefStore, to properly
342  delete objects in the static map, allocated through explicit calls to
343  GetInstance(). Made G4AttDefStore a singleton.
344
34518th September 2003  J.Allison  (greps-V05-02-00)
346- Introduced G4Colour<->G4ThreeVector conversion operators.
347
3483rd April 2003  G.Cosmo  (greps-V05-00-00)
349- Cleared trivial pedantic warnings.
350
35127th November 2002  J.Allison  (greps-V04-01-05)
352- Small revison of G4Scale and improvements in G4VMarker class description.
353
35420th November 2002  G.Cosmo  (greps-V04-01-04)
355- Patched access to public static data in G4Scale and G4VisAttributes.
356  Added static accessors to be used in the kernel to allow porting on
357  Windows DLLs.
358- HepPolyhedron[.hh.cc]: changed inline static methods to not inlined.
359
36011th November 2002  E.Chernaev  (greps-V04-01-03)
361- Minor bug fix in HepPolyhedron::GetFacet().
362- HepDouble, HepBoolean --> double, bool in HepPolyhedron
363
3647th November 2002  E.Chernaev  (greps-V04-01-02)
365- Added createTwistedTrap() and createPolyhedron() to HepPolyhedron.
366
36728th October 2002  J.Allison  (greps-V04-01-01)
368- Changed AttDefStore to return a map.
369
37024th October 2002  John Allison  (greps-V04-01-00)
371- Added G4AttDefStore.
372- Further improved G4AttDef/Value.
373- Added const G4std::vector<G4AttValue>* fAttValues/Defs to G4VisAttributes.
374
37523rd October 2002  John Allison
376- G4Colour class description corrected.
377- G4VisAttributes comments slightly improved.
378- G4AttDef and G4AttValue headers changed to follow G4 conventions.
379
38027th September 2002  Joseph Perl
381- Added first versions of headers for G4AttDef and G4AttValue.
382
38310th September 2001  John Allison  (greps-V03-02-04)
384- Added G4Scale::GuidanceString.
385
38620th August 2001  John Allison  (greps-V03-02-03)
387- Made typedef's public in G4Point3DList.hh and G4Polyline.hh.
388
38914th August 2001  John Allison  (greps-V03-02-02)
390- Coworks with vis-V03-02-11 and intercoms-V03-02-03.
391- Added G4Polyline::transform.
392- Fixed pedantic warnings in G4NURBS.
393
39424th July May 2001  John Allison  (greps-V03-02-01)
395- Improvements to comments and layout in G4VisExtent.
396- Cosmetic improvements to G4Scale, small change of interface.
397
39821st July May 2001  John Allison  (greps-V03-02-00)
399- Added G4Scale.
400
40125th May 2001  John Allison  (greps-V03-01-02)
402- Added GetSurfaceArea() and GetVolume() to HepPolyhedron (Evgeni).
403- Bug fix in BooleanProcessor.src (Guy, Evgeni).
404
4053rd May 2001  John Allison  (greps-V03-01-01)
406- Replaced G4RWTValOrderedVector by G4std::vector in G4PlacedPolyhedron
407  and G4Point3DList.  Forces co-working tags in categories:
408    geommng-V03-01-02
409    tracking-V03-01-00
410    vis-V03-01-01
411
41211th April 2001  John Allison  (greps-V03-01-00)
413- Some code has been added to cover unforeseen earlier situation
414  during preselection of faces without intersection (Evgeni).
415- Moved #include <CLHEP/config/TemplateFunctions.h> and others from
416  HepPolyhedron.h to HepPolyhedron.cc (Evgeni).
417- Fixed stupid warnings about possible use of uninitialized variables (Evgeni).
418- Made GetNumberOfRotationSteps() static and public (John).
419
4206th February 2001  John Allison  (greps-V03-00-01)
421- More tidying for CodeWizard.  Added virtual destructors to
422  HepPolyhedronBox, etc.  Also made all constructors non-inline.
423
4243rd February 2001  John Allison  (greps-V03-00-00)
425- Tidied for CodeWizard.  Note: G4Circle.icc and G4VVisPrim.icc removed, so
426  "gmake clean" all relevant directories before updating.
427
4285th June May 2000  Evgeni Chernaev (greps-V01-01-04)
429- Bug fix in BooleanProcessor.src.
430- Graceful recovery from caseIE() and caseEE() non-implementation
431  (first polygon returned).
432
43320th May 2000  Evgeni Chernaev (greps-V01-01-03)
434- Temporary workaround to avoid caseIE() and caseEE.
435
43613th May 2000  John Allison (greps-V01-01-02)
437- Changed std:: to HepStd:: for ISO compatibility (Evgeni Chernaev).
438
43911th April 2000  John Allison (greps-V01-01-01)
440- Added operator = (const HepPolyhedron&) to ExtPolyhedron.
441
4426th April 2000  John Allison (greps-V01-01-00)
443- Tagged.
444
4454th April 2000  Evgeni Chernaev
446- Added boolean operations (add, subtract, intersect) on HepPolyhedron objects.
447- Added BooleanProcessor.src.
448
44930th March 2000  John Allison
450- Added virtual operator= to G4Polyhedron.hh and HepPolyhedron.h to avoid
451  warnings about hiding.
452
45323rd February 2000  John Allison
454- Moved G4Polyhedron constructors and destructor to .cc.
455
45622nd February 2000  Evgeni Chernaev (greps-V01-00-03)
457- Re-instated edge flags for "invisible" edges of HepPolyhedronCons and Torus.
458
45922nd February 2000  John Allison  (greps-V01-00-02)
460- Added HepPolyhedron (Evgeni Chernaev).  Re-implemented G4Polyhedron.
461
46211th January 2000  John Allison  (greps-V01-00-01)
463- Fix for spheres with small dtheta.
464
46516th December 1999  John Allison (greps-V01-00-00)
466- Added G4Polyhedron::Transform and G4Polyhedron::InvertFacets (Evgeni
467  Chernaev).
468
46917th November 1999 Satoshi Tanaka (greps-V00-01-01)
470- Header comments for software reference manual
471
4724th October 1999  John Allison  (greps-V00-01-00)
473- Improved comments in G4Visible.hh.
474
47523rd July 1999  John Allison
476- Added base class copy to copy contructor of G4Polyhedron.
477
47821st July 1999  John Allison
479- Added G4PlacedPolyhedron, which includes G4PlacedPolyhedronList.
480
481greps-01-00-08  5th June John Allison
482- Added virtual operator = and overrides to G4Circle and G4Square.
483
484greps-01-00-07  25th May 1999  John Allison
485- Moved operator != to member function.
486
487greps-01-00-06  19th May 1999  John Allison
488- Fixed compilation warnings, mainly overriding virtual functions.
489
490greps-01-00-05  12th May 1999  John Allison
491- Made destructors virtual where applicable.
492
493greps-01-00-04  28th April 1999  John Allison
494- Moved G4VVisManager and G4VGraphicsScene to intercoms.
495
496greps-01-00-03  7th February 1999  John Allison
497- Removed GNU_GCC from G4Polymarker.cc.
498- Added G4VGraphicsScene::AddThis (G4Polycone and G4Polyhedra.
499
500greps-01-00-02  6th January 1999  John Allison
501- Very minor change in G4VisExtent.cc - 2 -> 2.
502- Inclusion of test/ in tag.
503
504greps-01-00-01  6th January 1999  John Allison
505- Corrected constructors of G4VisAttributes for initialisation of
506  fDaughtersInvisible.
507
508greps-00-04-02 02 December 1998 Evgeni Tcherniaev
509- Added G4NURBS::CalcPoint() for calculation coordinates of a
510point lying on the nurbs surface.
511
512greps-00-04-01  25th November 1998  John Allison
513- Added void G4VisAttributes::SetDaughtersInvisible (G4bool).
514
515greps-00-03-03  9th November 1998 Satoshi Tanaka
516Added G4String fInfo and its access functions to G4VMarker
517
518greps-00-03-02  6th November 1998  John Allison
519- Cleaned up GNUmakefile - no longer includes unnecesary -I's
520
521greps-00-03-01  26th September 1998  John Allison
522- Removed SetWorldVolume from G4VVisManager - no longer used.
523
524greps-00-02-03  21st August 1998  John Allison
525- Rationalised G4VisExtent::G4VisExtent (const G4Point3D& centre,
526  G4double radius) so that iit is a true "inverse" of GetExtentRadius.
527- Added global target to GNUmakefile (Gabriele Cosmo).
528
529greps-00-02-02  14th August 1998  John Allison
530- Added GeometryHasChanged() to G4VVisManager.  To be used by the run manager.
531
532greps-00-02-01  6th August 1998  John Allison
533- Removed Draw, ClearView and Show in G4VVisManager.
534
535greps-00-06-03  26th June 1998  Gabriele Cosmo
536- Updated test/GNUmakefile to new electromagnetics.
537
538greps-00-06-02  10th June 1998  John Allison
539- Changed defaults in G4VisExtent to 0.
540
5411st June 1998  Satoshi Tanaka
542- Added Draw(), ClearView(), Show() to G4VVisManager.
543
544greps-00-06-01  29th April 1998  John Allison
545- Introduced Establish/DecommissionSpecials (G4PhysicalVolumeModel&)
546  in place of BeginModeling (G4PhysicalVolumeModel&).
547
548April 21st, 98 G.Cosmo (greps-00-05-03)
549- Tagged.
550
551April 9th, 98 G.Cosmo
552- Porting on DEC-cxx 6.0.
553  Removed meaningless usage of "const" qualifier from functions
554  return type for basic types by value. Modified files: G4NURBS.cc
555
556greps-00-05-02  4th April 1998  John Allison
557- Re-engineered maintenance of current depth, etc.  Needed new method
558  G4VGraphicsScene::BeginModeling (G4PhysicalVolumeModel&) in
559  graphics_reps.  The result is much cleaner model and modeling
560  parameters classes.  Also, the current depth, physical volume and
561  logical volume are immediately available as protected pointers in
562  G4VScene.
563
564HEAD  3rd April 1998  John Allison
565- Added GetWorld/ScreenDiameter/Radius to G4VMarker.
566
567April 2, 1998 G.Barrand :
568- G4Polyhedron.cc : add a G4double cast to help NT/Visual compiler.
569
570greps-00-05-01  26th March 1998  John Allison
571- Removed #if defined(__DECCXX) || defined(WIN32) from G4NURBS.hh.
572- Improved comments in G4VMarker.hh
573
5747th January 1998  John Allison
575- Added arguments to PreAddThis in G4VGraphicsScene.hh.
576- Added virtual destructor to G4VVisManager.
577
578December 19, 97 G. Cosmo - (alpha03)
579
580- Created.
581
582- Previous history (from README)
583
584vis-00-01-02  13th July 1997  John Allison
585- Consolidation of previous tag.
586
587vis-00-01-01  8th June 1997  John Allison
588- First systematic tag.
589- G4Polyhedron - can now set number of sides for circle polygon approximation
Note: See TracBrowser for help on using the repository browser.