Medical Imaging Interaction Toolkit  2016.11.0
Medical Imaging Interaction Toolkit
itk::AdcImageFilter< TInPixelType, TOutPixelType > Class Template Reference

#include <itkAdcImageFilter.h>

Inheritance diagram for itk::AdcImageFilter< TInPixelType, TOutPixelType >:
Collaboration diagram for itk::AdcImageFilter< TInPixelType, TOutPixelType >:

Public Types

typedef AdcImageFilter Self
 
typedef SmartPointer< SelfPointer
 
typedef SmartPointer< const SelfConstPointer
 
typedef ImageToImageFilter< VectorImage< TInPixelType, 3 >, Image< TOutPixelType, 3 > > Superclass
 
typedef mitk::DiffusionPropertyHelper::GradientDirectionType GradientDirectionType
 
typedef mitk::DiffusionPropertyHelper::GradientDirectionsContainerType::Pointer GradientContainerType
 
typedef Superclass::InputImageType InputImageType
 
typedef Superclass::OutputImageType OutputImageType
 
typedef Superclass::OutputImageRegionType OutputImageRegionType
 

Public Member Functions

Pointer Clone () const
 
virtual const char * GetClassName () const
 
virtual void SetB_value (double _arg)
 
virtual void SetGradientDirections (GradientContainerType _arg)
 

Static Public Member Functions

static Pointer New ()
 

Protected Member Functions

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

Protected Attributes

double m_B_value
 
GradientContainerType m_GradientDirections
 

Detailed Description

template<class TInPixelType, class TOutPixelType>
class itk::AdcImageFilter< TInPixelType, TOutPixelType >

Definition at line 34 of file itkAdcImageFilter.h.

Member Typedef Documentation

template<class TInPixelType, class TOutPixelType>
typedef SmartPointer<const Self> itk::AdcImageFilter< TInPixelType, TOutPixelType >::ConstPointer

Definition at line 42 of file itkAdcImageFilter.h.

template<class TInPixelType, class TOutPixelType>
typedef mitk::DiffusionPropertyHelper::GradientDirectionsContainerType::Pointer itk::AdcImageFilter< TInPixelType, TOutPixelType >::GradientContainerType

Definition at line 45 of file itkAdcImageFilter.h.

template<class TInPixelType, class TOutPixelType>
typedef mitk::DiffusionPropertyHelper::GradientDirectionType itk::AdcImageFilter< TInPixelType, TOutPixelType >::GradientDirectionType

Definition at line 44 of file itkAdcImageFilter.h.

template<class TInPixelType, class TOutPixelType>
typedef Superclass::InputImageType itk::AdcImageFilter< TInPixelType, TOutPixelType >::InputImageType

Definition at line 54 of file itkAdcImageFilter.h.

template<class TInPixelType, class TOutPixelType>
typedef Superclass::OutputImageRegionType itk::AdcImageFilter< TInPixelType, TOutPixelType >::OutputImageRegionType

Definition at line 56 of file itkAdcImageFilter.h.

template<class TInPixelType, class TOutPixelType>
typedef Superclass::OutputImageType itk::AdcImageFilter< TInPixelType, TOutPixelType >::OutputImageType

Definition at line 55 of file itkAdcImageFilter.h.

template<class TInPixelType, class TOutPixelType>
typedef SmartPointer<Self> itk::AdcImageFilter< TInPixelType, TOutPixelType >::Pointer

Definition at line 41 of file itkAdcImageFilter.h.

template<class TInPixelType, class TOutPixelType>
typedef AdcImageFilter itk::AdcImageFilter< TInPixelType, TOutPixelType >::Self

Definition at line 40 of file itkAdcImageFilter.h.

template<class TInPixelType, class TOutPixelType>
typedef ImageToImageFilter< VectorImage< TInPixelType, 3 >, Image< TOutPixelType, 3 > > itk::AdcImageFilter< TInPixelType, TOutPixelType >::Superclass

Definition at line 43 of file itkAdcImageFilter.h.

Constructor & Destructor Documentation

template<class TInPixelType, class TOutPixelType>
itk::AdcImageFilter< TInPixelType, TOutPixelType >::AdcImageFilter ( )
protected
template<class TInPixelType, class TOutPixelType>
itk::AdcImageFilter< TInPixelType, TOutPixelType >::~AdcImageFilter ( )
inlineprotected

Definition at line 63 of file itkAdcImageFilter.h.

Member Function Documentation

template<class TInPixelType, class TOutPixelType>
void itk::AdcImageFilter< TInPixelType, TOutPixelType >::BeforeThreadedGenerateData ( )
protected
template<class TInPixelType, class TOutPixelType>
Pointer itk::AdcImageFilter< TInPixelType, TOutPixelType >::Clone ( ) const
template<class TInPixelType, class TOutPixelType>
virtual const char* itk::AdcImageFilter< TInPixelType, TOutPixelType >::GetClassName ( ) const
virtual

Runtime information support.

template<class TInPixelType, class TOutPixelType>
static Pointer itk::AdcImageFilter< TInPixelType, TOutPixelType >::New ( )
static

Method for creation through the object factory.

Referenced by mitk::RawShModel< ScalarType >::SampleKernels().

template<class TInPixelType, class TOutPixelType>
void itk::AdcImageFilter< TInPixelType, TOutPixelType >::PrintSelf ( std::ostream &  os,
Indent  indent 
) const
protected
template<class TInPixelType, class TOutPixelType>
virtual void itk::AdcImageFilter< TInPixelType, TOutPixelType >::SetB_value ( double  _arg)
virtual
template<class TInPixelType, class TOutPixelType>
virtual void itk::AdcImageFilter< TInPixelType, TOutPixelType >::SetGradientDirections ( GradientContainerType  _arg)
virtual
template<class TInPixelType, class TOutPixelType>
void itk::AdcImageFilter< TInPixelType, TOutPixelType >::ThreadedGenerateData ( const OutputImageRegionType outputRegionForThread,
ThreadIdType   
)
protected

Member Data Documentation

template<class TInPixelType, class TOutPixelType>
double itk::AdcImageFilter< TInPixelType, TOutPixelType >::m_B_value
protected

Definition at line 69 of file itkAdcImageFilter.h.

template<class TInPixelType, class TOutPixelType>
GradientContainerType itk::AdcImageFilter< TInPixelType, TOutPixelType >::m_GradientDirections
protected

Definition at line 70 of file itkAdcImageFilter.h.


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