#include <RegriddingTVI.h>
Public Member Functions | |
DataInterpolationKernel (uInt interpolationMethod, Vector< Double > *inputFreq, Vector< Double > *outputFreq) | |
~DataInterpolationKernel () | |
void | kernel (DataCubeMap *inputData, DataCubeMap *outputData) |
Protected Attributes | |
uInt | interpolationMethod_p |
Vector< Double > * | inputFreq_p |
Vector< Double > * | outputFreq_p |
Definition at line 230 of file RegriddingTVI.h.
casa::vi::DataInterpolationKernel::DataInterpolationKernel | ( | uInt | interpolationMethod, | |
Vector< Double > * | inputFreq, | |||
Vector< Double > * | outputFreq | |||
) |
casa::vi::DataInterpolationKernel::~DataInterpolationKernel | ( | ) | [inline] |
Definition at line 246 of file RegriddingTVI.h.
void casa::vi::DataInterpolationKernel::kernel | ( | DataCubeMap * | inputData, | |
DataCubeMap * | outputData | |||
) | [virtual] |
Implements casa::vi::RegriddingKernel< T >.
Vector<Double>* casa::vi::DataInterpolationKernel::inputFreq_p [protected] |
Definition at line 253 of file RegriddingTVI.h.
uInt casa::vi::DataInterpolationKernel::interpolationMethod_p [protected] |
Definition at line 252 of file RegriddingTVI.h.
Vector<Double>* casa::vi::DataInterpolationKernel::outputFreq_p [protected] |
Definition at line 254 of file RegriddingTVI.h.