DMRITool
v0.1.1-139-g860d86b4
Diffusion MRI Tool
|
#include <itkSHCoefficientsToGFAImageFilter.h>
In each vxoel, calculate gfa from SH coefficients.
Definition at line 66 of file itkSHCoefficientsToGFAImageFilter.h.
Public Types | |
typedef SmartPointer< const Self > | ConstPointer |
typedef SmartPointer< Self > | Pointer |
typedef SHCoefficientsToGFAImageFilter | Self |
typedef UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::SHCoefficientsToGFA< typename TInputImage::PixelType, typename TOutputImage::PixelType > > | Superclass |
Public Member Functions | |
virtual ::itk::LightObject::Pointer | CreateAnother (void) const |
virtual const char * | GetNameOfClass () const |
Static Public Member Functions | |
static Pointer | New () |
Protected Member Functions | |
SHCoefficientsToGFAImageFilter () | |
virtual | ~SHCoefficientsToGFAImageFilter () |
Private Member Functions | |
void | operator= (const Self &) |
SHCoefficientsToGFAImageFilter (const Self &) | |
typedef SmartPointer<const Self> itk::SHCoefficientsToGFAImageFilter< TInputImage, TOutputImage >::ConstPointer |
Definition at line 83 of file itkSHCoefficientsToGFAImageFilter.h.
typedef SmartPointer<Self> itk::SHCoefficientsToGFAImageFilter< TInputImage, TOutputImage >::Pointer |
Definition at line 82 of file itkSHCoefficientsToGFAImageFilter.h.
typedef SHCoefficientsToGFAImageFilter itk::SHCoefficientsToGFAImageFilter< TInputImage, TOutputImage >::Self |
Standard class typedefs.
Definition at line 75 of file itkSHCoefficientsToGFAImageFilter.h.
typedef UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::SHCoefficientsToGFA< typename TInputImage::PixelType, typename TOutputImage::PixelType> > itk::SHCoefficientsToGFAImageFilter< TInputImage, TOutputImage >::Superclass |
Definition at line 80 of file itkSHCoefficientsToGFAImageFilter.h.
|
inlineprotected |
Definition at line 92 of file itkSHCoefficientsToGFAImageFilter.h.
|
inlineprotectedvirtual |
Definition at line 96 of file itkSHCoefficientsToGFAImageFilter.h.
|
private |
virtual::itk::LightObject::Pointer itk::SHCoefficientsToGFAImageFilter< TInputImage, TOutputImage >::CreateAnother | ( | void | ) | const |
|
virtual |
Run-time type information (and related methods).
|
static |
Method for creation through the object factory.
|
private |