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::ShiftScaleImageAdaptor< TImage, TOutputPixelType > Class Template Reference

#include <otbShiftScaleImageAdaptor.h>

+ Inheritance diagram for otb::ShiftScaleImageAdaptor< TImage, TOutputPixelType >:
+ Collaboration diagram for otb::ShiftScaleImageAdaptor< TImage, TOutputPixelType >:

Public Types

typedef Accessor::ShiftScalePixelAccessor< typename TImage::PixelType, TOutputPixelType > AccessorType
 
typedef itk::SmartPointer< const SelfConstPointer
 
typedef Superclass::IndexType IndexType
 
typedef TImage::PixelType InternalType
 
typedef AccessorType::ExternalType PixelType
 
typedef itk::SmartPointer< SelfPointer
 
typedef ShiftScaleImageAdaptor Self
 
typedef itk::ImageAdaptor< TImage, Accessor::ShiftScalePixelAccessor< typename TImage::PixelType, TOutputPixelType > > Superclass
 

Public Member Functions

virtual ::itk::LightObject::Pointer CreateAnother (void) const
 
virtual const char * GetNameOfClass () const
 
TImage::PixelType GetScale () const
 
TImage::PixelType GetShift () const
 
virtual void SetScale (typename TImage::PixelType value)
 
virtual void SetShift (typename TImage::PixelType value)
 

Static Public Member Functions

static Pointer New ()
 

Protected Member Functions

 ShiftScaleImageAdaptor ()
 
 ~ShiftScaleImageAdaptor () override
 

Private Member Functions

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

Detailed Description

template<class TImage, class TOutputPixelType>
class otb::ShiftScaleImageAdaptor< TImage, TOutputPixelType >

Presents an image as being composed of the shift scale operation of its pixels.

Additional casting is performed according to the input and output image types following C++ default casting rules.

Definition at line 107 of file otbShiftScaleImageAdaptor.h.

Member Typedef Documentation

◆ AccessorType

template<class TImage , class TOutputPixelType >
typedef Accessor::ShiftScalePixelAccessor<typename TImage::PixelType, TOutputPixelType> otb::ShiftScaleImageAdaptor< TImage, TOutputPixelType >::AccessorType

Definition at line 117 of file otbShiftScaleImageAdaptor.h.

◆ ConstPointer

template<class TImage , class TOutputPixelType >
typedef itk::SmartPointer<const Self> otb::ShiftScaleImageAdaptor< TImage, TOutputPixelType >::ConstPointer

Definition at line 114 of file otbShiftScaleImageAdaptor.h.

◆ IndexType

template<class TImage , class TOutputPixelType >
typedef Superclass::IndexType otb::ShiftScaleImageAdaptor< TImage, TOutputPixelType >::IndexType

Definition at line 116 of file otbShiftScaleImageAdaptor.h.

◆ InternalType

template<class TImage , class TOutputPixelType >
typedef TImage::PixelType otb::ShiftScaleImageAdaptor< TImage, TOutputPixelType >::InternalType

Definition at line 115 of file otbShiftScaleImageAdaptor.h.

◆ PixelType

template<class TImage , class TOutputPixelType >
typedef AccessorType::ExternalType otb::ShiftScaleImageAdaptor< TImage, TOutputPixelType >::PixelType

Definition at line 118 of file otbShiftScaleImageAdaptor.h.

◆ Pointer

template<class TImage , class TOutputPixelType >
typedef itk::SmartPointer<Self> otb::ShiftScaleImageAdaptor< TImage, TOutputPixelType >::Pointer

Definition at line 113 of file otbShiftScaleImageAdaptor.h.

◆ Self

template<class TImage , class TOutputPixelType >
typedef ShiftScaleImageAdaptor otb::ShiftScaleImageAdaptor< TImage, TOutputPixelType >::Self

Standard class typedefs.

Definition at line 111 of file otbShiftScaleImageAdaptor.h.

◆ Superclass

template<class TImage , class TOutputPixelType >
typedef itk::ImageAdaptor<TImage, Accessor::ShiftScalePixelAccessor<typename TImage::PixelType, TOutputPixelType> > otb::ShiftScaleImageAdaptor< TImage, TOutputPixelType >::Superclass

Definition at line 112 of file otbShiftScaleImageAdaptor.h.

Constructor & Destructor Documentation

◆ ShiftScaleImageAdaptor() [1/2]

template<class TImage , class TOutputPixelType >
otb::ShiftScaleImageAdaptor< TImage, TOutputPixelType >::ShiftScaleImageAdaptor ( )
inlineprotected

Definition at line 161 of file otbShiftScaleImageAdaptor.h.

◆ ~ShiftScaleImageAdaptor()

template<class TImage , class TOutputPixelType >
otb::ShiftScaleImageAdaptor< TImage, TOutputPixelType >::~ShiftScaleImageAdaptor ( )
inlineoverrideprotected

Definition at line 164 of file otbShiftScaleImageAdaptor.h.

◆ ShiftScaleImageAdaptor() [2/2]

template<class TImage , class TOutputPixelType >
otb::ShiftScaleImageAdaptor< TImage, TOutputPixelType >::ShiftScaleImageAdaptor ( const Self )
privatedelete

Member Function Documentation

◆ CreateAnother()

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

◆ GetNameOfClass()

template<class TImage , class TOutputPixelType >
virtual const char* otb::ShiftScaleImageAdaptor< TImage, TOutputPixelType >::GetNameOfClass ( ) const
virtual

Run-time type information (and related methods).

◆ GetScale()

template<class TImage , class TOutputPixelType >
TImage::PixelType otb::ShiftScaleImageAdaptor< TImage, TOutputPixelType >::GetScale ( ) const
inline

Definition at line 143 of file otbShiftScaleImageAdaptor.h.

◆ GetShift()

template<class TImage , class TOutputPixelType >
TImage::PixelType otb::ShiftScaleImageAdaptor< TImage, TOutputPixelType >::GetShift ( ) const
inline

Definition at line 126 of file otbShiftScaleImageAdaptor.h.

◆ New()

template<class TImage , class TOutputPixelType >
static Pointer otb::ShiftScaleImageAdaptor< TImage, TOutputPixelType >::New ( )
static

Method for creation through the object factory.

◆ operator=()

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

◆ SetScale()

template<class TImage , class TOutputPixelType >
virtual void otb::ShiftScaleImageAdaptor< TImage, TOutputPixelType >::SetScale ( typename TImage::PixelType  value)
inlinevirtual

Definition at line 150 of file otbShiftScaleImageAdaptor.h.

◆ SetShift()

template<class TImage , class TOutputPixelType >
virtual void otb::ShiftScaleImageAdaptor< TImage, TOutputPixelType >::SetShift ( typename TImage::PixelType  value)
inlinevirtual

Definition at line 133 of file otbShiftScaleImageAdaptor.h.


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