OTB
9.0.0
Orfeo Toolbox
|
#include <otbImaginaryImageToComplexImageFilter.h>
Public Types | |
typedef itk::SmartPointer< const Self > | ConstPointer |
typedef TInputImageImaginaryPart::PixelType | InputImaginaryPartPixelType |
typedef TOutputImage::PixelType | OutputPixelType |
typedef itk::NumericTraits< OutputPixelType >::ValueType | OutputPixelValueType |
typedef itk::SmartPointer< Self > | Pointer |
typedef ImaginaryImageToComplexImageFilter | Self |
typedef itk::UnaryFunctorImageFilter< TInputImageImaginaryPart, TOutputImage, Function::ImaginaryToComplex< typename TInputImageImaginaryPart::PixelType, typename TOutputImage::PixelType > > | 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 | |
ImaginaryImageToComplexImageFilter () | |
~ImaginaryImageToComplexImageFilter () override | |
Private Member Functions | |
ImaginaryImageToComplexImageFilter (const Self &)=delete | |
void | operator= (const Self &)=delete |
Computes pixel-wise the complex image of a imaginary image.
Definition at line 70 of file otbImaginaryImageToComplexImageFilter.h.
typedef itk::SmartPointer<const Self> otb::ImaginaryImageToComplexImageFilter< TInputImageImaginaryPart, TOutputImage >::ConstPointer |
Definition at line 81 of file otbImaginaryImageToComplexImageFilter.h.
typedef TInputImageImaginaryPart::PixelType otb::ImaginaryImageToComplexImageFilter< TInputImageImaginaryPart, TOutputImage >::InputImaginaryPartPixelType |
Definition at line 87 of file otbImaginaryImageToComplexImageFilter.h.
typedef TOutputImage::PixelType otb::ImaginaryImageToComplexImageFilter< TInputImageImaginaryPart, TOutputImage >::OutputPixelType |
Definition at line 90 of file otbImaginaryImageToComplexImageFilter.h.
typedef itk::NumericTraits<OutputPixelType>::ValueType otb::ImaginaryImageToComplexImageFilter< TInputImageImaginaryPart, TOutputImage >::OutputPixelValueType |
Definition at line 91 of file otbImaginaryImageToComplexImageFilter.h.
typedef itk::SmartPointer<Self> otb::ImaginaryImageToComplexImageFilter< TInputImageImaginaryPart, TOutputImage >::Pointer |
Definition at line 80 of file otbImaginaryImageToComplexImageFilter.h.
typedef ImaginaryImageToComplexImageFilter otb::ImaginaryImageToComplexImageFilter< TInputImageImaginaryPart, TOutputImage >::Self |
Standard class typedefs.
Definition at line 76 of file otbImaginaryImageToComplexImageFilter.h.
typedef itk::UnaryFunctorImageFilter<TInputImageImaginaryPart, TOutputImage, Function::ImaginaryToComplex<typename TInputImageImaginaryPart::PixelType, typename TOutputImage::PixelType> > otb::ImaginaryImageToComplexImageFilter< TInputImageImaginaryPart, TOutputImage >::Superclass |
Definition at line 79 of file otbImaginaryImageToComplexImageFilter.h.
|
inlineprotected |
Definition at line 94 of file otbImaginaryImageToComplexImageFilter.h.
|
inlineoverrideprotected |
Definition at line 97 of file otbImaginaryImageToComplexImageFilter.h.
|
privatedelete |
virtual::itk::LightObject::Pointer otb::ImaginaryImageToComplexImageFilter< TInputImageImaginaryPart, TOutputImage >::CreateAnother | ( | void | ) | const |
|
virtual |
Runtime information support.
|
static |
Method for creation through the object factory.
|
privatedelete |