-
- Downloads
From Olivier:
TGraph2D is now split into 3 classes: - TGraph2D (now in hist) to handle the basic graph 2d data - TGraphDelaunay (in hist) to generate a Delaunay triangulation of a TGraph2D. - TGraphPainter (in histpainter) to paint a TGraphDelaunay (used via THistPainter) - New function GetContourList in TGraph2D - New option CONT5: draws a TGraph2D as a contour (using Delaunay triangles). - New TGraph2D constructor (from a TH2). The class TSpectrum2 has been removed (still waiting for fixes from Miroslav) NOTE: it is recommended to make distclean make or at least rm hist/src/G* graph/src/G* git-svn-id: http://root.cern.ch/svn/root/trunk@7998 27541ba8-7e3a-0410-8455-c3a389f83636
Showing
- graf/inc/LinkDef2.h 1 addition, 3 deletionsgraf/inc/LinkDef2.h
- hist/inc/LinkDef.h 4 additions, 2 deletionshist/inc/LinkDef.h
- hist/inc/TGraph2D.h 22 additions, 53 deletionshist/inc/TGraph2D.h
- hist/inc/TGraph2DErrors.h 1 addition, 1 deletionhist/inc/TGraph2DErrors.h
- hist/inc/TGraphDelaunay.h 107 additions, 0 deletionshist/inc/TGraphDelaunay.h
- hist/inc/TSpectrum2.h 0 additions, 293 deletionshist/inc/TSpectrum2.h
- hist/src/TGraph2D.cxx 1420 additions, 0 deletionshist/src/TGraph2D.cxx
- hist/src/TGraph2DErrors.cxx 1 addition, 1 deletionhist/src/TGraph2DErrors.cxx
- hist/src/TGraphDelaunay.cxx 1167 additions, 0 deletionshist/src/TGraphDelaunay.cxx
- hist/src/TSpectrum2.cxx 0 additions, 18483 deletionshist/src/TSpectrum2.cxx
- histpainter/inc/Hoption.h 2 additions, 1 deletionhistpainter/inc/Hoption.h
- histpainter/inc/LinkDef.h 2 additions, 1 deletionhistpainter/inc/LinkDef.h
- histpainter/inc/THistPainter.h 4 additions, 2 deletionshistpainter/inc/THistPainter.h
- histpainter/src/THistPainter.cxx 105 additions, 90 deletionshistpainter/src/THistPainter.cxx
Loading
Please register or sign in to comment