// @(#)root/hist:$Id: TGraphDelaunay.h,v 1.00 // Author: Olivier Couet, Luke Jones (Royal Holloway, University of London) /************************************************************************* * 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_TGraphDelaunay #define ROOT_TGraphDelaunay ////////////////////////////////////////////////////////////////////////// // // // TGraphDelaunay // // // // This class uses the Delaunay triangles technique to interpolate and // // render the data set. // // // ////////////////////////////////////////////////////////////////////////// #include "TNamed.h" class TGraph2D; class TView; class TGraphDelaunay : public TNamed { private: TGraphDelaunay(const TGraphDelaunay&) = delete; TGraphDelaunay& operator=(const TGraphDelaunay&) = delete; protected: Int_t fNdt; ///fX Double_t *fY; ///fY Double_t *fZ; ///fZ Double_t *fXN; ///