12 #ifndef ROOT_TGraph2DPainter
13 #define ROOT_TGraph2DPainter
28 class TGraphDelaunay2D;
31 class TGraph2DPainter :
public TObject {
60 TGraphDelaunay *fDelaunay;
61 TGraphDelaunay2D *fDelaunay2D;
65 void PaintLevels(Int_t *v, Double_t *x, Double_t *y, Int_t nblev=0, Double_t *glev=0);
66 void PaintPolyMarker0(Int_t n, Double_t *x, Double_t *y);
68 void PaintTriangles_old(Option_t *option);
69 void PaintTriangles_new(Option_t *option);
74 TGraph2DPainter(TGraphDelaunay *gd);
75 TGraph2DPainter(TGraphDelaunay2D *gd);
77 virtual ~TGraph2DPainter();
79 TList *GetContourList(Double_t contour);
80 void Paint(Option_t *option);
81 void PaintContour(Option_t *option);
82 void PaintErrors(Option_t *option);
83 void PaintPolyMarker(Option_t *option);
84 void PaintPolyLine(Option_t *option);
85 void PaintTriangles(Option_t *option);
87 ClassDef(TGraph2DPainter,1)