ITK
4.1.0
Insight Segmentation and Registration Toolkit
|
#include <itkMagnitudeAndPhaseToComplexImageFilter.h>
Public Types | |
typedef SmartPointer< const Self > | ConstPointer |
typedef TInputImage1::PixelType | InputPixel1Type |
typedef TInputImage2::PixelType | InputPixel2Type |
typedef TOutputImage::PixelType | OutputPixelType |
typedef SmartPointer< Self > | Pointer |
typedef MagnitudeAndPhaseToComplexImageFilter | Self |
typedef BinaryFunctorImageFilter < TInputImage1, TInputImage2, TOutputImage, Functor::MagnitudeAndPhaseToComplex < typename TInputImage1::PixelType, typename TInputImage2::PixelType, typename TOutputImage::PixelType::value_type > > | Superclass |
Public Member Functions | |
virtual ::itk::LightObject::Pointer | CreateAnother (void) const |
virtual const char * | GetNameOfClass () const |
typedef (Concept::Convertible< InputPixel1Type, double >) Input1ConvertibleToDoubleCheck | |
typedef (Concept::Convertible< InputPixel2Type, double >) Input2ConvertibleToDoubleCheck | |
typedef (Concept::Convertible< double, OutputPixelType >) DoubleConvertibleToOutputCheck | |
Static Public Member Functions | |
static Pointer | New () |
MagnitudeAndPhaseToComplexImageFilter () | |
virtual | ~MagnitudeAndPhaseToComplexImageFilter () |
MagnitudeAndPhaseToComplexImageFilter (const Self &) | |
void | operator= (const Self &) |
Implements pixel-wise conversion of magnitude and phase data into complex voxels.
This filter is parametrized over the types of the two input images and the type of the output image.
The filter expect all images to have the same dimension (e.g. all 2D, or all 3D, or all ND)
Definition at line 82 of file itkMagnitudeAndPhaseToComplexImageFilter.h.
typedef SmartPointer< const Self > itk::MagnitudeAndPhaseToComplexImageFilter< TInputImage1, TInputImage2, TOutputImage >::ConstPointer |
typedef TInputImage1::PixelType itk::MagnitudeAndPhaseToComplexImageFilter< TInputImage1, TInputImage2, TOutputImage >::InputPixel1Type |
Definition at line 106 of file itkMagnitudeAndPhaseToComplexImageFilter.h.
typedef TInputImage2::PixelType itk::MagnitudeAndPhaseToComplexImageFilter< TInputImage1, TInputImage2, TOutputImage >::InputPixel2Type |
Definition at line 107 of file itkMagnitudeAndPhaseToComplexImageFilter.h.
typedef TOutputImage::PixelType itk::MagnitudeAndPhaseToComplexImageFilter< TInputImage1, TInputImage2, TOutputImage >::OutputPixelType |
Definition at line 108 of file itkMagnitudeAndPhaseToComplexImageFilter.h.
typedef SmartPointer< Self > itk::MagnitudeAndPhaseToComplexImageFilter< TInputImage1, TInputImage2, TOutputImage >::Pointer |
typedef MagnitudeAndPhaseToComplexImageFilter itk::MagnitudeAndPhaseToComplexImageFilter< TInputImage1, TInputImage2, TOutputImage >::Self |
Standard class typedefs.
Definition at line 95 of file itkMagnitudeAndPhaseToComplexImageFilter.h.
typedef BinaryFunctorImageFilter< TInputImage1, TInputImage2, TOutputImage, Functor::MagnitudeAndPhaseToComplex< typename TInputImage1::PixelType, typename TInputImage2::PixelType, typename TOutputImage::PixelType::value_type > > itk::MagnitudeAndPhaseToComplexImageFilter< TInputImage1, TInputImage2, TOutputImage >::Superclass |
itk::MagnitudeAndPhaseToComplexImageFilter< TInputImage1, TInputImage2, TOutputImage >::MagnitudeAndPhaseToComplexImageFilter | ( | ) | [inline, protected] |
End concept checking
Definition at line 131 of file itkMagnitudeAndPhaseToComplexImageFilter.h.
virtual itk::MagnitudeAndPhaseToComplexImageFilter< TInputImage1, TInputImage2, TOutputImage >::~MagnitudeAndPhaseToComplexImageFilter | ( | ) | [inline, protected, virtual] |
End concept checking
Definition at line 132 of file itkMagnitudeAndPhaseToComplexImageFilter.h.
itk::MagnitudeAndPhaseToComplexImageFilter< TInputImage1, TInputImage2, TOutputImage >::MagnitudeAndPhaseToComplexImageFilter | ( | const Self & | ) | [private] |
End concept checking
virtual::itk::LightObject::Pointer itk::MagnitudeAndPhaseToComplexImageFilter< TInputImage1, TInputImage2, TOutputImage >::CreateAnother | ( | void | ) | const [virtual] |
Create an object from an instance, potentially deferring to a factory. This method allows you to create an instance of an object that is exactly the same type as the referring object. This is useful in cases where an object has been cast back to a base class.
virtual const char* itk::MagnitudeAndPhaseToComplexImageFilter< TInputImage1, TInputImage2, TOutputImage >::GetNameOfClass | ( | ) | const [virtual] |
Run-time type information (and related methods).
static Pointer itk::MagnitudeAndPhaseToComplexImageFilter< TInputImage1, TInputImage2, TOutputImage >::New | ( | ) | [static] |
Method for creation through the object factory.
void itk::MagnitudeAndPhaseToComplexImageFilter< TInputImage1, TInputImage2, TOutputImage >::operator= | ( | const Self & | ) | [private] |
itk::MagnitudeAndPhaseToComplexImageFilter< TInputImage1, TInputImage2, TOutputImage >::typedef | ( | Concept::Convertible< InputPixel1Type, double > | ) |
Begin concept checking This class requires Input1ConvertibleToDoubleCheck in the form of ( Concept::Convertible< InputPixel1Type, double > )
itk::MagnitudeAndPhaseToComplexImageFilter< TInputImage1, TInputImage2, TOutputImage >::typedef | ( | Concept::Convertible< InputPixel2Type, double > | ) |
This class requires Input2ConvertibleToDoubleCheck in the form of ( Concept::Convertible< InputPixel2Type, double > )
itk::MagnitudeAndPhaseToComplexImageFilter< TInputImage1, TInputImage2, TOutputImage >::typedef | ( | Concept::Convertible< double, OutputPixelType > | ) |
This class requires DoubleConvertibleToOutputCheck in the form of ( Concept::Convertible< double, OutputPixelType > )