casa
5.7.0-16
|
#include <ConvolutionTVI.h>
Public Member Functions | |
ConvolutionTransformEngine (ConvolutionKernel< T > *kernel, casacore::uInt width) | |
void | transform (casacore::Vector< T > &inputVector, casacore::Vector< T > &outputVector) |
Public Member Functions inherited from casa::vi::FreqAxisTransformEngine< T > | |
virtual void | setRowIndex (casacore::uInt row) |
virtual void | setCorrIndex (casacore::uInt corr) |
Protected Attributes | |
casacore::uInt | width_p |
ConvolutionKernel< T > * | convolutionKernel_p |
This member has to be a pointer, otherwise there are compile time problems due to the fact that it is a pure virtual class. More... | |
Protected Attributes inherited from casa::vi::FreqAxisTransformEngine< T > | |
casacore::uInt | row_p |
casacore::uInt | corr_p |
Definition at line 92 of file ConvolutionTVI.h.
casa::vi::ConvolutionTransformEngine< T >::ConvolutionTransformEngine | ( | ConvolutionKernel< T > * | kernel, |
casacore::uInt | width | ||
) |
|
virtual |
Reimplemented from casa::vi::FreqAxisTransformEngine< T >.
|
protected |
This member has to be a pointer, otherwise there are compile time problems due to the fact that it is a pure virtual class.
Definition at line 107 of file ConvolutionTVI.h.
|
protected |
Definition at line 103 of file ConvolutionTVI.h.