51 TNamed(
"TGraphDelaunay2D",
"TGraphDelaunay2D"),
53 fDelaunay((
g) ?
g->GetN() : 0, (
g) ?
g->GetX() : nullptr, (
g) ?
g->GetY() : nullptr, (
g) ?
g->GetZ() : nullptr ,
54 (
g) ?
g->GetXmin() : 0, (
g) ?
g->GetXmax() : 0,
55 (
g) ?
g->GetYmin() : 0, (
g) ?
g->GetYmax() : 0 )
Option_t Option_t TPoint TPoint const char GetTextMagnitude GetFillStyle GetLineColor GetLineWidth GetMarkerStyle GetTextAlign GetTextColor GetTextSize void char Point_t Rectangle_t WindowAttributes_t Float_t Float_t g
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.