OTB  9.0.0
Orfeo Toolbox
List of all members
otb::OneRIBandImageToOneComplexBandImage< TInputImage, TOutputImage > Class Template Reference

#include <otbOneRIBandImageToOneComplexBandImage.h>

+ Inheritance diagram for otb::OneRIBandImageToOneComplexBandImage< TInputImage, TOutputImage >:
+ Collaboration diagram for otb::OneRIBandImageToOneComplexBandImage< TInputImage, TOutputImage >:
typedef TInputImage InputImageType
 
typedef TOutputImage OutputImageType
 
typedef OneRIBandImageToOneComplexBandImage Self
 
typedef itk::ImageToImageFilter< InputImageType, OutputImageTypeSuperclass
 
typedef itk::SmartPointer< SelfPointer
 
typedef itk::SmartPointer< const SelfConstPointer
 
typedef InputImageType::PixelType InputPixelType
 
typedef OutputImageType::PixelType OutputPixelType
 
typedef itk::NumericTraits< InputPixelType >::RealType InputRealType
 
typedef InputImageType::RegionType InputImageRegionType
 
typedef OutputImageType::RegionType OutputImageRegionType
 
static const unsigned int InputImageDimension = TInputImage::ImageDimension
 
static const unsigned int OutputImageDimension = TOutputImage::ImageDimension
 
static Pointer New ()
 
virtual ::itk::LightObject::Pointer CreateAnother (void) const
 
virtual const char * GetNameOfClass () const
 
 OneRIBandImageToOneComplexBandImage ()
 
 ~OneRIBandImageToOneComplexBandImage () override
 
void PrintSelf (std::ostream &os, itk::Indent indent) const override
 
void BeforeThreadedGenerateData (void) override
 
void ThreadedGenerateData (const OutputImageRegionType &outputRegionForThread, itk::ThreadIdType threadId) override
 
 OneRIBandImageToOneComplexBandImage (const Self &)=delete
 
void operator= (const Self &)=delete
 

Detailed Description

template<class TInputImage, class TOutputImage>
class otb::OneRIBandImageToOneComplexBandImage< TInputImage, TOutputImage >

Definition at line 40 of file otbOneRIBandImageToOneComplexBandImage.h.

Member Typedef Documentation

◆ ConstPointer

template<class TInputImage , class TOutputImage >
typedef itk::SmartPointer<const Self> otb::OneRIBandImageToOneComplexBandImage< TInputImage, TOutputImage >::ConstPointer

standard class typedefs

Definition at line 55 of file otbOneRIBandImageToOneComplexBandImage.h.

◆ InputImageRegionType

template<class TInputImage , class TOutputImage >
typedef InputImageType::RegionType otb::OneRIBandImageToOneComplexBandImage< TInputImage, TOutputImage >::InputImageRegionType

standard class typedefs

Definition at line 66 of file otbOneRIBandImageToOneComplexBandImage.h.

◆ InputImageType

template<class TInputImage , class TOutputImage >
typedef TInputImage otb::OneRIBandImageToOneComplexBandImage< TInputImage, TOutputImage >::InputImageType

standard class typedefs

Definition at line 48 of file otbOneRIBandImageToOneComplexBandImage.h.

◆ InputPixelType

template<class TInputImage , class TOutputImage >
typedef InputImageType::PixelType otb::OneRIBandImageToOneComplexBandImage< TInputImage, TOutputImage >::InputPixelType

standard class typedefs

Definition at line 61 of file otbOneRIBandImageToOneComplexBandImage.h.

◆ InputRealType

template<class TInputImage , class TOutputImage >
typedef itk::NumericTraits<InputPixelType>::RealType otb::OneRIBandImageToOneComplexBandImage< TInputImage, TOutputImage >::InputRealType

standard class typedefs

Definition at line 65 of file otbOneRIBandImageToOneComplexBandImage.h.

◆ OutputImageRegionType

template<class TInputImage , class TOutputImage >
typedef OutputImageType::RegionType otb::OneRIBandImageToOneComplexBandImage< TInputImage, TOutputImage >::OutputImageRegionType

standard class typedefs

Definition at line 67 of file otbOneRIBandImageToOneComplexBandImage.h.

◆ OutputImageType

template<class TInputImage , class TOutputImage >
typedef TOutputImage otb::OneRIBandImageToOneComplexBandImage< TInputImage, TOutputImage >::OutputImageType

standard class typedefs

Definition at line 49 of file otbOneRIBandImageToOneComplexBandImage.h.

◆ OutputPixelType

template<class TInputImage , class TOutputImage >
typedef OutputImageType::PixelType otb::OneRIBandImageToOneComplexBandImage< TInputImage, TOutputImage >::OutputPixelType

standard class typedefs

Definition at line 64 of file otbOneRIBandImageToOneComplexBandImage.h.

◆ Pointer

template<class TInputImage , class TOutputImage >
typedef itk::SmartPointer<Self> otb::OneRIBandImageToOneComplexBandImage< TInputImage, TOutputImage >::Pointer

standard class typedefs

Definition at line 54 of file otbOneRIBandImageToOneComplexBandImage.h.

◆ Self

template<class TInputImage , class TOutputImage >
typedef OneRIBandImageToOneComplexBandImage otb::OneRIBandImageToOneComplexBandImage< TInputImage, TOutputImage >::Self

standard class typedefs

Definition at line 52 of file otbOneRIBandImageToOneComplexBandImage.h.

◆ Superclass

template<class TInputImage , class TOutputImage >
typedef itk::ImageToImageFilter<InputImageType, OutputImageType> otb::OneRIBandImageToOneComplexBandImage< TInputImage, TOutputImage >::Superclass

standard class typedefs

Definition at line 53 of file otbOneRIBandImageToOneComplexBandImage.h.

Constructor & Destructor Documentation

◆ OneRIBandImageToOneComplexBandImage() [1/2]

template<class TInputImage , class TOutputImage >
otb::OneRIBandImageToOneComplexBandImage< TInputImage, TOutputImage >::OneRIBandImageToOneComplexBandImage
protected

standard class typedefs

Definition at line 37 of file otbOneRIBandImageToOneComplexBandImage.hxx.

◆ ~OneRIBandImageToOneComplexBandImage()

template<class TInputImage , class TOutputImage >
otb::OneRIBandImageToOneComplexBandImage< TInputImage, TOutputImage >::~OneRIBandImageToOneComplexBandImage ( )
inlineoverrideprotected

standard class typedefs

Definition at line 72 of file otbOneRIBandImageToOneComplexBandImage.h.

◆ OneRIBandImageToOneComplexBandImage() [2/2]

template<class TInputImage , class TOutputImage >
otb::OneRIBandImageToOneComplexBandImage< TInputImage, TOutputImage >::OneRIBandImageToOneComplexBandImage ( const Self )
privatedelete

standard class typedefs

Member Function Documentation

◆ BeforeThreadedGenerateData()

template<class TInputImage , class TOutputImage >
void otb::OneRIBandImageToOneComplexBandImage< TInputImage, TOutputImage >::BeforeThreadedGenerateData ( void  )
overrideprotected

BeforeThreadedGenerateData

Definition at line 46 of file otbOneRIBandImageToOneComplexBandImage.hxx.

◆ CreateAnother()

template<class TInputImage , class TOutputImage >
virtual::itk::LightObject::Pointer otb::OneRIBandImageToOneComplexBandImage< TInputImage, TOutputImage >::CreateAnother ( void  ) const

standard class typedefs

◆ GetNameOfClass()

template<class TInputImage , class TOutputImage >
virtual const char* otb::OneRIBandImageToOneComplexBandImage< TInputImage, TOutputImage >::GetNameOfClass ( ) const
virtual

typemacro

◆ New()

template<class TInputImage , class TOutputImage >
static Pointer otb::OneRIBandImageToOneComplexBandImage< TInputImage, TOutputImage >::New ( )
static

Object factory management

◆ operator=()

template<class TInputImage , class TOutputImage >
void otb::OneRIBandImageToOneComplexBandImage< TInputImage, TOutputImage >::operator= ( const Self )
privatedelete

standard class typedefs

◆ PrintSelf()

template<class TInputImage , class TOutput >
void otb::OneRIBandImageToOneComplexBandImage< TInputImage, TOutput >::PrintSelf ( std::ostream &  os,
itk::Indent  indent 
) const
overrideprotected

Standard "PrintSelf" method

Definition at line 89 of file otbOneRIBandImageToOneComplexBandImage.hxx.

◆ ThreadedGenerateData()

template<class TInputImage , class TOutputImage >
void otb::OneRIBandImageToOneComplexBandImage< TInputImage, TOutputImage >::ThreadedGenerateData ( const OutputImageRegionType outputRegionForThread,
itk::ThreadIdType  threadId 
)
overrideprotected

ThreadedGenerateData

Definition at line 56 of file otbOneRIBandImageToOneComplexBandImage.hxx.

Member Data Documentation

◆ InputImageDimension

template<class TInputImage , class TOutputImage >
const unsigned int otb::OneRIBandImageToOneComplexBandImage< TInputImage, TOutputImage >::InputImageDimension = TInputImage::ImageDimension
static

Extract input and output image dimension

Definition at line 44 of file otbOneRIBandImageToOneComplexBandImage.h.

◆ OutputImageDimension

template<class TInputImage , class TOutputImage >
const unsigned int otb::OneRIBandImageToOneComplexBandImage< TInputImage, TOutputImage >::OutputImageDimension = TOutputImage::ImageDimension
static

standard class typedefs

Definition at line 45 of file otbOneRIBandImageToOneComplexBandImage.h.


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