50   TNamed(
"TGraphDelaunay2D",
"TGraphDelaunay2D"),
 
   52   fDelaunay((
g) ? 
g->GetN() : 0, (
g) ? 
g->GetX() : nullptr, (
g) ? 
g->GetY() : nullptr, (
g) ? 
g->GetZ() : nullptr ,
 
   53             (
g) ? 
g->GetXmin() : 0, (
g) ? 
g->GetXmax() : 0,
 
   54             (
g) ? 
g->GetYmin() : 0, (
g) ? 
g->GetYmax() : 0 )
 
 
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.
TGraphDelaunay2D(const TGraphDelaunay2D &)=delete
The TNamed class is the base class for all named ROOT classes.