22 #ifndef otbRGBAPixelConverter_h
23 #define otbRGBAPixelConverter_h
25 #include "itkProcessObject.h"
26 #include "itkRGBAPixel.h"
27 #include "itkRGBPixel.h"
45 template <
class TInternalInputPixelType,
class TOutputPixelType>
61 typedef typename itk::RGBAPixel<TInternalInputPixelType>
InputPixelType;
73 void PrintSelf(std::ostream& os, itk::Indent indent)
const override
75 Superclass::PrintSelf(os, indent);
80 void operator=(
const Self&) =
delete;
84 template <
class TInternalInputPixelType,
class TInternalOutputPixelType>
85 class ITK_EXPORT
RGBAPixelConverter<TInternalInputPixelType, typename
itk::RGBAPixel<TInternalOutputPixelType>> :
public itk::ProcessObject
100 typedef typename itk::RGBAPixel<TInternalInputPixelType>
InputPixelType;
112 void PrintSelf(std::ostream& os, itk::Indent indent)
const override
114 Superclass::PrintSelf(os, indent);
119 void operator=(
const Self&) =
delete;
123 template <
class TInternalInputPixelType,
class TInternalOutputPixelType>
124 class ITK_EXPORT
RGBAPixelConverter<TInternalInputPixelType, typename
itk::RGBPixel<TInternalOutputPixelType>> :
public itk::ProcessObject
139 typedef typename itk::RGBAPixel<TInternalInputPixelType>
InputPixelType;
151 void PrintSelf(std::ostream& os, itk::Indent indent)
const override
153 Superclass::PrintSelf(os, indent);
158 void operator=(
const Self&) =
delete;
163 #ifndef OTB_MANUAL_INSTANTIATION