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

#include <itkNormalizeODFImageFilter.h>

Detailed Description

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

Definition at line 29 of file itkNormalizeODFImageFilter.h.

Public Types

enum  ODFType {
  SH =0,
  SAMPLE
}
 

Public Member Functions

const ODFTypeGetODFType () const
 
 ODFNormlizeFunctor ()
 
bool operator!= (const ODFNormlizeFunctor &other) const
 
TOutput operator() (const TInput &A) const
 
bool operator== (const ODFNormlizeFunctor &other) const
 
void SetODFType (ODFType odfType)
 
 ~ODFNormlizeFunctor ()
 

Public Attributes

ODFType m_ODFType
 

Member Enumeration Documentation

template<class TInput , class TOutput >
enum itk::Functor::ODFNormlizeFunctor::ODFType
Enumerator
SH 
SAMPLE 

Definition at line 51 of file itkNormalizeODFImageFilter.h.

Constructor & Destructor Documentation

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

Definition at line 37 of file itkNormalizeODFImageFilter.h.

Member Function Documentation

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

Definition at line 41 of file itkNormalizeODFImageFilter.h.

template<class TInput , class TOutput >
TOutput itk::Functor::ODFNormlizeFunctor< TInput, TOutput >::operator() ( const TInput &  A) const
inline
template<class TInput , class TOutput >
bool itk::Functor::ODFNormlizeFunctor< TInput, TOutput >::operator== ( const ODFNormlizeFunctor< TInput, TOutput > &  other) const
inline
template<class TInput , class TOutput >
void itk::Functor::ODFNormlizeFunctor< TInput, TOutput >::SetODFType ( ODFType  odfType)
inline

Member Data Documentation

template<class TInput , class TOutput >
ODFType itk::Functor::ODFNormlizeFunctor< TInput, TOutput >::m_ODFType

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