OTB  9.0.0
Orfeo Toolbox
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | Private Member Functions | List of all members
otb::ComplexToIntensityImageFilter< TInputImage, TOutputImage > Class Template Reference

#include <otbComplexToIntensityImageFilter.h>

+ Inheritance diagram for otb::ComplexToIntensityImageFilter< TInputImage, TOutputImage >:
+ Collaboration diagram for otb::ComplexToIntensityImageFilter< TInputImage, TOutputImage >:

Public Types

typedef itk::SmartPointer< const SelfConstPointer
 
typedef TInputImage::PixelType InputPixelType
 
typedef itk::NumericTraits< InputPixelType >::ValueType InputPixelValueType
 
typedef TOutputImage::PixelType OutputPixelType
 
typedef itk::SmartPointer< SelfPointer
 
typedef ComplexToIntensityImageFilter Self
 
typedef itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Function::ComplexToIntensity< typename TInputImage::PixelType, typename TOutputImage::PixelType > > Superclass
 

Public Member Functions

virtual ::itk::LightObject::Pointer CreateAnother (void) const
 
virtual const char * GetNameOfClass () const
 
 typedef (itk::Concept::Convertible< InputPixelValueType, OutputPixelType >) InputConvertibleToOutputCheck
 

Static Public Member Functions

static Pointer New ()
 

Protected Member Functions

 ComplexToIntensityImageFilter ()
 
 ~ComplexToIntensityImageFilter () override
 

Private Member Functions

 ComplexToIntensityImageFilter (const Self &)=delete
 
void operator= (const Self &)=delete
 

Detailed Description

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

Computes pixel-wise the intensity of a complex image.

See also
ComplexToPhaseImageFilter ComplexToModulusImageFilter

Definition at line 68 of file otbComplexToIntensityImageFilter.h.

Member Typedef Documentation

◆ ConstPointer

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

Definition at line 79 of file otbComplexToIntensityImageFilter.h.

◆ InputPixelType

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

Definition at line 85 of file otbComplexToIntensityImageFilter.h.

◆ InputPixelValueType

template<class TInputImage , class TOutputImage >
typedef itk::NumericTraits<InputPixelType>::ValueType otb::ComplexToIntensityImageFilter< TInputImage, TOutputImage >::InputPixelValueType

Definition at line 89 of file otbComplexToIntensityImageFilter.h.

◆ OutputPixelType

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

Definition at line 88 of file otbComplexToIntensityImageFilter.h.

◆ Pointer

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

Definition at line 78 of file otbComplexToIntensityImageFilter.h.

◆ Self

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

Standard class typedefs.

Definition at line 74 of file otbComplexToIntensityImageFilter.h.

◆ Superclass

template<class TInputImage , class TOutputImage >
typedef itk::UnaryFunctorImageFilter<TInputImage, TOutputImage, Function::ComplexToIntensity<typename TInputImage::PixelType, typename TOutputImage::PixelType> > otb::ComplexToIntensityImageFilter< TInputImage, TOutputImage >::Superclass

Definition at line 77 of file otbComplexToIntensityImageFilter.h.

Constructor & Destructor Documentation

◆ ComplexToIntensityImageFilter() [1/2]

template<class TInputImage , class TOutputImage >
otb::ComplexToIntensityImageFilter< TInputImage, TOutputImage >::ComplexToIntensityImageFilter ( )
inlineprotected

End concept checking

Definition at line 100 of file otbComplexToIntensityImageFilter.h.

◆ ~ComplexToIntensityImageFilter()

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

Definition at line 103 of file otbComplexToIntensityImageFilter.h.

◆ ComplexToIntensityImageFilter() [2/2]

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

Member Function Documentation

◆ CreateAnother()

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

◆ GetNameOfClass()

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

Runtime information support.

◆ New()

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

Method for creation through the object factory.

◆ operator=()

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

◆ typedef()

template<class TInputImage , class TOutputImage >
otb::ComplexToIntensityImageFilter< TInputImage, TOutputImage >::typedef ( itk::Concept::Convertible< InputPixelValueType, OutputPixelType )

Begin concept checking This class requires InputConvertibleToOutputCheck in the form of (itk::Concept::Convertible<InputPixelValueType, OutputPixelType>)


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