12 #ifndef ROOT_TGraph2DPainter 13 #define ROOT_TGraph2DPainter Int_t * fPTried
Equal to fDelaunay->fNdt.
void PaintPolyLine(Option_t *option)
Paints the 2D graph as PaintPolyLine.
Double_t fXNmax
Equal to fDelaunay->fXNmin.
void PaintPolyMarker0(Int_t n, Double_t *x, Double_t *y)
Paints a circle at each vertex. Each circle background is white.
void PaintLevels(Int_t *v, Double_t *x, Double_t *y, Int_t nblev=0, Double_t *glev=0)
Paints one triangle.
void Paint(Option_t *option)
Paint a TGraphDelaunay according to the value of "option":
TGraphDelaunay2D * fDelaunay2D
void PaintTriangles_new(Option_t *option)
#define ClassDef(name, id)
Double_t * fXN
Pointer to fGraph2D->fZ.
Int_t fNdt
Equal to fGraph2D->fNpoints.
Double_t * fY
Pointer to fGraph2D->fX.
Double_t * fYN
Pointer to fDelaunay->fXN.
Double_t * fZ
Pointer to fGraph2D->fY.
Double_t fYmax
fGraph2D->fHistogram limits
void PaintTriangles(Option_t *option)
Paints the 2D graph as triangles.
Double_t fXNmin
Pointer to fGraph2D->fZE.
void FindTriangles()
Find triangles in fDelaunay and initialise the TGraph2DPainter values needed to paint triangles or fi...
TGraph2DPainter()
TGraph2DPainter default constructor.
void PaintErrors(Option_t *option)
Paints the 2D graph as error bars.
Int_t * fNTried
Pointer to fDelaunay->fPTried.
Double_t fYNmin
Equal to fDelaunay->fXNmax.
Double_t fYNmax
Equal to fDelaunay->fYNmin.
Double_t * fEX
Pointer to fDelaunay->fYN.
void PaintContour(Option_t *option)
Paints the 2D graph as a contour plot.
TGraphDelaunay * fDelaunay
Pointer to fDelaunay->fMTried.
TGraphDelaunay2D generates a Delaunay triangulation of a TGraph2D.
TList * GetContourList(Double_t contour)
Returns the X and Y graphs building a contour.
Mother of all ROOT objects.
Int_t * fMTried
Pointer to fDelaunay->fNTried.
Double_t * fEY
Pointer to fGraph2D->fXE.
void PaintTriangles_old(Option_t *option)
void PaintPolyMarker(Option_t *option)
Paints the 2D graph as PaintPolyMarker.
Double_t * fEZ
Pointer to fGraph2D->fYE.
The TGraphDelaunay painting class.
Graphics object made of three arrays X, Y and Z with the same number of points each.
TGraphDelaunay generates a Delaunay triangulation of a TGraph2D.
Double_t fXmin
Equal to fDelaunay->fYNmax.
virtual ~TGraph2DPainter()
TGraph2DPainter destructor.