Medical Imaging Interaction Toolkit  2016.11.0
Medical Imaging Interaction Toolkit
itk::DiffusionQballPrepareVisualizationImageFilter< TOdfPixelType, NrOdfDirections > Class Template Reference

#include <itkDiffusionQballPrepareVisualizationImageFilter.h>

Inheritance diagram for itk::DiffusionQballPrepareVisualizationImageFilter< TOdfPixelType, NrOdfDirections >:
Collaboration diagram for itk::DiffusionQballPrepareVisualizationImageFilter< TOdfPixelType, NrOdfDirections >:

Public Types

enum  NormalizationMethods {
  PV_NONE, PV_MAX, PV_MIN_MAX, PV_GLOBAL_MAX,
  PV_MIN_MAX_INVERT
}
 
typedef DiffusionQballPrepareVisualizationImageFilter Self
 
typedef SmartPointer< SelfPointer
 
typedef SmartPointer< const SelfConstPointer
 
typedef ImageToImageFilter< Image< Vector< TOdfPixelType, NrOdfDirections >, 3 >, Image< Vector< TOdfPixelType, NrOdfDirections >, 3 > > Superclass
 
typedef DiffusionQballGeneralizedFaImageFilter< TOdfPixelType, TOdfPixelType, NrOdfDirections > GfaFilterType
 
typedef GfaFilterType::OutputImageType GfaImageType
 
typedef GfaFilterType::GfaComputationMethod GfaComputationMethod
 
typedef TOdfPixelType OdfComponentType
 
typedef Superclass::InputImageType InputImageType
 
typedef Superclass::OutputImageType OutputImageType
 
typedef Superclass::OutputImageRegionType OutputImageRegionType
 

Public Member Functions

Pointer Clone () const
 
virtual const char * GetClassName () const
 
 itkStaticConstMacro (NOdfDirections, int, NrOdfDirections)
 
virtual void SetThreshold (OdfComponentType _arg)
 
virtual OdfComponentType GetThreshold ()
 
virtual void SetNormalizationMethod (NormalizationMethods _arg)
 
virtual NormalizationMethods GetNormalizationMethod ()
 
virtual void SetScaleByGfaType (GfaComputationMethod _arg)
 
virtual GfaComputationMethod GetScaleByGfaType ()
 
virtual void SetDoScaleGfa (bool _arg)
 
virtual bool GetDoScaleGfa ()
 
virtual void SetGfaParam1 (double _arg)
 
virtual double GetGfaParam1 ()
 
virtual void SetGfaParam2 (double _arg)
 
virtual double GetGfaParam2 ()
 

Static Public Member Functions

static Pointer New ()
 

Protected Member Functions

 DiffusionQballPrepareVisualizationImageFilter ()
 
 ~DiffusionQballPrepareVisualizationImageFilter ()
 
void PrintSelf (std::ostream &os, Indent indent) const
 
void BeforeThreadedGenerateData ()
 
void ThreadedGenerateData (const OutputImageRegionType &outputRegionForThread, ThreadIdType)
 

Detailed Description

template<class TOdfPixelType, int NrOdfDirections>
class itk::DiffusionQballPrepareVisualizationImageFilter< TOdfPixelType, NrOdfDirections >

Definition at line 41 of file itkDiffusionQballPrepareVisualizationImageFilter.h.

Member Typedef Documentation

template<class TOdfPixelType , int NrOdfDirections>
typedef SmartPointer<const Self> itk::DiffusionQballPrepareVisualizationImageFilter< TOdfPixelType, NrOdfDirections >::ConstPointer
template<class TOdfPixelType , int NrOdfDirections>
typedef GfaFilterType::GfaComputationMethod itk::DiffusionQballPrepareVisualizationImageFilter< TOdfPixelType, NrOdfDirections >::GfaComputationMethod
template<class TOdfPixelType , int NrOdfDirections>
typedef DiffusionQballGeneralizedFaImageFilter<TOdfPixelType,TOdfPixelType,NrOdfDirections> itk::DiffusionQballPrepareVisualizationImageFilter< TOdfPixelType, NrOdfDirections >::GfaFilterType
template<class TOdfPixelType , int NrOdfDirections>
typedef GfaFilterType::OutputImageType itk::DiffusionQballPrepareVisualizationImageFilter< TOdfPixelType, NrOdfDirections >::GfaImageType
template<class TOdfPixelType , int NrOdfDirections>
typedef Superclass::InputImageType itk::DiffusionQballPrepareVisualizationImageFilter< TOdfPixelType, NrOdfDirections >::InputImageType
template<class TOdfPixelType , int NrOdfDirections>
typedef TOdfPixelType itk::DiffusionQballPrepareVisualizationImageFilter< TOdfPixelType, NrOdfDirections >::OdfComponentType
template<class TOdfPixelType , int NrOdfDirections>
typedef Superclass::OutputImageRegionType itk::DiffusionQballPrepareVisualizationImageFilter< TOdfPixelType, NrOdfDirections >::OutputImageRegionType
template<class TOdfPixelType , int NrOdfDirections>
typedef Superclass::OutputImageType itk::DiffusionQballPrepareVisualizationImageFilter< TOdfPixelType, NrOdfDirections >::OutputImageType
template<class TOdfPixelType , int NrOdfDirections>
typedef SmartPointer<Self> itk::DiffusionQballPrepareVisualizationImageFilter< TOdfPixelType, NrOdfDirections >::Pointer
template<class TOdfPixelType , int NrOdfDirections>
typedef DiffusionQballPrepareVisualizationImageFilter itk::DiffusionQballPrepareVisualizationImageFilter< TOdfPixelType, NrOdfDirections >::Self
template<class TOdfPixelType , int NrOdfDirections>
typedef ImageToImageFilter< Image< Vector< TOdfPixelType, NrOdfDirections >, 3 >, Image< Vector< TOdfPixelType, NrOdfDirections >, 3 > > itk::DiffusionQballPrepareVisualizationImageFilter< TOdfPixelType, NrOdfDirections >::Superclass

Member Enumeration Documentation

template<class TOdfPixelType , int NrOdfDirections>
enum itk::DiffusionQballPrepareVisualizationImageFilter::NormalizationMethods
Enumerator
PV_NONE 
PV_MAX 
PV_MIN_MAX 
PV_GLOBAL_MAX 
PV_MIN_MAX_INVERT 

Definition at line 48 of file itkDiffusionQballPrepareVisualizationImageFilter.h.

Constructor & Destructor Documentation

template<class TOdfPixelType , int NrOdfDirections>
itk::DiffusionQballPrepareVisualizationImageFilter< TOdfPixelType, NrOdfDirections >::DiffusionQballPrepareVisualizationImageFilter ( )
protected
template<class TOdfPixelType , int NrOdfDirections>
itk::DiffusionQballPrepareVisualizationImageFilter< TOdfPixelType, NrOdfDirections >::~DiffusionQballPrepareVisualizationImageFilter ( )
inlineprotected

Member Function Documentation

template<class TOdfPixelType , int NrOdfDirections>
void itk::DiffusionQballPrepareVisualizationImageFilter< TOdfPixelType, NrOdfDirections >::BeforeThreadedGenerateData ( )
protected

Definition at line 57 of file itkDiffusionQballPrepareVisualizationImageFilter.cpp.

References mitk::New().

template<class TOdfPixelType , int NrOdfDirections>
Pointer itk::DiffusionQballPrepareVisualizationImageFilter< TOdfPixelType, NrOdfDirections >::Clone ( ) const
template<class TOdfPixelType , int NrOdfDirections>
virtual const char* itk::DiffusionQballPrepareVisualizationImageFilter< TOdfPixelType, NrOdfDirections >::GetClassName ( ) const
virtual

Runtime information support.

template<class TOdfPixelType , int NrOdfDirections>
virtual bool itk::DiffusionQballPrepareVisualizationImageFilter< TOdfPixelType, NrOdfDirections >::GetDoScaleGfa ( )
virtual
template<class TOdfPixelType , int NrOdfDirections>
virtual double itk::DiffusionQballPrepareVisualizationImageFilter< TOdfPixelType, NrOdfDirections >::GetGfaParam1 ( )
virtual
template<class TOdfPixelType , int NrOdfDirections>
virtual double itk::DiffusionQballPrepareVisualizationImageFilter< TOdfPixelType, NrOdfDirections >::GetGfaParam2 ( )
virtual
template<class TOdfPixelType , int NrOdfDirections>
virtual NormalizationMethods itk::DiffusionQballPrepareVisualizationImageFilter< TOdfPixelType, NrOdfDirections >::GetNormalizationMethod ( )
virtual
template<class TOdfPixelType , int NrOdfDirections>
virtual GfaComputationMethod itk::DiffusionQballPrepareVisualizationImageFilter< TOdfPixelType, NrOdfDirections >::GetScaleByGfaType ( )
virtual
template<class TOdfPixelType , int NrOdfDirections>
virtual OdfComponentType itk::DiffusionQballPrepareVisualizationImageFilter< TOdfPixelType, NrOdfDirections >::GetThreshold ( )
virtual
template<class TOdfPixelType , int NrOdfDirections>
itk::DiffusionQballPrepareVisualizationImageFilter< TOdfPixelType, NrOdfDirections >::itkStaticConstMacro ( NOdfDirections  ,
int  ,
NrOdfDirections   
)
template<class TOdfPixelType , int NrOdfDirections>
static Pointer itk::DiffusionQballPrepareVisualizationImageFilter< TOdfPixelType, NrOdfDirections >::New ( )
static

Method for creation through the object factory.

template<class TOdfPixelType , int NrOdfDirections>
void itk::DiffusionQballPrepareVisualizationImageFilter< TOdfPixelType, NrOdfDirections >::PrintSelf ( std::ostream &  os,
Indent  indent 
) const
protected
template<class TOdfPixelType , int NrOdfDirections>
virtual void itk::DiffusionQballPrepareVisualizationImageFilter< TOdfPixelType, NrOdfDirections >::SetDoScaleGfa ( bool  _arg)
virtual
template<class TOdfPixelType , int NrOdfDirections>
virtual void itk::DiffusionQballPrepareVisualizationImageFilter< TOdfPixelType, NrOdfDirections >::SetGfaParam1 ( double  _arg)
virtual
template<class TOdfPixelType , int NrOdfDirections>
virtual void itk::DiffusionQballPrepareVisualizationImageFilter< TOdfPixelType, NrOdfDirections >::SetGfaParam2 ( double  _arg)
virtual
template<class TOdfPixelType , int NrOdfDirections>
virtual void itk::DiffusionQballPrepareVisualizationImageFilter< TOdfPixelType, NrOdfDirections >::SetNormalizationMethod ( NormalizationMethods  _arg)
virtual
template<class TOdfPixelType , int NrOdfDirections>
virtual void itk::DiffusionQballPrepareVisualizationImageFilter< TOdfPixelType, NrOdfDirections >::SetScaleByGfaType ( GfaComputationMethod  _arg)
virtual
template<class TOdfPixelType , int NrOdfDirections>
virtual void itk::DiffusionQballPrepareVisualizationImageFilter< TOdfPixelType, NrOdfDirections >::SetThreshold ( OdfComponentType  _arg)
virtual
template<class TOdfPixelType , int NrOdfDirections>
void itk::DiffusionQballPrepareVisualizationImageFilter< TOdfPixelType, NrOdfDirections >::ThreadedGenerateData ( const OutputImageRegionType outputRegionForThread,
ThreadIdType   
)
protected

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