casa
5.7.0-16
|
#include <ConvolutionTVI.h>
Public Member Functions | |
ConvolutionKernel (casacore::Vector< casacore::Float > *convCoeff) | |
virtual void | kernel (casacore::Vector< T > &inputVector, casacore::Vector< T > &outputVector, casacore::uInt startInputPos, casacore::uInt outputPos)=0 |
Protected Attributes | |
casacore::uInt | width_p |
casacore::Vector < casacore::Float > * | convCoeff_p |
Definition at line 111 of file ConvolutionTVI.h.
casa::vi::ConvolutionKernel::ConvolutionKernel | ( | casacore::Vector< casacore::Float > * | convCoeff | ) |
|
pure virtual |
|
protected |
Definition at line 129 of file ConvolutionTVI.h.
|
protected |
Definition at line 128 of file ConvolutionTVI.h.