|
ROOT 6.10/09 Reference Guide |
#include "TGraph.h"#include "TAxis.h"#include "TCanvas.h"#include "TLegend.h"#include "TApplication.h"#include "TList.h"#include "Math/Interpolator.h"#include <iostream>#include <string>#include <cstdlib>#include <cmath>Functions | |
| void | interpolate (const ROOT::Math::Interpolator &itp, bool drawSame=false) |
| int | main (int argc, char **argv) |
| void | testInterpolation () |
Variables | |
| TGraph * | grorig = 0 |
| bool | showGraphics = true |
| void interpolate | ( | const ROOT::Math::Interpolator & | itp, |
| bool | drawSame = false |
||
| ) |
Definition at line 25 of file testInterpolation.cxx.
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 166 of file testInterpolation.cxx.
| void testInterpolation | ( | ) |
Definition at line 76 of file testInterpolation.cxx.
| TGraph* grorig = 0 |
Definition at line 23 of file testInterpolation.cxx.
| bool showGraphics = true |
Definition at line 21 of file testInterpolation.cxx.