TabulatedFunction_ROOT.cc
Go to the documentation of this file.
1 #include <io/TabulatedFunction_ROOT.h>
2 #include <utl/TabulatedFunction.h>
3 
4 using namespace io;
5 
6 
8 
9 
10 TabulatedFunction_ROOT::TabulatedFunction_ROOT(const utl::TabulatedFunction& f) :
11  fX(f.XBegin(), f.XEnd()),
12  fY(f.YBegin(), f.YEnd())
13 { }
14 
15 
16 void
18  const
19 {
21 }
Class to hold collection (x,y) points and provide interpolation between them.
ROOT streamer implementation for class TabulatedFunction.
void operator>>(utl::TabulatedFunction &t) const

, generated on Tue Sep 26 2023.