DMRITool
v0.1.1-139-g860d86b4
Diffusion MRI Tool
|
#include <itkRotateSHCoefficientsImageFilter.h>
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 MatrixType & | GetRotationMatrix () const |
const SHRotationPointer & | GetSHRotate () 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 |
typedef utl::NDArray<double,2> itk::Functor::RotateSHCoefficients< TInput, TOutput >::MatrixType |
Definition at line 50 of file itkRotateSHCoefficientsImageFilter.h.
typedef SHCoefficientsRotation<double> itk::Functor::RotateSHCoefficients< TInput, TOutput >::SHRotationFilter |
Definition at line 52 of file itkRotateSHCoefficientsImageFilter.h.
typedef SHRotationFilter::Pointer itk::Functor::RotateSHCoefficients< TInput, TOutput >::SHRotationPointer |
Definition at line 53 of file itkRotateSHCoefficientsImageFilter.h.
typedef utl::NDArray<double,1> itk::Functor::RotateSHCoefficients< TInput, TOutput >::VectorType |
Definition at line 51 of file itkRotateSHCoefficientsImageFilter.h.
|
inline |
Definition at line 55 of file itkRotateSHCoefficientsImageFilter.h.
References itk::Functor::RotateSHCoefficients< TInput, TOutput >::m_RotationMatrix, itk::Functor::RotateSHCoefficients< TInput, TOutput >::m_SHRotate, and itk::SHCoefficientsRotation< T >::New().
|
inline |
Definition at line 60 of file itkRotateSHCoefficientsImageFilter.h.
|
inline |
Definition at line 85 of file itkRotateSHCoefficientsImageFilter.h.
References itk::Functor::RotateSHCoefficients< TInput, TOutput >::m_RotationMatrix.
Referenced by itk::RotateSHCoefficientsImageFilter< TInputImage, TOutputImage >::PrintSelf().
|
inline |
Definition at line 91 of file itkRotateSHCoefficientsImageFilter.h.
References itk::Functor::RotateSHCoefficients< TInput, TOutput >::m_SHRotate.
|
inline |
Definition at line 63 of file itkRotateSHCoefficientsImageFilter.h.
|
inline |
Definition at line 71 of file itkRotateSHCoefficientsImageFilter.h.
References itk::Functor::RotateSHCoefficients< TInput, TOutput >::m_RotationMatrix, and itk::Functor::RotateSHCoefficients< TInput, TOutput >::m_SHRotate.
|
inline |
Definition at line 67 of file itkRotateSHCoefficientsImageFilter.h.
References utl::NDArrayBase< T, Dim >::IsEqual(), and itk::Functor::RotateSHCoefficients< TInput, TOutput >::m_RotationMatrix.
|
inline |
Definition at line 82 of file itkRotateSHCoefficientsImageFilter.h.
References itk::Functor::RotateSHCoefficients< TInput, TOutput >::m_RotationMatrix.
|
inline |
Definition at line 88 of file itkRotateSHCoefficientsImageFilter.h.
References itk::Functor::RotateSHCoefficients< TInput, TOutput >::m_SHRotate.
MatrixType itk::Functor::RotateSHCoefficients< TInput, TOutput >::m_RotationMatrix |
Definition at line 94 of file itkRotateSHCoefficientsImageFilter.h.
Referenced by itk::Functor::RotateSHCoefficients< TInput, TOutput >::GetRotationMatrix(), itk::Functor::RotateSHCoefficients< TInput, TOutput >::operator()(), itk::Functor::RotateSHCoefficients< TInput, TOutput >::operator==(), itk::Functor::RotateSHCoefficients< TInput, TOutput >::RotateSHCoefficients(), and itk::Functor::RotateSHCoefficients< TInput, TOutput >::SetRotationMatrix().
SHRotationPointer itk::Functor::RotateSHCoefficients< TInput, TOutput >::m_SHRotate |
Definition at line 95 of file itkRotateSHCoefficientsImageFilter.h.
Referenced by itk::Functor::RotateSHCoefficients< TInput, TOutput >::GetSHRotate(), itk::Functor::RotateSHCoefficients< TInput, TOutput >::operator()(), itk::Functor::RotateSHCoefficients< TInput, TOutput >::RotateSHCoefficients(), and itk::Functor::RotateSHCoefficients< TInput, TOutput >::SetSHRotate().