Medical Imaging Interaction Toolkit
2016.11.0
Medical Imaging Interaction Toolkit
|
#include <itkPolarToCartesianVectorImageFilter.h>
Public Types | |
typedef PolarToCartesianVectorImageFilter | Self |
typedef UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::PolarToCartesianFunction< typename TInputImage::PixelType, typename TOutputImage::PixelType, symmetric > > | Superclass |
typedef SmartPointer< Self > | Pointer |
typedef SmartPointer< const Self > | ConstPointer |
typedef Superclass::OutputImageType | OutputImageType |
typedef OutputImageType::PixelType | OutputPixelType |
typedef TInputImage::PixelType | InputPixelType |
typedef InputPixelType::ValueType | InputValueType |
Public Member Functions | |
virtual const char * | GetClassName () const |
Pointer | Clone () const |
void | PrintSelf (std::ostream &os, Indent indent) const |
Static Public Member Functions | |
static Pointer | New () |
Protected Member Functions | |
PolarToCartesianVectorImageFilter () | |
virtual | ~PolarToCartesianVectorImageFilter () |
Definition at line 71 of file itkPolarToCartesianVectorImageFilter.h.
typedef SmartPointer<const Self> itk::PolarToCartesianVectorImageFilter< TInputImage, TOutputImage, symmetric >::ConstPointer |
Definition at line 87 of file itkPolarToCartesianVectorImageFilter.h.
typedef TInputImage::PixelType itk::PolarToCartesianVectorImageFilter< TInputImage, TOutputImage, symmetric >::InputPixelType |
Definition at line 91 of file itkPolarToCartesianVectorImageFilter.h.
typedef InputPixelType::ValueType itk::PolarToCartesianVectorImageFilter< TInputImage, TOutputImage, symmetric >::InputValueType |
Definition at line 92 of file itkPolarToCartesianVectorImageFilter.h.
typedef Superclass::OutputImageType itk::PolarToCartesianVectorImageFilter< TInputImage, TOutputImage, symmetric >::OutputImageType |
Definition at line 89 of file itkPolarToCartesianVectorImageFilter.h.
typedef OutputImageType::PixelType itk::PolarToCartesianVectorImageFilter< TInputImage, TOutputImage, symmetric >::OutputPixelType |
Definition at line 90 of file itkPolarToCartesianVectorImageFilter.h.
typedef SmartPointer<Self> itk::PolarToCartesianVectorImageFilter< TInputImage, TOutputImage, symmetric >::Pointer |
Definition at line 86 of file itkPolarToCartesianVectorImageFilter.h.
typedef PolarToCartesianVectorImageFilter itk::PolarToCartesianVectorImageFilter< TInputImage, TOutputImage, symmetric >::Self |
Standard class typedefs.
Definition at line 80 of file itkPolarToCartesianVectorImageFilter.h.
typedef UnaryFunctorImageFilter< TInputImage,TOutputImage, Functor::PolarToCartesianFunction< typename TInputImage::PixelType, typename TOutputImage::PixelType, symmetric > > itk::PolarToCartesianVectorImageFilter< TInputImage, TOutputImage, symmetric >::Superclass |
Definition at line 85 of file itkPolarToCartesianVectorImageFilter.h.
|
inlineprotected |
Definition at line 113 of file itkPolarToCartesianVectorImageFilter.h.
|
inlineprotectedvirtual |
Definition at line 114 of file itkPolarToCartesianVectorImageFilter.h.
Pointer itk::PolarToCartesianVectorImageFilter< TInputImage, TOutputImage, symmetric >::Clone | ( | ) | const |
|
virtual |
Run-time type information (and related methods).
|
static |
Method for creation through the object factory.
|
inline |
Print internal ivars
Definition at line 102 of file itkPolarToCartesianVectorImageFilter.h.