// @(#)root/hist:$Id: TGraph2D.h,v 1.00 // Author: Olivier Couet /************************************************************************* * Copyright (C) 1995-2000, Rene Brun and Fons Rademakers. * * All rights reserved. * * * * For the licensing terms see $ROOTSYS/LICENSE. * * For the list of contributors see $ROOTSYS/README/CREDITS. * *************************************************************************/ #ifndef ROOT_TGraph2D #define ROOT_TGraph2D ////////////////////////////////////////////////////////////////////////// // // // TGraph2D // // // // Graph 2D graphics class. // // // ////////////////////////////////////////////////////////////////////////// #include "TNamed.h" #include "TAttLine.h" #include "TAttFill.h" #include "TAttMarker.h" class TAxis; class TList; class TF2; class TH1; class TH2; class TH2D; class TView; class TDirectory; class TVirtualHistPainter; #include "TFitResultPtr.h" class TGraph2D : public TNamed, public TAttLine, public TAttFill, public TAttMarker { protected: Int_t fNpoints; ///< Number of points in the data set Int_t fNpx; ///< Number of bins along X in fHistogram Int_t fNpy; ///< Number of bins along Y in fHistogram Int_t fMaxIter; ///< Maximum number of iterations to find Delaunay triangles Int_t fSize; ///