#include <ConvolutionTVI.h>
Public Member Functions | |
ConvolutionTransformEngine (ConvolutionKernel< T > *kernel, uInt width) | |
void | transform (Vector< T > &inputVector, Vector< T > &outputVector) |
Protected Attributes | |
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. |
Definition at line 92 of file ConvolutionTVI.h.
casa::vi::ConvolutionTransformEngine< T >::ConvolutionTransformEngine | ( | ConvolutionKernel< T > * | kernel, | |
uInt | width | |||
) |
void casa::vi::ConvolutionTransformEngine< T >::transform | ( | Vector< T > & | inputVector, | |
Vector< T > & | outputVector | |||
) | [virtual] |
Reimplemented from casa::vi::FreqAxisTransformEngine< T >.
ConvolutionKernel<T>* casa::vi::ConvolutionTransformEngine< T >::convolutionKernel_p [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.
uInt casa::vi::ConvolutionTransformEngine< T >::width_p [protected] |
Definition at line 103 of file ConvolutionTVI.h.