DMRITool
v0.1.1-139-g860d86b4
Diffusion MRI Tool
|
#include <itkNormalizeVectorImageFilter.h>
Pixel-wise vector normalization.
Definition at line 125 of file itkNormalizeVectorImageFilter.h.
Public Types | |
typedef SmartPointer< const Self > | ConstPointer |
typedef Functor::NormalizeVectorImageFunctor< typename TInputImage::PixelType, typename TOutputImage::PixelType > | FunctorType |
typedef FunctorType::NormalizeType | NormalizeType |
typedef SmartPointer< Self > | Pointer |
typedef NormalizeVectorImageFilter | Self |
typedef UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::NormalizeVectorImageFunctor< typename TInputImage::PixelType, typename TOutputImage::PixelType > > | Superclass |
Public Member Functions | |
virtual ::itk::LightObject::Pointer | CreateAnother (void) const |
virtual const char * | GetNameOfClass () const |
NormalizeType | GetNormalizeType () const |
void | SetNormalizeType (NormalizeType norm) |
Static Public Member Functions | |
static Pointer | New () |
Protected Member Functions | |
NormalizeVectorImageFilter () | |
virtual | ~NormalizeVectorImageFilter () |
Private Member Functions | |
NormalizeVectorImageFilter (const Self &) | |
void | operator= (const Self &) |
typedef SmartPointer<const Self> itk::NormalizeVectorImageFilter< TInputImage, TOutputImage >::ConstPointer |
Definition at line 139 of file itkNormalizeVectorImageFilter.h.
typedef Functor::NormalizeVectorImageFunctor< typename TInputImage::PixelType, typename TOutputImage::PixelType> itk::NormalizeVectorImageFilter< TInputImage, TOutputImage >::FunctorType |
Definition at line 146 of file itkNormalizeVectorImageFilter.h.
typedef FunctorType::NormalizeType itk::NormalizeVectorImageFilter< TInputImage, TOutputImage >::NormalizeType |
Definition at line 151 of file itkNormalizeVectorImageFilter.h.
typedef SmartPointer<Self> itk::NormalizeVectorImageFilter< TInputImage, TOutputImage >::Pointer |
Definition at line 138 of file itkNormalizeVectorImageFilter.h.
typedef NormalizeVectorImageFilter itk::NormalizeVectorImageFilter< TInputImage, TOutputImage >::Self |
Standard class typedefs.
Definition at line 133 of file itkNormalizeVectorImageFilter.h.
typedef UnaryFunctorImageFilter< TInputImage,TOutputImage, Functor::NormalizeVectorImageFunctor< typename TInputImage::PixelType, typename TOutputImage::PixelType> > itk::NormalizeVectorImageFilter< TInputImage, TOutputImage >::Superclass |
Definition at line 137 of file itkNormalizeVectorImageFilter.h.
|
inlineprotected |
Definition at line 165 of file itkNormalizeVectorImageFilter.h.
|
inlineprotectedvirtual |
Definition at line 169 of file itkNormalizeVectorImageFilter.h.
|
private |
virtual::itk::LightObject::Pointer itk::NormalizeVectorImageFilter< TInputImage, TOutputImage >::CreateAnother | ( | void | ) | const |
|
virtual |
Runtime information support.
|
inline |
Definition at line 159 of file itkNormalizeVectorImageFilter.h.
|
static |
Method for creation through the object factory.
|
private |
|
inline |
Definition at line 153 of file itkNormalizeVectorImageFilter.h.