casa
5.7.0-16
|
#include <ConvolutionTVI.h>
Public Member Functions | |
ConvolutionLogicalORKernel (casacore::Vector< casacore::Float > *convCoeff) | |
void | kernel (casacore::Vector< T > &inputVector, casacore::Vector< T > &outputVector, casacore::uInt startInputPos, casacore::uInt outputPos) |
Public Member Functions inherited from casa::vi::ConvolutionKernel< T > | |
ConvolutionKernel (casacore::Vector< casacore::Float > *convCoeff) | |
Additional Inherited Members | |
Protected Attributes inherited from casa::vi::ConvolutionKernel< T > | |
casacore::uInt | width_p |
casacore::Vector < casacore::Float > * | convCoeff_p |
Definition at line 153 of file ConvolutionTVI.h.
casa::vi::ConvolutionLogicalORKernel::ConvolutionLogicalORKernel | ( | casacore::Vector< casacore::Float > * | convCoeff | ) |
|
virtual |
Implements casa::vi::ConvolutionKernel< T >.