CARMA C++
QuadraticInterpolatorSignedAngle.h
1 #ifndef SZA_UTIL_QUADRATICINTERPOLATORSIGNEDANGLE_H
2 #define SZA_UTIL_QUADRATICINTERPOLATORSIGNEDANGLE_H
3 
11 #include "carma/szautil/QuadraticInterpolator.h"
12 
13 namespace sza {
14  namespace util {
15 
20  public:
21 
22  QuadraticInterpolatorSignedAngle(double emptyValue);
23 
24  private:
25 
26  double fixAngle(double angle);
27 
28  }; // End class QuadraticInterpolatorSignedAngle
29 
30  } // End namespace util
31 } // End namespace sza
32 
33 
34 
35 #endif // End #ifndef SZA_UTIL_QUADRATICINTERPOLATORSIGNEDANGLE_H
Class for interpolating signed (-pi <= v < pi) angles.
The QuadraticInterpolator class is used to perform quadrature interpolation of arbitrary continuous f...