21 #ifndef otbSpectralAngleDistanceImageFilter_h
22 #define otbSpectralAngleDistanceImageFilter_h
24 #include "itkImageToImageFilter.h"
54 template <
class TInputImage,
class TOutputImage>
60 typedef itk::ImageToImageFilter<TInputImage, TOutputImage>
Superclass;
95 void PrintSelf(std::ostream& os, itk::Indent indent)
const override;
107 void ThreadedGenerateData(
const OutputImageRegionType& outputRegionForThread, itk::ThreadIdType threadId)
override;
109 void BeforeThreadedGenerateData()
override;
113 void operator=(
const Self&) =
delete;
119 #ifndef OTB_MANUAL_INSTANTIATION