18 #ifndef __otbUnaryFunctorNeighborhoodVectorImageFilter_h
19 #define __otbUnaryFunctorNeighborhoodVectorImageFilter_h
36 template <
class TInputImage,
class TOutputImage,
class TFunction>
54 itkStaticConstMacro(InputImageDimension,
unsigned int, TInputImage::ImageDimension);
55 itkStaticConstMacro(OutputImageDimension,
unsigned int, TOutputImage::ImageDimension);
93 typedef typename NeighborhoodIteratorType::RadiusType
118 virtual void ThreadedGenerateData(
const OutputImageRegionType& outputRegionForThread,
125 virtual void GenerateOutputInformation(
void);
131 void operator =(
const Self&);
138 #ifndef OTB_MANUAL_INSTANTIATION