DMRITool  v0.1.1-139-g860d86b4
Diffusion MRI Tool
Public Types | Public Member Functions | Public Attributes | List of all members
itk::Functor::RotateSHCoefficients< TInput, TOutput > Class Template Reference

#include <itkRotateSHCoefficientsImageFilter.h>

+ Collaboration diagram for itk::Functor::RotateSHCoefficients< TInput, TOutput >:

Detailed Description

template<class TInput, class TOutput>
class itk::Functor::RotateSHCoefficients< TInput, TOutput >

Definition at line 47 of file itkRotateSHCoefficientsImageFilter.h.

Public Types

typedef utl::NDArray< double, 2 > MatrixType
 
typedef SHCoefficientsRotation< double > SHRotationFilter
 
typedef SHRotationFilter::Pointer SHRotationPointer
 
typedef utl::NDArray< double, 1 > VectorType
 

Public Member Functions

const MatrixTypeGetRotationMatrix () const
 
const SHRotationPointerGetSHRotate () const
 
bool operator!= (const RotateSHCoefficients &other) const
 
TOutput operator() (const TInput &A) const
 
bool operator== (const RotateSHCoefficients &other) const
 
 RotateSHCoefficients ()
 
void SetRotationMatrix (const MatrixType &mat)
 
void SetSHRotate (const SHRotationPointer &ptr)
 
 ~RotateSHCoefficients ()
 

Public Attributes

MatrixType m_RotationMatrix
 
SHRotationPointer m_SHRotate
 

Member Typedef Documentation

template<class TInput , class TOutput >
typedef utl::NDArray<double,2> itk::Functor::RotateSHCoefficients< TInput, TOutput >::MatrixType

Definition at line 50 of file itkRotateSHCoefficientsImageFilter.h.

template<class TInput , class TOutput >
typedef SHCoefficientsRotation<double> itk::Functor::RotateSHCoefficients< TInput, TOutput >::SHRotationFilter

Definition at line 52 of file itkRotateSHCoefficientsImageFilter.h.

template<class TInput , class TOutput >
typedef SHRotationFilter::Pointer itk::Functor::RotateSHCoefficients< TInput, TOutput >::SHRotationPointer

Definition at line 53 of file itkRotateSHCoefficientsImageFilter.h.

template<class TInput , class TOutput >
typedef utl::NDArray<double,1> itk::Functor::RotateSHCoefficients< TInput, TOutput >::VectorType

Definition at line 51 of file itkRotateSHCoefficientsImageFilter.h.

Constructor & Destructor Documentation

template<class TInput , class TOutput >
itk::Functor::RotateSHCoefficients< TInput, TOutput >::RotateSHCoefficients ( )
inline
template<class TInput , class TOutput >
itk::Functor::RotateSHCoefficients< TInput, TOutput >::~RotateSHCoefficients ( )
inline

Definition at line 60 of file itkRotateSHCoefficientsImageFilter.h.

Member Function Documentation

template<class TInput , class TOutput >
const MatrixType& itk::Functor::RotateSHCoefficients< TInput, TOutput >::GetRotationMatrix ( ) const
inline
template<class TInput , class TOutput >
const SHRotationPointer& itk::Functor::RotateSHCoefficients< TInput, TOutput >::GetSHRotate ( ) const
inline
template<class TInput , class TOutput >
bool itk::Functor::RotateSHCoefficients< TInput, TOutput >::operator!= ( const RotateSHCoefficients< TInput, TOutput > &  other) const
inline

Definition at line 63 of file itkRotateSHCoefficientsImageFilter.h.

template<class TInput , class TOutput >
TOutput itk::Functor::RotateSHCoefficients< TInput, TOutput >::operator() ( const TInput &  A) const
inline
template<class TInput , class TOutput >
bool itk::Functor::RotateSHCoefficients< TInput, TOutput >::operator== ( const RotateSHCoefficients< TInput, TOutput > &  other) const
inline
template<class TInput , class TOutput >
void itk::Functor::RotateSHCoefficients< TInput, TOutput >::SetRotationMatrix ( const MatrixType mat)
inline
template<class TInput , class TOutput >
void itk::Functor::RotateSHCoefficients< TInput, TOutput >::SetSHRotate ( const SHRotationPointer ptr)
inline

Member Data Documentation

template<class TInput , class TOutput >
MatrixType itk::Functor::RotateSHCoefficients< TInput, TOutput >::m_RotationMatrix
template<class TInput , class TOutput >
SHRotationPointer itk::Functor::RotateSHCoefficients< TInput, TOutput >::m_SHRotate

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