OTB
9.0.0
Orfeo Toolbox
|
#include <otbComplexToVectorImageCastFilter.h>
Public Types | |
typedef itk::SmartPointer< const Self > | ConstPointer |
typedef TInputImage::PixelType | InputPixelType |
typedef TOutputImage::PixelType | OutputPixelType |
typedef itk::SmartPointer< Self > | Pointer |
typedef ComplexToVectorImageCastFilter | Self |
typedef itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, typename Functor::ComplexToVector< typename TInputImage::PixelType, typename TOutputImage::PixelType >::FunctorType > | 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 | |
ComplexToVectorImageCastFilter () | |
void | GenerateOutputInformation () override |
template<class T > | |
bool | PixelIsSingle (const itk::VariableLengthVector< T > &) |
template<class T > | |
bool | PixelIsSingle (const T &) |
~ComplexToVectorImageCastFilter () override | |
Private Member Functions | |
ComplexToVectorImageCastFilter (const Self &)=delete | |
void | operator= (const Self &)=delete |
Transform a complex image into a 2 channels vector image. The first channel is the real part, the second the imaginary one.
Definition at line 120 of file otbComplexToVectorImageCastFilter.h.
typedef itk::SmartPointer<const Self> otb::ComplexToVectorImageCastFilter< TInputImage, TOutputImage >::ConstPointer |
Definition at line 131 of file otbComplexToVectorImageCastFilter.h.
typedef TInputImage::PixelType otb::ComplexToVectorImageCastFilter< TInputImage, TOutputImage >::InputPixelType |
Definition at line 137 of file otbComplexToVectorImageCastFilter.h.
typedef TOutputImage::PixelType otb::ComplexToVectorImageCastFilter< TInputImage, TOutputImage >::OutputPixelType |
Definition at line 140 of file otbComplexToVectorImageCastFilter.h.
typedef itk::SmartPointer<Self> otb::ComplexToVectorImageCastFilter< TInputImage, TOutputImage >::Pointer |
Definition at line 130 of file otbComplexToVectorImageCastFilter.h.
typedef ComplexToVectorImageCastFilter otb::ComplexToVectorImageCastFilter< TInputImage, TOutputImage >::Self |
Standard class typedefs.
Definition at line 126 of file otbComplexToVectorImageCastFilter.h.
typedef itk::UnaryFunctorImageFilter<TInputImage, TOutputImage, typename Functor::ComplexToVector<typename TInputImage::PixelType, typename TOutputImage::PixelType>::FunctorType> otb::ComplexToVectorImageCastFilter< TInputImage, TOutputImage >::Superclass |
Definition at line 129 of file otbComplexToVectorImageCastFilter.h.
|
inlineprotected |
Definition at line 144 of file otbComplexToVectorImageCastFilter.h.
|
inlineoverrideprotected |
Definition at line 147 of file otbComplexToVectorImageCastFilter.h.
|
privatedelete |
virtual::itk::LightObject::Pointer otb::ComplexToVectorImageCastFilter< TInputImage, TOutputImage >::CreateAnother | ( | void | ) | const |
|
inlineoverrideprotected |
Definition at line 163 of file otbComplexToVectorImageCastFilter.h.
|
virtual |
Runtime information support.
|
static |
Method for creation through the object factory.
|
privatedelete |
|
inlineprotected |
Definition at line 158 of file otbComplexToVectorImageCastFilter.h.
|
inlineprotected |
Definition at line 152 of file otbComplexToVectorImageCastFilter.h.