DMRITool
v0.1.1-139-g860d86b4
Diffusion MRI Tool
|
#include <itkNormalizeODFImageFilter.h>
Normalize the input ODF such that the output ODF has unit integral. The input ODF can be represented using uniform spheircal samples or SH coefficients.
Definition at line 116 of file itkNormalizeODFImageFilter.h.
Public Types | |
typedef SmartPointer< const Self > | ConstPointer |
typedef Functor::ODFNormlizeFunctor< typename TInputImage::PixelType, typename TOutputImage::PixelType > | FunctorType |
typedef FunctorType::ODFType | ODFType |
typedef SmartPointer< Self > | Pointer |
typedef NormalizeODFImageFilter | Self |
typedef UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::ODFNormlizeFunctor< typename TInputImage::PixelType, typename TOutputImage::PixelType > > | Superclass |
Public Member Functions | |
virtual ::itk::LightObject::Pointer | CreateAnother (void) const |
virtual const char * | GetNameOfClass () const |
const ODFType & | GetODFType () const |
void | SetODFType (ODFType type) |
Static Public Member Functions | |
static Pointer | New () |
Protected Member Functions | |
NormalizeODFImageFilter () | |
void | PrintSelf (std::ostream &os, Indent indent) const ITK_OVERRIDE |
virtual | ~NormalizeODFImageFilter () |
Private Member Functions | |
NormalizeODFImageFilter (const Self &) | |
void | operator= (const Self &) |
typedef SmartPointer<const Self> itk::NormalizeODFImageFilter< TInputImage, TOutputImage >::ConstPointer |
Definition at line 130 of file itkNormalizeODFImageFilter.h.
typedef Functor::ODFNormlizeFunctor< typename TInputImage::PixelType, typename TOutputImage::PixelType> itk::NormalizeODFImageFilter< TInputImage, TOutputImage >::FunctorType |
Definition at line 136 of file itkNormalizeODFImageFilter.h.
typedef FunctorType::ODFType itk::NormalizeODFImageFilter< TInputImage, TOutputImage >::ODFType |
Definition at line 141 of file itkNormalizeODFImageFilter.h.
typedef SmartPointer<Self> itk::NormalizeODFImageFilter< TInputImage, TOutputImage >::Pointer |
Definition at line 129 of file itkNormalizeODFImageFilter.h.
typedef NormalizeODFImageFilter itk::NormalizeODFImageFilter< TInputImage, TOutputImage >::Self |
Standard class typedefs.
Definition at line 123 of file itkNormalizeODFImageFilter.h.
typedef UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::ODFNormlizeFunctor< typename TInputImage::PixelType, typename TOutputImage::PixelType> > itk::NormalizeODFImageFilter< TInputImage, TOutputImage >::Superclass |
Definition at line 127 of file itkNormalizeODFImageFilter.h.
|
inlineprotected |
Definition at line 159 of file itkNormalizeODFImageFilter.h.
|
inlineprotectedvirtual |
Definition at line 163 of file itkNormalizeODFImageFilter.h.
|
private |
virtual::itk::LightObject::Pointer itk::NormalizeODFImageFilter< TInputImage, TOutputImage >::CreateAnother | ( | void | ) | const |
|
virtual |
Run-time type information (and related methods).
|
inline |
Definition at line 153 of file itkNormalizeODFImageFilter.h.
|
static |
Method for creation through the object factory.
|
private |
|
inlineprotected |
Definition at line 167 of file itkNormalizeODFImageFilter.h.
References itk::Functor::ODFNormlizeFunctor< TInput, TOutput >::GetODFType().
|
inline |
Set the constant that will be used to multiply all the image pixels
Definition at line 144 of file itkNormalizeODFImageFilter.h.
References itk::Functor::ODFNormlizeFunctor< TInput, TOutput >::GetODFType().