17 #ifndef __itkSobelEdgeDetectionImageFilter_h
18 #define __itkSobelEdgeDetectionImageFilter_h
43 template <
class TInputImage,
class TOutputImage>
62 itkStaticConstMacro(ImageDimension,
unsigned int,
63 TOutputImage::ImageDimension );
64 itkStaticConstMacro(InputImageDimension,
unsigned int,
65 TInputImage::ImageDimension );
101 #ifdef ITK_USE_CONCEPT_CHECKING
108 #ifdef ITK_USE_STRICT_CONCEPT_CHECKING
130 void PrintSelf(std::ostream& os,
Indent indent)
const
131 { Superclass::PrintSelf(os,indent); }
140 #ifndef ITK_MANUAL_INSTANTIATION