33 #ifndef AIMS_INTERPOLATION_INTERPOLATEDVOLUME_D_H
34 #define AIMS_INTERPOLATION_INTERPOLATEDVOLUME_D_H
98 _coeff = carto::copy<double,T>( vol );
101 template <
typename T>
*Centered and *scaled B-Spline function, evaluated at run time.
carto::VolumeRef< double > execute(const carto::VolumeRef< T > &in) const
Execution.
InterpolatedVolume()
Constructors / Destructors / CopyDefault constructor: allocates no data.
unsigned order() const
ParametersInterpolation order.
void setCoeff(const carto::Volume< T > &vol, int order=-1)
Change coefficient volume.
carto::VolumeRef< double > _coeff
void setVolume(const carto::Volume< T > &vol, int order=-1)
Change interpolated volume.
This filter uses an inverse B-Spline convolution function to transform a discrete signal to its splin...