Loading [MathJax]/jax/output/NativeMML/config.js
 |
Isis 3 Programmer Reference
|
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++) {
HiHistory _history
Hierarchial component history.
virtual ~SplineFill()
Destructor.
Module manages HiRISE calibration vectors from various sources.
const HiVector & ref() const
Return data via a const reference.
Compute a low pass filter from a Module class content.
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.
@ NearestEndpoint
Evaluate() returns the y-value of the nearest endpoint if a is outside of the domain.
HiVector _data
Data vector.
TNT::Array1D< double > HiVector
1-D Buffer
void Process(const HiVector &v)
Default processing behavior makes a reference copy of data array.
int _filled
Number values replaced.
NumericalApproximation provides various numerical analysis methods of interpolation,...
This is free and unencumbered software released into the public domain.
@ CubicNatural
Cubic Spline interpolation with natural boundary conditions.