OTB
9.0.0
Orfeo Toolbox
|
#include <otbComplexToIntensityImageFilter.h>
Public Types | |
typedef itk::SmartPointer< const Self > | ConstPointer |
typedef TInputImage::PixelType | InputPixelType |
typedef itk::NumericTraits< InputPixelType >::ValueType | InputPixelValueType |
typedef TOutputImage::PixelType | OutputPixelType |
typedef itk::SmartPointer< Self > | Pointer |
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 |
Computes pixel-wise the intensity of a complex image.
Definition at line 68 of file otbComplexToIntensityImageFilter.h.
typedef itk::SmartPointer<const Self> otb::ComplexToIntensityImageFilter< TInputImage, TOutputImage >::ConstPointer |
Definition at line 79 of file otbComplexToIntensityImageFilter.h.
typedef TInputImage::PixelType otb::ComplexToIntensityImageFilter< TInputImage, TOutputImage >::InputPixelType |
Definition at line 85 of file otbComplexToIntensityImageFilter.h.
typedef itk::NumericTraits<InputPixelType>::ValueType otb::ComplexToIntensityImageFilter< TInputImage, TOutputImage >::InputPixelValueType |
Definition at line 89 of file otbComplexToIntensityImageFilter.h.
typedef TOutputImage::PixelType otb::ComplexToIntensityImageFilter< TInputImage, TOutputImage >::OutputPixelType |
Definition at line 88 of file otbComplexToIntensityImageFilter.h.
typedef itk::SmartPointer<Self> otb::ComplexToIntensityImageFilter< TInputImage, TOutputImage >::Pointer |
Definition at line 78 of file otbComplexToIntensityImageFilter.h.
typedef ComplexToIntensityImageFilter otb::ComplexToIntensityImageFilter< TInputImage, TOutputImage >::Self |
Standard class typedefs.
Definition at line 74 of file otbComplexToIntensityImageFilter.h.
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.
|
inlineprotected |
End concept checking
Definition at line 100 of file otbComplexToIntensityImageFilter.h.
|
inlineoverrideprotected |
Definition at line 103 of file otbComplexToIntensityImageFilter.h.
|
privatedelete |
virtual::itk::LightObject::Pointer otb::ComplexToIntensityImageFilter< TInputImage, TOutputImage >::CreateAnother | ( | void | ) | const |
|
virtual |
Runtime information support.
|
static |
Method for creation through the object factory.
|
privatedelete |
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>)