The Gaudi Framework  v30r3 (a5ef0a68)
Interpolation.h File Reference
#include <iosfwd>
#include <string>
Include dependency graph for Interpolation.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 GaudiMath
 GaudiMath.h GaudiMath/GaudiMath.h.
 
 GaudiMath::Interpolation
 

Enumerations

enum  GaudiMath::Interpolation::Type {
  GaudiMath::Interpolation::Linear = 0, GaudiMath::Interpolation::Polynomial, GaudiMath::Interpolation::Cspline, GaudiMath::Interpolation::Cspline_Periodic,
  GaudiMath::Interpolation::Akima, GaudiMath::Interpolation::Akima_Periodic
}
 

Functions

StatusCode GaudiMath::Interpolation::parse (Type &, const std::string &)
 
std::string GaudiMath::Interpolation::toString (const Type &)
 
std::ostreamGaudiMath::Interpolation::toStream (const Type &, std::ostream &)
 
std::ostreamGaudiMath::Interpolation::operator<< (std::ostream &os, const Type &t)