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

#include <itkSHCoefficientsPowerImageFilter.h>

Detailed Description

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

Definition at line 39 of file itkSHCoefficientsPowerImageFilter.h.

Public Types

typedef utl_shared_ptr< MatrixTypeMatrixPointer
 
typedef utl::NDArray< double, 2 > MatrixType
 
typedef utl::NDArray< double, 1 > VectorType
 

Public Member Functions

bool operator!= (const SHCoefficientsPower &other) const
 
TOutput operator() (const TInput &shCoef)
 
bool operator== (const SHCoefficientsPower &other) const
 
 SHCoefficientsPower ()
 
 utlSetGetMacro (Power, double)
 
 utlSetGetMacro (SHRank, int)
 
 utlSetGetMacro (SHBasisMatrix, MatrixPointer)
 
 utlSetGetMacro (SHBasisMatrixInverse, MatrixPointer)
 
 ~SHCoefficientsPower ()
 

Private Attributes

double m_Power
 
MatrixPointer m_SHBasisMatrix
 
MatrixPointer m_SHBasisMatrixInverse
 
int m_SHRank
 

Member Typedef Documentation

template<class TInput , class TOutput >
typedef utl_shared_ptr<MatrixType> itk::Functor::SHCoefficientsPower< TInput, TOutput >::MatrixPointer

Definition at line 45 of file itkSHCoefficientsPowerImageFilter.h.

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

Definition at line 44 of file itkSHCoefficientsPowerImageFilter.h.

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

Definition at line 43 of file itkSHCoefficientsPowerImageFilter.h.

Constructor & Destructor Documentation

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

Definition at line 54 of file itkSHCoefficientsPowerImageFilter.h.

Member Function Documentation

template<class TInput , class TOutput >
bool itk::Functor::SHCoefficientsPower< TInput, TOutput >::operator!= ( const SHCoefficientsPower< TInput, TOutput > &  other) const
inline

Definition at line 58 of file itkSHCoefficientsPowerImageFilter.h.

template<class TInput , class TOutput >
TOutput itk::Functor::SHCoefficientsPower< TInput, TOutput >::operator() ( const TInput &  shCoef)
inline
template<class TInput , class TOutput >
bool itk::Functor::SHCoefficientsPower< TInput, TOutput >::operator== ( const SHCoefficientsPower< TInput, TOutput > &  other) const
inline

Definition at line 63 of file itkSHCoefficientsPowerImageFilter.h.

template<class TInput , class TOutput >
itk::Functor::SHCoefficientsPower< TInput, TOutput >::utlSetGetMacro ( Power  ,
double   
)

Referenced by itk::Functor::SHCoefficientsPower< TInput, TOutput >::operator()().

+ Here is the caller graph for this function:

template<class TInput , class TOutput >
itk::Functor::SHCoefficientsPower< TInput, TOutput >::utlSetGetMacro ( SHRank  ,
int   
)
template<class TInput , class TOutput >
itk::Functor::SHCoefficientsPower< TInput, TOutput >::utlSetGetMacro ( SHBasisMatrix  ,
MatrixPointer   
)
template<class TInput , class TOutput >
itk::Functor::SHCoefficientsPower< TInput, TOutput >::utlSetGetMacro ( SHBasisMatrixInverse  ,
MatrixPointer   
)

Member Data Documentation

template<class TInput , class TOutput >
double itk::Functor::SHCoefficientsPower< TInput, TOutput >::m_Power
private
template<class TInput , class TOutput >
MatrixPointer itk::Functor::SHCoefficientsPower< TInput, TOutput >::m_SHBasisMatrix
private

Definition at line 123 of file itkSHCoefficientsPowerImageFilter.h.

template<class TInput , class TOutput >
MatrixPointer itk::Functor::SHCoefficientsPower< TInput, TOutput >::m_SHBasisMatrixInverse
private
template<class TInput , class TOutput >
int itk::Functor::SHCoefficientsPower< TInput, TOutput >::m_SHRank
private

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