49 TNamed(
"TGraphDelaunay2D",
"TGraphDelaunay2D"),
51 fDelaunay((g) ? g->GetN() : 0, (g) ? g->GetX() : nullptr, (g) ? g->GetY() : nullptr, (g) ? g->GetZ() : nullptr ,
52 (g) ? g->GetXmin() : 0, (g) ? g->GetXmax() : 0,
53 (g) ? g->GetYmin() : 0, (g) ? g->GetYmax() : 0 )
The TNamed class is the base class for all named ROOT classes.
TGraphDelaunay2D generates a Delaunay triangulation of a TGraph2D.
Graphics object made of three arrays X, Y and Z with the same number of points each.
TGraphDelaunay2D(const TGraphDelaunay2D &)