18 #ifndef __itkVectorNeighborhoodOperatorImageFilter_h
19 #define __itkVectorNeighborhoodOperatorImageFilter_h
57 template<
class TInputImage,
class TOutputImage >
85 itkStaticConstMacro(ImageDimension,
unsigned int,
86 TOutputImage::ImageDimension);
102 itkGetStaticConstMacro(ImageDimension) > & p)
115 { m_BoundsCondition = i; }
124 virtual void GenerateInputRequestedRegion()
127 #ifdef ITK_USE_CONCEPT_CHECKING
151 void ThreadedGenerateData(
const OutputImageRegionType & outputRegionForThread,
154 void PrintSelf(std::ostream & os,
Indent indent)
const
155 { Superclass::PrintSelf(os, indent); }
160 void operator=(
const Self &);
173 #ifndef ITK_MANUAL_INSTANTIATION
174 #include "itkVectorNeighborhoodOperatorImageFilter.hxx"