18 #ifndef __itkMovingHistogramMorphologyImageFilter_h
19 #define __itkMovingHistogramMorphologyImageFilter_h
41 template<
class TInputImage,
class TOutputImage,
class TKernel,
class THistogram >
64 typedef typename TInputImage::SizeType
SizeType;
72 itkStaticConstMacro(ImageDimension,
unsigned int,
73 TInputImage::ImageDimension);
86 typedef typename std::map< OffsetType, OffsetListType, typename OffsetType::LexicographicCompare >
OffsetMapType;
95 static bool GetUseVectorBasedAlgorithm()
96 {
return THistogram::UseVectorBasedAlgorithm(); }
101 void PrintSelf(std::ostream & os,
Indent indent)
const;
109 virtual void ConfigureHistogram(THistogram & histogram);
116 void operator=(
const Self &);
121 #ifndef ITK_MANUAL_INSTANTIATION
122 #include "itkMovingHistogramMorphologyImageFilter.hxx"