21 #ifndef otbExtractROI_h
22 #define otbExtractROI_h
27 #include "OTBImageBaseExport.h"
42 template <
class TInputPixel,
class TOutputPixel>
77 itkStaticConstMacro(InputImageDimension,
unsigned int, InputImageType::ImageDimension);
78 itkStaticConstMacro(OutputImageDimension,
unsigned int, OutputImageType::ImageDimension);
81 void ThreadedGenerateData(
const OutputImageRegionType& outputRegionForThread, itk::ThreadIdType threadId)
override;
88 void PrintSelf(std::ostream& os, itk::Indent indent)
const override;
93 void GenerateOutputInformation()
override;
97 void operator=(
const Self&) =
delete;
102 #ifndef OTB_MANUAL_INSTANTIATION