13 TGraph(graph),
QGPlot(graph)
23 return TGraph::GetName();
39 fFunctions->SetBit(kInvalidObject);
41 while ((obj = fFunctions->First())) {
42 while (fFunctions->Remove(obj));
57 if (!CtorAllocate())
return;
58 n = fNpoints*
sizeof(Double_t);
ClassImp(QGGraph) QGGraph
Base class for scatter plots and pulses.
virtual void Reset()
Reset the graph to an empty state.
virtual ~QGGraph()
Destructor.
QGGraph()
Default constructor.
virtual void SetPoints(Int_t n, const Double_t *x, const Double_t *y)
Set the points of the graph.
virtual const char * GetName() const
Get graph name.
Base class for GUI plots including histograms, scatter plots, pulses, and graphical cuts.