21 #ifndef otbImageOfVectorsToMonoChannelExtractROI_h
22 #define otbImageOfVectorsToMonoChannelExtractROI_h
27 #include "OTBImageBaseExport.h"
40 template <
class TInputImage,
class TOutputImage>
78 itkSetMacro(Channel,
unsigned int);
79 itkGetConstMacro(Channel,
unsigned int);
83 itkStaticConstMacro(InputImageDimension,
unsigned int, InputImageType::ImageDimension);
84 itkStaticConstMacro(OutputImageDimension,
unsigned int, OutputImageType::ImageDimension);
92 void PrintSelf(std::ostream& os, itk::Indent indent)
const override;
102 void GenerateOutputInformation()
override;
107 void DynamicThreadedGenerateData(
const OutputImageRegionType& outputRegionForThread)
override;
119 #ifndef OTB_MANUAL_INSTANTIATION
The "otb" namespace contains all Orfeo Toolbox (OTB) classes.