21 #ifndef otbVectorImageToIntensityImageFilter_h
22 #define otbVectorImageToIntensityImageFilter_h
24 #include "itkImageToImageFilter.h"
51 template <
class TInputImage,
class TOutputImage>
57 typedef itk::ImageToImageFilter<TInputImage, TOutputImage>
Superclass;
87 void PrintSelf(std::ostream& os, itk::Indent indent)
const override;
99 void ThreadedGenerateData(
const OutputImageRegionType& outputRegionForThread, itk::ThreadIdType threadId)
override;
103 void operator=(
const Self&) =
delete;
106 #ifndef OTB_MANUAL_INSTANTIATION