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, itk::RGBPixel< TInternalOutputPixelType > > Class Template Reference

#include <otbRGBAPixelConverter.h>

+ Inheritance diagram for otb::RGBAPixelConverter< TInternalInputPixelType, itk::RGBPixel< TInternalOutputPixelType > >:
+ Collaboration diagram for otb::RGBAPixelConverter< TInternalInputPixelType, itk::RGBPixel< TInternalOutputPixelType > >:

Public Types

typedef itk::SmartPointer< const SelfConstPointer
 
typedef itk::RGBAPixel< TInternalInputPixelType > InputPixelType
 
typedef itk::RGBPixel< TInternalOutputPixelType > 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 TInternalOutputPixelType>
class otb::RGBAPixelConverter< TInternalInputPixelType, itk::RGBPixel< TInternalOutputPixelType > >

Definition at line 124 of file otbRGBAPixelConverter.h.

Member Typedef Documentation

◆ ConstPointer

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

Definition at line 131 of file otbRGBAPixelConverter.h.

◆ InputPixelType

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

Definition at line 137 of file otbRGBAPixelConverter.h.

◆ OutputPixelType

template<class TInternalInputPixelType , class TInternalOutputPixelType >
typedef itk::RGBPixel<TInternalOutputPixelType> otb::RGBAPixelConverter< TInternalInputPixelType, itk::RGBPixel< TInternalOutputPixelType > >::OutputPixelType

Definition at line 140 of file otbRGBAPixelConverter.h.

◆ Pointer

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

Definition at line 130 of file otbRGBAPixelConverter.h.

◆ Self

template<class TInternalInputPixelType , class TInternalOutputPixelType >
typedef RGBAPixelConverter otb::RGBAPixelConverter< TInternalInputPixelType, itk::RGBPixel< TInternalOutputPixelType > >::Self

Standard class typedefs

Definition at line 128 of file otbRGBAPixelConverter.h.

◆ Superclass

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

Definition at line 129 of file otbRGBAPixelConverter.h.

Constructor & Destructor Documentation

◆ RGBAPixelConverter() [1/2]

template<class TInternalInputPixelType , class TInternalOutputPixelType >
otb::RGBAPixelConverter< TInternalInputPixelType, itk::RGBPixel< TInternalOutputPixelType > >::RGBAPixelConverter ( )
inlineprotected

Definition at line 145 of file otbRGBAPixelConverter.h.

◆ ~RGBAPixelConverter()

template<class TInternalInputPixelType , class TInternalOutputPixelType >
otb::RGBAPixelConverter< TInternalInputPixelType, itk::RGBPixel< TInternalOutputPixelType > >::~RGBAPixelConverter ( )
inlineoverrideprotected

Definition at line 148 of file otbRGBAPixelConverter.h.

◆ RGBAPixelConverter() [2/2]

template<class TInternalInputPixelType , class TInternalOutputPixelType >
otb::RGBAPixelConverter< TInternalInputPixelType, itk::RGBPixel< TInternalOutputPixelType > >::RGBAPixelConverter ( const Self )
privatedelete

Member Function Documentation

◆ Convert()

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

◆ CreateAnother()

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

◆ GetNameOfClass()

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

Run-time type information (and related methods).

◆ New()

template<class TInternalInputPixelType , class TInternalOutputPixelType >
static Pointer otb::RGBAPixelConverter< TInternalInputPixelType, itk::RGBPixel< TInternalOutputPixelType > >::New ( )
static

Method for creation through the object factory.

◆ operator=()

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

◆ PrintSelf()

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

Definition at line 151 of file otbRGBAPixelConverter.h.


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