OTB  9.0.0
Orfeo Toolbox
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | Private Member Functions | List of all members
otb::RGBAPixelConverter< TInternalInputPixelType, TOutputPixelType > Class Template Reference

#include <otbRGBAPixelConverter.h>

+ Inheritance diagram for otb::RGBAPixelConverter< TInternalInputPixelType, TOutputPixelType >:
+ Collaboration diagram for otb::RGBAPixelConverter< TInternalInputPixelType, TOutputPixelType >:

Public Types

typedef itk::SmartPointer< const SelfConstPointer
 
typedef itk::RGBAPixel< TInternalInputPixelType > InputPixelType
 
typedef TOutputPixelType OutputPixelType
 
typedef itk::SmartPointer< SelfPointer
 
typedef RGBAPixelConverter Self
 
typedef itk::ProcessObject Superclass
 

Public Member Functions

OutputPixelType Convert (InputPixelType input)
 
virtual ::itk::LightObject::Pointer CreateAnother (void) const
 
virtual const char * GetNameOfClass () const
 

Static Public Member Functions

static Pointer New ()
 

Protected Member Functions

void PrintSelf (std::ostream &os, itk::Indent indent) const override
 
 RGBAPixelConverter ()
 
 ~RGBAPixelConverter () override
 

Private Member Functions

void operator= (const Self &)=delete
 
 RGBAPixelConverter (const Self &)=delete
 

Detailed Description

template<class TInternalInputPixelType, class TOutputPixelType>
class otb::RGBAPixelConverter< TInternalInputPixelType, TOutputPixelType >

Convert an itk::RGBApixel<InternalType> into another pixel type.

To be usable, the desired conversion must be implemented through partial specialisation mechanism.

Definition at line 46 of file otbRGBAPixelConverter.h.

Member Typedef Documentation

◆ ConstPointer

template<class TInternalInputPixelType , class TOutputPixelType >
typedef itk::SmartPointer<const Self> otb::RGBAPixelConverter< TInternalInputPixelType, TOutputPixelType >::ConstPointer

Definition at line 53 of file otbRGBAPixelConverter.h.

◆ InputPixelType

template<class TInternalInputPixelType , class TOutputPixelType >
typedef itk::RGBAPixel<TInternalInputPixelType> otb::RGBAPixelConverter< TInternalInputPixelType, TOutputPixelType >::InputPixelType

Definition at line 59 of file otbRGBAPixelConverter.h.

◆ OutputPixelType

template<class TInternalInputPixelType , class TOutputPixelType >
typedef TOutputPixelType otb::RGBAPixelConverter< TInternalInputPixelType, TOutputPixelType >::OutputPixelType

Definition at line 62 of file otbRGBAPixelConverter.h.

◆ Pointer

template<class TInternalInputPixelType , class TOutputPixelType >
typedef itk::SmartPointer<Self> otb::RGBAPixelConverter< TInternalInputPixelType, TOutputPixelType >::Pointer

Definition at line 52 of file otbRGBAPixelConverter.h.

◆ Self

template<class TInternalInputPixelType , class TOutputPixelType >
typedef RGBAPixelConverter otb::RGBAPixelConverter< TInternalInputPixelType, TOutputPixelType >::Self

Standard class typedefs

Definition at line 50 of file otbRGBAPixelConverter.h.

◆ Superclass

template<class TInternalInputPixelType , class TOutputPixelType >
typedef itk::ProcessObject otb::RGBAPixelConverter< TInternalInputPixelType, TOutputPixelType >::Superclass

Definition at line 51 of file otbRGBAPixelConverter.h.

Constructor & Destructor Documentation

◆ RGBAPixelConverter() [1/2]

template<class TInternalInputPixelType , class TOutputPixelType >
otb::RGBAPixelConverter< TInternalInputPixelType, TOutputPixelType >::RGBAPixelConverter ( )
inlineprotected

Definition at line 67 of file otbRGBAPixelConverter.h.

◆ ~RGBAPixelConverter()

template<class TInternalInputPixelType , class TOutputPixelType >
otb::RGBAPixelConverter< TInternalInputPixelType, TOutputPixelType >::~RGBAPixelConverter ( )
inlineoverrideprotected

Definition at line 70 of file otbRGBAPixelConverter.h.

◆ RGBAPixelConverter() [2/2]

template<class TInternalInputPixelType , class TOutputPixelType >
otb::RGBAPixelConverter< TInternalInputPixelType, TOutputPixelType >::RGBAPixelConverter ( const Self )
privatedelete

Member Function Documentation

◆ Convert()

template<class TInternalInputPixelType , class TInternalOutputPixelType >
RGBAPixelConverter< TInternalInputPixelType, typename itk::RGBPixel< TInternalOutputPixelType > >::OutputPixelType otb::RGBAPixelConverter< TInternalInputPixelType, TInternalOutputPixelType >::Convert ( InputPixelType  input)

Definition at line 33 of file otbRGBAPixelConverter.hxx.

◆ CreateAnother()

template<class TInternalInputPixelType , class TOutputPixelType >
virtual::itk::LightObject::Pointer otb::RGBAPixelConverter< TInternalInputPixelType, TOutputPixelType >::CreateAnother ( void  ) const

◆ GetNameOfClass()

template<class TInternalInputPixelType , class TOutputPixelType >
virtual const char* otb::RGBAPixelConverter< TInternalInputPixelType, TOutputPixelType >::GetNameOfClass ( ) const
virtual

Run-time type information (and related methods).

◆ New()

template<class TInternalInputPixelType , class TOutputPixelType >
static Pointer otb::RGBAPixelConverter< TInternalInputPixelType, TOutputPixelType >::New ( )
static

◆ operator=()

template<class TInternalInputPixelType , class TOutputPixelType >
void otb::RGBAPixelConverter< TInternalInputPixelType, TOutputPixelType >::operator= ( const Self )
privatedelete

◆ PrintSelf()

template<class TInternalInputPixelType , class TOutputPixelType >
void otb::RGBAPixelConverter< TInternalInputPixelType, TOutputPixelType >::PrintSelf ( std::ostream &  os,
itk::Indent  indent 
) const
inlineoverrideprotected

Definition at line 73 of file otbRGBAPixelConverter.h.


The documentation for this class was generated from the following files: