ANL2DSpline
class description - source file - inheritance tree
public:
ANL2DSpline(Int_t nxbins = 0, Double_t xmin = 0., Double_t xmax = 0., Int_t nybins = 0, Double_t ymin = 0., Double_t ymax = 0., Double_t** data = 0, const char* name = "T2DSpline", const char* title = "2-dimensional spline")
ANL2DSpline(const ANL2DSpline&)
virtual ~ANL2DSpline()
static TClass* Class()
Double_t GetValueAt(Double_t x, Double_t y)
void Initialize(Int_t nxbins, Double_t xmin, Double_t xmax, Int_t nybins, Double_t ymin, Double_t ymax, Double_t** data)
virtual TClass* IsA() const
virtual void ShowMembers(TMemberInspector& insp, char* parent)
virtual void Streamer(TBuffer& b)
void StreamerNVirtual(TBuffer& b)
private:
Int_t fNxbins ! No. of x-bins
Double_t fXmin ! x-bin min
Double_t fXmax ! x-bin max
Int_t fNybins ! No. of y-bins
Double_t fYmin ! y-bin min
Double_t fYmax ! y-bin max
Double_t** fData ! pointer to 2D data
TSpline** fYSpline ! pointer to y-splines
-----------------
ANL2DSpline Class
-----------------
ANL2DSpline(Int_t nxbins, Double_t xmin, Double_t xmax,
Int_t nybins, Double_t ymin, Double_t ymax,
Double_t **data,
const char *name, const char *title)
: TNamed(name,title),
fNxbins(nxbins), fXmin(xmin), fXmax(xmax),
fNybins(nybins), fYmin(ymin), fYmax(ymax),
fData(data)
~ANL2DSpline()
void Initialize(Int_t nxbins, Double_t xmin, Double_t xmax,
Int_t nybins, Double_t ymin, Double_t ymax,
Double_t **data)
Double_t GetValueAt(Double_t x, Double_t y)
Inline Functions
TClass* Class()
TClass* IsA() const
void ShowMembers(TMemberInspector& insp, char* parent)
void Streamer(TBuffer& b)
void StreamerNVirtual(TBuffer& b)
ANL2DSpline ANL2DSpline(const ANL2DSpline&)
Last update: Tue Jan 20 15:55:56 2004
ROOT page - Home page - Class index - Top of the page
This page has been automatically generated. If you have any comments or suggestions about the page layout send a mail to ROOT support, or contact the developers with any questions or problems regarding ROOT.