![]() |
OTB
9.1.1
Orfeo Toolbox
|
#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 Self > | ConstPointer |
| typedef Superclass::IndexType | IndexType |
| typedef TImage::PixelType | InternalType |
| typedef AccessorType::ExternalType | PixelType |
| typedef itk::SmartPointer< Self > | Pointer |
| 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 | |
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.
| typedef Accessor::ShiftScalePixelAccessor<typename TImage::PixelType, TOutputPixelType> otb::ShiftScaleImageAdaptor< TImage, TOutputPixelType >::AccessorType |
Definition at line 117 of file otbShiftScaleImageAdaptor.h.
| typedef itk::SmartPointer<const Self> otb::ShiftScaleImageAdaptor< TImage, TOutputPixelType >::ConstPointer |
Definition at line 114 of file otbShiftScaleImageAdaptor.h.
| typedef Superclass::IndexType otb::ShiftScaleImageAdaptor< TImage, TOutputPixelType >::IndexType |
Definition at line 116 of file otbShiftScaleImageAdaptor.h.
| typedef TImage::PixelType otb::ShiftScaleImageAdaptor< TImage, TOutputPixelType >::InternalType |
Definition at line 115 of file otbShiftScaleImageAdaptor.h.
| typedef AccessorType::ExternalType otb::ShiftScaleImageAdaptor< TImage, TOutputPixelType >::PixelType |
Definition at line 118 of file otbShiftScaleImageAdaptor.h.
| typedef itk::SmartPointer<Self> otb::ShiftScaleImageAdaptor< TImage, TOutputPixelType >::Pointer |
Definition at line 113 of file otbShiftScaleImageAdaptor.h.
| typedef ShiftScaleImageAdaptor otb::ShiftScaleImageAdaptor< TImage, TOutputPixelType >::Self |
Standard class typedefs.
Definition at line 111 of file otbShiftScaleImageAdaptor.h.
| typedef itk::ImageAdaptor<TImage, Accessor::ShiftScalePixelAccessor<typename TImage::PixelType, TOutputPixelType> > otb::ShiftScaleImageAdaptor< TImage, TOutputPixelType >::Superclass |
Definition at line 112 of file otbShiftScaleImageAdaptor.h.
|
inlineprotected |
Definition at line 161 of file otbShiftScaleImageAdaptor.h.
|
inlineoverrideprotected |
Definition at line 164 of file otbShiftScaleImageAdaptor.h.
|
privatedelete |
| virtual::itk::LightObject::Pointer otb::ShiftScaleImageAdaptor< TImage, TOutputPixelType >::CreateAnother | ( | void | ) | const |
|
virtual |
Run-time type information (and related methods).
|
inline |
Definition at line 143 of file otbShiftScaleImageAdaptor.h.
|
inline |
Definition at line 126 of file otbShiftScaleImageAdaptor.h.
|
static |
Method for creation through the object factory.
|
privatedelete |
|
inlinevirtual |
Definition at line 150 of file otbShiftScaleImageAdaptor.h.
|
inlinevirtual |
Definition at line 133 of file otbShiftScaleImageAdaptor.h.
1.8.17