18 #ifndef __itkMovingHistogramImageFilter_h
19 #define __itkMovingHistogramImageFilter_h
86 template<
class TInputImage,
class TOutputImage,
class TKernel,
class THistogram >
116 itkStaticConstMacro(ImageDimension,
unsigned int,
117 TInputImage::ImageDimension);
130 typedef typename std::map< OffsetType, OffsetListType, typename OffsetType::LexicographicCompare >
OffsetMapType;
140 void ThreadedGenerateData(
const OutputImageRegionType &
141 outputRegionForThread,
157 void operator=(
const Self &);
161 #ifndef ITK_MANUAL_INSTANTIATION
162 #include "itkMovingHistogramImageFilter.hxx"