The Gaudi Framework
v30r3 (a5ef0a68)
|
Namespaces | |
ROOT | |
Enumerations | |
enum | Type { Linear = 0, Polynomial, Cspline, Cspline_Periodic, Akima, Akima_Periodic } |
Functions | |
StatusCode | parse (Type &, const std::string &) |
std::string | toString (const Type &) |
std::ostream & | toStream (const Type &, std::ostream &) |
std::ostream & | operator<< (std::ostream &os, const Type &t) |
Enumerator | |
---|---|
Linear | |
Polynomial | |
Cspline | |
Cspline_Periodic | |
Akima | |
Akima_Periodic |
Definition at line 15 of file Interpolation.h.
|
inline |
Definition at line 27 of file Interpolation.h.
StatusCode GaudiMath::Interpolation::parse | ( | Type & | t, |
const std::string & | in | ||
) |
Definition at line 41 of file Interpolation.cpp.
std::ostream & GaudiMath::Interpolation::toStream | ( | const Type & | t, |
std::ostream & | os | ||
) |
Definition at line 47 of file Interpolation.cpp.
std::string GaudiMath::Interpolation::toString | ( | const Type & | t | ) |
Definition at line 42 of file Interpolation.cpp.