![]() |
ROOT
6.06/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>
Include dependency graph for testInterpolation.cxx:Go to the source code of this file.
Functions | |
| void | interpolate (const ROOT::Math::Interpolator &itp, bool drawSame=false) |
| void | testInterpolation () |
| int | main (int argc, char **argv) |
Variables | |
| bool | showGraphics = true |
| TGraph * | grorig = 0 |
| void interpolate | ( | const ROOT::Math::Interpolator & | itp, |
| bool | drawSame = false |
||
| ) |
Definition at line 25 of file testInterpolation.cxx.
Referenced by testInterpolation().
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 163 of file testInterpolation.cxx.
| void testInterpolation | ( | ) |
Definition at line 73 of file testInterpolation.cxx.
Referenced by main().
| TGraph* grorig = 0 |
Definition at line 23 of file testInterpolation.cxx.
| bool showGraphics = true |
Definition at line 21 of file testInterpolation.cxx.
Referenced by interpolate(), main(), and testInterpolation().