18 #ifndef __itkMovingHistogramImageFilterBase_h
19 #define __itkMovingHistogramImageFilterBase_h
89 template<
class TInputImage,
class TOutputImage,
class TKernel >
119 itkStaticConstMacro(ImageDimension,
unsigned int,
120 TInputImage::ImageDimension);
133 typedef typename std::map< OffsetType, OffsetListType, typename OffsetType::LexicographicCompare >
OffsetMapType;
144 void PrintSelf(std::ostream & os,
Indent indent)
const;
146 void GetDirAndOffset(
const IndexType LineStart,
147 const IndexType PrevLineStart,
148 OffsetType & LineOffset,
149 OffsetType & Changes,
150 int & LineDirection);
164 void operator=(
const Self &);
171 m_Dimension = dimension;
183 else if ( m_Count < dc.
m_Count )
196 #ifndef ITK_MANUAL_INSTANTIATION
197 #include "itkMovingHistogramImageFilterBase.hxx"