DMRITool  v0.1.1-139-g860d86b4
Diffusion MRI Tool
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | Private Member Functions | List of all members
itk::RotateSHCoefficientsImageFilter< TInputImage, TOutputImage > Class Template Reference

#include <itkRotateSHCoefficientsImageFilter.h>

+ Inheritance diagram for itk::RotateSHCoefficientsImageFilter< TInputImage, TOutputImage >:
+ Collaboration diagram for itk::RotateSHCoefficientsImageFilter< TInputImage, TOutputImage >:

Detailed Description

template<class TInputImage, class TOutputImage>
class itk::RotateSHCoefficientsImageFilter< TInputImage, TOutputImage >

Rotate SH coefficient to all input pixels.

This filter is templated over the input image type and the output image type.

See also
UnaryFunctorImageFilter
Author
Jian Cheng

Definition at line 100 of file itkRotateSHCoefficientsImageFilter.h.

Public Types

typedef SmartPointer< const SelfConstPointer
 
typedef utl::NDArray< double, 2 > MatrixType
 
typedef SmartPointer< SelfPointer
 
typedef SHCoefficientsRotation< double > RotationFilter
 
typedef RotateSHCoefficientsImageFilter Self
 
typedef UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::RotateSHCoefficients< typename TInputImage::PixelType, typename TOutputImage::PixelType > > Superclass
 
typedef utl::NDArray< double, 1 > VectorType
 

Public Member Functions

void BeforeThreadedGenerateData () ITK_OVERRIDE
 
virtual ::itk::LightObject::Pointer CreateAnother (void) const
 
virtual const char * GetNameOfClass () const
 
const MatrixTypeGetRotationMatrix () const
 
void SetRotationMatrix (const MatrixType &mat)
 

Static Public Member Functions

static Pointer New ()
 

Protected Member Functions

void PrintSelf (std::ostream &os, Indent indent) const ITK_OVERRIDE
 
 RotateSHCoefficientsImageFilter ()
 
virtual ~RotateSHCoefficientsImageFilter ()
 

Private Member Functions

void operator= (const Self &)
 
 RotateSHCoefficientsImageFilter (const Self &)
 

Member Typedef Documentation

template<class TInputImage , class TOutputImage >
typedef SmartPointer<const Self> itk::RotateSHCoefficientsImageFilter< TInputImage, TOutputImage >::ConstPointer

Definition at line 117 of file itkRotateSHCoefficientsImageFilter.h.

template<class TInputImage , class TOutputImage >
typedef utl::NDArray<double,2> itk::RotateSHCoefficientsImageFilter< TInputImage, TOutputImage >::MatrixType

Definition at line 119 of file itkRotateSHCoefficientsImageFilter.h.

template<class TInputImage , class TOutputImage >
typedef SmartPointer<Self> itk::RotateSHCoefficientsImageFilter< TInputImage, TOutputImage >::Pointer

Definition at line 116 of file itkRotateSHCoefficientsImageFilter.h.

template<class TInputImage , class TOutputImage >
typedef SHCoefficientsRotation<double> itk::RotateSHCoefficientsImageFilter< TInputImage, TOutputImage >::RotationFilter

Definition at line 121 of file itkRotateSHCoefficientsImageFilter.h.

template<class TInputImage , class TOutputImage >
typedef RotateSHCoefficientsImageFilter itk::RotateSHCoefficientsImageFilter< TInputImage, TOutputImage >::Self

Standard class typedefs.

Definition at line 109 of file itkRotateSHCoefficientsImageFilter.h.

template<class TInputImage , class TOutputImage >
typedef UnaryFunctorImageFilter< TInputImage,TOutputImage, Functor::RotateSHCoefficients< typename TInputImage::PixelType, typename TOutputImage::PixelType> > itk::RotateSHCoefficientsImageFilter< TInputImage, TOutputImage >::Superclass

Definition at line 114 of file itkRotateSHCoefficientsImageFilter.h.

template<class TInputImage , class TOutputImage >
typedef utl::NDArray<double,1> itk::RotateSHCoefficientsImageFilter< TInputImage, TOutputImage >::VectorType

Definition at line 120 of file itkRotateSHCoefficientsImageFilter.h.

Constructor & Destructor Documentation

template<class TInputImage , class TOutputImage >
itk::RotateSHCoefficientsImageFilter< TInputImage, TOutputImage >::RotateSHCoefficientsImageFilter ( )
inlineprotected

Definition at line 151 of file itkRotateSHCoefficientsImageFilter.h.

template<class TInputImage , class TOutputImage >
virtual itk::RotateSHCoefficientsImageFilter< TInputImage, TOutputImage >::~RotateSHCoefficientsImageFilter ( )
inlineprotectedvirtual

Definition at line 152 of file itkRotateSHCoefficientsImageFilter.h.

template<class TInputImage , class TOutputImage >
itk::RotateSHCoefficientsImageFilter< TInputImage, TOutputImage >::RotateSHCoefficientsImageFilter ( const Self )
private

Member Function Documentation

template<class TInputImage , class TOutputImage >
void itk::RotateSHCoefficientsImageFilter< TInputImage, TOutputImage >::BeforeThreadedGenerateData ( )
inline

Definition at line 129 of file itkRotateSHCoefficientsImageFilter.h.

template<class TInputImage , class TOutputImage >
virtual::itk::LightObject::Pointer itk::RotateSHCoefficientsImageFilter< TInputImage, TOutputImage >::CreateAnother ( void  ) const
template<class TInputImage , class TOutputImage >
virtual const char* itk::RotateSHCoefficientsImageFilter< TInputImage, TOutputImage >::GetNameOfClass ( ) const
virtual

Run-time type information (and related methods).

template<class TInputImage , class TOutputImage >
const MatrixType& itk::RotateSHCoefficientsImageFilter< TInputImage, TOutputImage >::GetRotationMatrix ( ) const
inline

Definition at line 145 of file itkRotateSHCoefficientsImageFilter.h.

template<class TInputImage , class TOutputImage >
static Pointer itk::RotateSHCoefficientsImageFilter< TInputImage, TOutputImage >::New ( )
static

Method for creation through the object factory.

template<class TInputImage , class TOutputImage >
void itk::RotateSHCoefficientsImageFilter< TInputImage, TOutputImage >::operator= ( const Self )
private
template<class TInputImage , class TOutputImage >
void itk::RotateSHCoefficientsImageFilter< TInputImage, TOutputImage >::PrintSelf ( std::ostream &  os,
Indent  indent 
) const
inlineprotected

Definition at line 154 of file itkRotateSHCoefficientsImageFilter.h.

References itk::Functor::RotateSHCoefficients< TInput, TOutput >::GetRotationMatrix().

+ Here is the call graph for this function:

template<class TInputImage , class TOutputImage >
void itk::RotateSHCoefficientsImageFilter< TInputImage, TOutputImage >::SetRotationMatrix ( const MatrixType mat)
inline

Set the sigma of Rician noise distribution

Definition at line 137 of file itkRotateSHCoefficientsImageFilter.h.

References utl::NDArrayBase< T, Dim >::IsEqual().

+ Here is the call graph for this function:


The documentation for this class was generated from the following file: