Medical Imaging Interaction Toolkit
2016.11.0
Medical Imaging Interaction Toolkit
|
#include <itkAdcImageFilter.h>
Public Types | |
typedef AdcImageFilter | Self |
typedef SmartPointer< Self > | Pointer |
typedef SmartPointer< const Self > | ConstPointer |
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 |
Definition at line 34 of file itkAdcImageFilter.h.
typedef SmartPointer<const Self> itk::AdcImageFilter< TInPixelType, TOutPixelType >::ConstPointer |
Definition at line 42 of file itkAdcImageFilter.h.
typedef mitk::DiffusionPropertyHelper::GradientDirectionsContainerType::Pointer itk::AdcImageFilter< TInPixelType, TOutPixelType >::GradientContainerType |
Definition at line 45 of file itkAdcImageFilter.h.
typedef mitk::DiffusionPropertyHelper::GradientDirectionType itk::AdcImageFilter< TInPixelType, TOutPixelType >::GradientDirectionType |
Definition at line 44 of file itkAdcImageFilter.h.
typedef Superclass::InputImageType itk::AdcImageFilter< TInPixelType, TOutPixelType >::InputImageType |
Definition at line 54 of file itkAdcImageFilter.h.
typedef Superclass::OutputImageRegionType itk::AdcImageFilter< TInPixelType, TOutPixelType >::OutputImageRegionType |
Definition at line 56 of file itkAdcImageFilter.h.
typedef Superclass::OutputImageType itk::AdcImageFilter< TInPixelType, TOutPixelType >::OutputImageType |
Definition at line 55 of file itkAdcImageFilter.h.
typedef SmartPointer<Self> itk::AdcImageFilter< TInPixelType, TOutPixelType >::Pointer |
Definition at line 41 of file itkAdcImageFilter.h.
typedef AdcImageFilter itk::AdcImageFilter< TInPixelType, TOutPixelType >::Self |
Definition at line 40 of file itkAdcImageFilter.h.
typedef ImageToImageFilter< VectorImage< TInPixelType, 3 >, Image< TOutPixelType, 3 > > itk::AdcImageFilter< TInPixelType, TOutPixelType >::Superclass |
Definition at line 43 of file itkAdcImageFilter.h.
|
protected |
|
inlineprotected |
Definition at line 63 of file itkAdcImageFilter.h.
|
protected |
Pointer itk::AdcImageFilter< TInPixelType, TOutPixelType >::Clone | ( | ) | const |
|
virtual |
Runtime information support.
|
static |
Method for creation through the object factory.
Referenced by mitk::RawShModel< ScalarType >::SampleKernels().
|
protected |
|
virtual |
|
virtual |
|
protected |
|
protected |
Definition at line 69 of file itkAdcImageFilter.h.
|
protected |
Definition at line 70 of file itkAdcImageFilter.h.