17 #ifndef __itkImageKernelOperator_h
18 #define __itkImageKernelOperator_h
36 template<
class TPixel,
unsigned int VDimension=2,
37 class TAllocator = NeighborhoodAllocator<TPixel> >
60 Superclass::operator=(orig);
66 this->m_ImageKernel = kernel;
70 virtual void PrintSelf(std::ostream &os,
Indent i)
const
72 os << i <<
"ImageKernelOperator { this=" <<
this
80 CoefficientVector GenerateCoefficients();
83 void Fill(
const CoefficientVector& coeff );
90 const char *GetNameOfClass()
91 {
return "itkImageKernelOperator"; }
98 #ifndef ITK_MANUAL_INSTANTIATION