17#include "NumericalApproximation.h" 
   18#include "SpecialPixel.h" 
   19#include "IException.h" 
   64      inline int Filled()
 const { 
return (
_filled); }
 
   69      QString formHistory() {
 
   71        return (QString(
"SplineFill(Cubic,Filled[" + cfilled + 
"])"));
 
   76        for (
int i = 0 ; i < v.dim() ; i++) {
 
   78            spline.AddData(i, v[i]);
 
   85        for (
int j = 0 ; j < v.dim() ; j++) {
 
 
Module manages HiRISE calibration vectors from various sources.
 
HiVector _data
Data vector.
 
HiHistory _history
Hierarchial component history.
 
NumericalApproximation provides various numerical analysis methods of interpolation,...
 
@ CubicNatural
Cubic Spline interpolation with natural boundary conditions.
 
@ NearestEndpoint
Evaluate() returns the y-value of the nearest endpoint if a is outside of the domain.
 
Compute a low pass filter from a Module class content.
 
int _filled
Number values replaced.
 
void Process(const HiVector &v)
Default processing behavior makes a reference copy of data array.
 
virtual ~SplineFill()
Destructor.
 
This is free and unencumbered software released into the public domain.
 
QString toString(bool boolToConvert)
Global function to convert a boolean to a string.
 
bool IsSpecial(const double d)
Returns if the input pixel is special.
 
TNT::Array1D< double > HiVector
1-D Buffer