|
DMRITool
v0.1.1-139-g860d86b4
Diffusion MRI Tool
|
#include <itkNormalizeODFImageFilter.h>
Definition at line 29 of file itkNormalizeODFImageFilter.h.
Public Types | |
| enum | ODFType { SH =0, SAMPLE } |
Public Member Functions | |
| const ODFType & | GetODFType () 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 |
| enum itk::Functor::ODFNormlizeFunctor::ODFType |
| Enumerator | |
|---|---|
| SH | |
| SAMPLE | |
Definition at line 51 of file itkNormalizeODFImageFilter.h.
|
inline |
Definition at line 32 of file itkNormalizeODFImageFilter.h.
References itk::Functor::ODFNormlizeFunctor< TInput, TOutput >::m_ODFType, and itk::Functor::ODFNormlizeFunctor< TInput, TOutput >::SH.
|
inline |
Definition at line 37 of file itkNormalizeODFImageFilter.h.
|
inline |
Definition at line 97 of file itkNormalizeODFImageFilter.h.
References itk::Functor::ODFNormlizeFunctor< TInput, TOutput >::m_ODFType.
Referenced by itk::NormalizeODFImageFilter< TInputImage, TOutputImage >::PrintSelf(), and itk::NormalizeODFImageFilter< TInputImage, TOutputImage >::SetODFType().
Here is the caller graph for this function:
|
inline |
Definition at line 41 of file itkNormalizeODFImageFilter.h.
|
inline |
|
inline |
Definition at line 46 of file itkNormalizeODFImageFilter.h.
References itk::Functor::ODFNormlizeFunctor< TInput, TOutput >::m_ODFType.
|
inline |
Definition at line 92 of file itkNormalizeODFImageFilter.h.
References itk::Functor::ODFNormlizeFunctor< TInput, TOutput >::m_ODFType.
| ODFType itk::Functor::ODFNormlizeFunctor< TInput, TOutput >::m_ODFType |
Definition at line 102 of file itkNormalizeODFImageFilter.h.
Referenced by itk::Functor::ODFNormlizeFunctor< TInput, TOutput >::GetODFType(), itk::Functor::ODFNormlizeFunctor< TInput, TOutput >::ODFNormlizeFunctor(), itk::Functor::ODFNormlizeFunctor< TInput, TOutput >::operator()(), itk::Functor::ODFNormlizeFunctor< TInput, TOutput >::operator==(), and itk::Functor::ODFNormlizeFunctor< TInput, TOutput >::SetODFType().
1.8.11