22 #ifndef otbROIdataConversion_h
23 #define otbROIdataConversion_h
27 #include "itkImageToImageFilter.h"
40 template <
class TInputImage,
class TInputROIImage>
41 class ROIdataConversion :
public itk::ImageToImageFilter<TInputImage, otb::Image<typename TInputImage::PixelType, 1>>
45 typedef itk::ImageToImageFilter<TInputImage, otb::Image<typename TInputImage::PixelType, 1>>
Superclass;
60 typedef typename OutputImageType::SizeType::SizeValueType
SizeValueType;
65 return this->Superclass::GetInput();
69 this->Superclass::SetInput(img);
91 void PrintSelf(std::ostream& os, itk::Indent indent)
const override
93 Superclass::PrintSelf(os, indent);
105 #ifndef OTB_MANUAL_INSTANTIATION