18 #ifndef itkBinaryMedianImageFilter_h
19 #define itkBinaryMedianImageFilter_h
48 template<
typename TInputImage,
typename TOutputImage >
54 itkStaticConstMacro(InputImageDimension,
unsigned int,
55 TInputImage::ImageDimension);
56 itkStaticConstMacro(OutputImageDimension,
unsigned int,
57 TOutputImage::ImageDimension);
109 virtual void GenerateInputRequestedRegion() ITK_OVERRIDE;
111 #ifdef ITK_USE_CONCEPT_CHECKING
117 typename TOutputImage::PixelType > ) );
128 void PrintSelf(std::ostream & os,
Indent indent)
const ITK_OVERRIDE;
140 void ThreadedGenerateData(
const OutputImageRegionType & outputRegionForThread,
153 #ifndef ITK_MANUAL_INSTANTIATION
154 #include "itkBinaryMedianImageFilter.hxx"
Base class for all process objects that output image data.
unsigned int ThreadIdType
Base class for filters that take an image as input and produce an image as output.
Control indentation during Print() invocation.
ImageBaseType::SizeType SizeType
#define itkConceptMacro(name, concept)