12#ifndef ROOT_TGraphDelaunay2D
13#define ROOT_TGraphDelaunay2D
#define ClassDefOverride(name, id)
Class to generate a Delaunay triangulation of a 2D set of points.
Triangles::const_iterator end() const
Triangles::const_iterator begin() const
double Interpolate(double x, double y)
Return the Interpolated z value corresponding to the given (x,y) point.
void SetZOuterValue(double z=0.)
set z value to be returned for points outside the region
double ZOuterValue() const
return the user defined Z-outer value
void FindAllTriangles()
Find all triangles.
std::vector< Triangle > Triangles
int NumberOfTriangles() const
return the number of triangles
Graphics object made of three arrays X, Y and Z with the same number of points each.
TGraphDelaunay2D generates a Delaunay triangulation of a TGraph2D.
Triangles::const_iterator begin() const
TGraphDelaunay2D & operator=(const TGraphDelaunay2D &)=delete
Double_t GetXNmax() const
TGraph2D * GetGraph2D() const
Triangles::const_iterator end() const
Double_t ComputeZ(Double_t x, Double_t y)
TGraphDelaunay2D(const TGraphDelaunay2D &)=delete
TGraph2D * fGraph2D
! 2D graph containing the user data
Double_t GetXNmin() const
Double_t GetMarginBinsContent() const
ROOT::Math::Delaunay2D fDelaunay
! Delaunay interpolator class
void SetMarginBinsContent(Double_t z=0.)
Double_t GetYNmax() const
Double_t GetYNmin() const
ROOT::Math::Delaunay2D::Triangles Triangles
The TNamed class is the base class for all named ROOT classes.