18 #ifndef __itkImageKernelOperator_h
19 #define __itkImageKernelOperator_h
46 template<
class TPixel,
unsigned int VDimension = 2,
47 class TAllocator = NeighborhoodAllocator< TPixel > >
72 Superclass::operator=(orig);
80 void SetImageKernel(
const ImageType *kernel);
83 const ImageType * GetImageKernel()
const;
86 virtual void PrintSelf(std::ostream & os,
Indent i)
const
88 os << i <<
"ImageKernelOperator { this=" <<
this
96 CoefficientVector GenerateCoefficients();
99 void Fill(
const CoefficientVector & coeff);
105 const char * GetNameOfClass()
106 {
return "itkImageKernelOperator"; }
111 #ifndef ITK_MANUAL_INSTANTIATION
112 #include "itkImageKernelOperator.hxx"