My Project
 All Classes Files Functions Variables Enumerations Enumerator Friends Macros Pages
QuadraticInterpolatorNormal.h
Go to the documentation of this file.
1 #ifndef GCP_UTIL_QUADRATICINTERPOLATORNORMAL_H
2 #define GCP_UTIL_QUADRATICINTERPOLATORNORMAL_H
3 
11 #include "gcp/util/common/QuadraticInterpolator.h"
12 
13 namespace gcp {
14  namespace util {
15 
20  public:
21 
25  QuadraticInterpolatorNormal(double emptyValue);
26 
27  }; // End class QuadraticInterpolatorNormal
28 
29  } // End namespace util
30 } // End namespace gcp
31 
32 
33 
34 
35 #endif // End #ifndef GCP_UTIL_QUADRATICINTERPOLATORNORMAL_H
Definition: QuadraticInterpolator.h:48
Definition: QuadraticInterpolatorNormal.h:19
QuadraticInterpolatorNormal(double emptyValue)
Definition: QuadraticInterpolatorNormal.cc:11