18 #ifndef __itkNeighborhoodOperatorImageFilter_h
19 #define __itkNeighborhoodOperatorImageFilter_h
50 template<
class TInputImage,
class TOutputImage,
class TOperatorValueType =
typename TOutputImage::PixelType >
80 itkStaticConstMacro(ImageDimension,
unsigned int,
81 TOutputImage::ImageDimension);
82 itkStaticConstMacro(InputImageDimension,
unsigned int,
83 TInputImage::ImageDimension);
117 {
return m_Operator; }
125 { m_BoundsCondition = i; }
129 {
return m_BoundsCondition; }
138 virtual void GenerateInputRequestedRegion()
141 #ifdef ITK_USE_CONCEPT_CHECKING
173 void ThreadedGenerateData(
const OutputImageRegionType & outputRegionForThread,
176 void PrintSelf(std::ostream & os,
Indent indent)
const
177 { Superclass::PrintSelf(os, indent); }
181 void operator=(
const Self &);
195 #ifndef ITK_MANUAL_INSTANTIATION
196 #include "itkNeighborhoodOperatorImageFilter.hxx"