18 #ifndef __itkSobelOperator_h
19 #define __itkSobelOperator_h
94 template<
class TPixel,
unsigned int VDimension = 2,
95 class TAllocator = NeighborhoodAllocator< TPixel > >
117 virtual void CreateDirectional()
119 this->CreateToRadius(1);
133 Superclass::operator=(other);
141 virtual void PrintSelf(std::ostream & os,
Indent i)
const
143 os << i <<
"SobelOperator { this=" <<
this <<
"}" << std::endl;
168 #ifndef ITK_MANUAL_INSTANTIATION
169 #include "itkSobelOperator.hxx"