32 #include "NumericalApproximation.h" 79 inline int Filled()
const {
return (
_filled); }
84 QString formHistory() {
86 return (QString(
"SplineFill(Cubic,Filled[" + cfilled +
"])"));
91 for (
int i = 0 ; i < v.dim() ; i++) {
93 spline.AddData(i, v[i]);
100 for (
int j = 0 ; j < v.dim() ; j++) {
const HiVector & ref() const
Return data via a const reference.
virtual ~SplineFill()
Destructor.
HiVector _data
Data vector.
Compute a low pass filter from a Module class content.
HiHistory _history
Hierarchial component history.
NumericalApproximation provides various numerical analysis methods of interpolation, extrapolation and approximation of a tabulated set of x, y data.
QString toString(bool boolToConvert)
Global function to convert a boolean to a string.
Evaluate() returns the y-value of the nearest endpoint if a is outside of the domain.
Cubic Spline interpolation with natural boundary conditions.
int _filled
Number values replaced.
void Process(const HiVector &v)
Default processing behavior makes a reference copy of data array.
Module manages HiRISE calibration vectors from various sources.
bool IsSpecial(const double d)
Returns if the input pixel is special.
Namespace for ISIS/Bullet specific routines.
TNT::Array1D< double > HiVector
1-D Buffer