OTB
9.0.0
Orfeo Toolbox
|
#include <otbVectorImageToASImageAdaptor.h>
Public Types | |
typedef itk::SmartPointer< const Self > | ConstPointer |
typedef Superclass::PixelContainer | PixelContainer |
typedef Superclass::PixelContainerConstPointer | PixelContainerConstPointer |
typedef Superclass::PixelContainerPointer | PixelContainerPointer |
typedef itk::SmartPointer< Self > | Pointer |
typedef VectorImageToASImageAdaptor | Self |
typedef itk::ImageAdaptor< TImage, otb::Accessor::VectorImageToASPixelAccessor< typename TImage::PixelType::ValueType > > | Superclass |
Public Member Functions | |
virtual ::itk::LightObject::Pointer | CreateAnother (void) const |
virtual const char * | GetNameOfClass () const |
Static Public Member Functions | |
static Pointer | New () |
Protected Member Functions | |
VectorImageToASImageAdaptor () | |
~VectorImageToASImageAdaptor () override | |
Private Member Functions | |
void | operator= (const Self &)=delete |
VectorImageToASImageAdaptor (const Self &)=delete | |
Presents an image of pixel type Vector as being and image of FixelArray<unsigned short, 3> type.
Definition at line 41 of file otbVectorImageToASImageAdaptor.h.
typedef itk::SmartPointer<const Self> otb::VectorImageToASImageAdaptor< TImage >::ConstPointer |
Definition at line 49 of file otbVectorImageToASImageAdaptor.h.
typedef Superclass::PixelContainer otb::VectorImageToASImageAdaptor< TImage >::PixelContainer |
PixelContainer typedef support. Used to construct a container for the pixel data.
Definition at line 55 of file otbVectorImageToASImageAdaptor.h.
typedef Superclass::PixelContainerConstPointer otb::VectorImageToASImageAdaptor< TImage >::PixelContainerConstPointer |
Definition at line 61 of file otbVectorImageToASImageAdaptor.h.
typedef Superclass::PixelContainerPointer otb::VectorImageToASImageAdaptor< TImage >::PixelContainerPointer |
Definition at line 60 of file otbVectorImageToASImageAdaptor.h.
typedef itk::SmartPointer<Self> otb::VectorImageToASImageAdaptor< TImage >::Pointer |
Definition at line 48 of file otbVectorImageToASImageAdaptor.h.
typedef VectorImageToASImageAdaptor otb::VectorImageToASImageAdaptor< TImage >::Self |
Standard class typedefs.
Definition at line 46 of file otbVectorImageToASImageAdaptor.h.
typedef itk::ImageAdaptor<TImage, otb::Accessor::VectorImageToASPixelAccessor<typename TImage::PixelType::ValueType> > otb::VectorImageToASImageAdaptor< TImage >::Superclass |
Definition at line 47 of file otbVectorImageToASImageAdaptor.h.
|
inlineprotected |
Definition at line 64 of file otbVectorImageToASImageAdaptor.h.
|
inlineoverrideprotected |
Definition at line 67 of file otbVectorImageToASImageAdaptor.h.
|
privatedelete |
virtual::itk::LightObject::Pointer otb::VectorImageToASImageAdaptor< TImage >::CreateAnother | ( | void | ) | const |
|
virtual |
Run-time type information (and related methods).
|
static |
Method for creation through the object factory.
|
privatedelete |