Medical Imaging Interaction Toolkit
2016.11.0
Medical Imaging Interaction Toolkit
|
Resample DWI channel by channel. More...
#include <itkResampleDwiImageFilter.h>
Public Types | |
enum | Interpolation { Interpolate_NearestNeighbour, Interpolate_Linear, Interpolate_BSpline, Interpolate_WindowedSinc } |
typedef ResampleDwiImageFilter | Self |
typedef SmartPointer< Self > | Pointer |
typedef SmartPointer< const Self > | ConstPointer |
typedef ImageToImageFilter< itk::VectorImage< TScalarType, 3 >, itk::VectorImage< TScalarType, 3 > > | Superclass |
typedef itk::Vector< double, 3 > | DoubleVectorType |
typedef itk::VectorImage< TScalarType, 3 > | DwiImageType |
typedef itk::Image< TScalarType, 3 > | DwiChannelType |
Public Member Functions | |
Pointer | Clone () const |
virtual const char * | GetClassName () const |
virtual void | SetInterpolation (Interpolation _arg) |
void | SetSamplingFactor (DoubleVectorType sampling) |
void | SetNewSpacing (DoubleVectorType spacing) |
void | SetNewImageSize (ImageRegion< 3 > region) |
virtual void | UpdateOutputInformation () |
virtual void | PropagateRequestedRegion () |
virtual void | PropagateRequestedRegion (itk::DataObject *output) |
virtual void | VerifyInputInformation () |
Static Public Member Functions | |
static Pointer | New () |
Protected Member Functions | |
ResampleDwiImageFilter () | |
~ResampleDwiImageFilter () | |
void | GenerateData () |
Protected Attributes | |
DoubleVectorType | m_NewSpacing |
ImageRegion< 3 > | m_NewImageRegion |
Interpolation | m_Interpolation |
Resample DWI channel by channel.
Definition at line 46 of file itkResampleDwiImageFilter.h.
typedef SmartPointer<const Self> itk::ResampleDwiImageFilter< TScalarType >::ConstPointer |
Definition at line 61 of file itkResampleDwiImageFilter.h.
typedef itk::Vector< double, 3 > itk::ResampleDwiImageFilter< TScalarType >::DoubleVectorType |
Definition at line 65 of file itkResampleDwiImageFilter.h.
typedef itk::Image<TScalarType,3> itk::ResampleDwiImageFilter< TScalarType >::DwiChannelType |
Definition at line 67 of file itkResampleDwiImageFilter.h.
typedef itk::VectorImage<TScalarType,3> itk::ResampleDwiImageFilter< TScalarType >::DwiImageType |
Definition at line 66 of file itkResampleDwiImageFilter.h.
typedef SmartPointer<Self> itk::ResampleDwiImageFilter< TScalarType >::Pointer |
Definition at line 60 of file itkResampleDwiImageFilter.h.
typedef ResampleDwiImageFilter itk::ResampleDwiImageFilter< TScalarType >::Self |
Definition at line 59 of file itkResampleDwiImageFilter.h.
typedef ImageToImageFilter< itk::VectorImage<TScalarType,3>, itk::VectorImage<TScalarType,3> > itk::ResampleDwiImageFilter< TScalarType >::Superclass |
Definition at line 63 of file itkResampleDwiImageFilter.h.
enum itk::ResampleDwiImageFilter::Interpolation |
Enumerator | |
---|---|
Interpolate_NearestNeighbour | |
Interpolate_Linear | |
Interpolate_BSpline | |
Interpolate_WindowedSinc |
Definition at line 52 of file itkResampleDwiImageFilter.h.
|
protected |
|
inlineprotected |
Definition at line 128 of file itkResampleDwiImageFilter.h.
Pointer itk::ResampleDwiImageFilter< TScalarType >::Clone | ( | ) | const |
|
protected |
|
virtual |
Runtime information support.
|
static |
Method for creation through the object factory.
Referenced by itk::TractsToDWIImageFilter< PixelType >::InitializeData().
|
inlinevirtual |
Definition at line 120 of file itkResampleDwiImageFilter.h.
|
inlinevirtual |
Definition at line 122 of file itkResampleDwiImageFilter.h.
|
virtual |
|
inline |
Definition at line 103 of file itkResampleDwiImageFilter.h.
References itk::ResampleDwiImageFilter< TScalarType >::m_NewImageRegion, and itk::ResampleDwiImageFilter< TScalarType >::m_NewSpacing.
|
inline |
Definition at line 89 of file itkResampleDwiImageFilter.h.
References itk::ResampleDwiImageFilter< TScalarType >::m_NewImageRegion, and itk::ResampleDwiImageFilter< TScalarType >::m_NewSpacing.
|
inline |
Definition at line 78 of file itkResampleDwiImageFilter.h.
References itk::ResampleDwiImageFilter< TScalarType >::m_NewImageRegion, and itk::ResampleDwiImageFilter< TScalarType >::m_NewSpacing.
|
virtual |
|
inlinevirtual |
Definition at line 124 of file itkResampleDwiImageFilter.h.
|
protected |
Definition at line 134 of file itkResampleDwiImageFilter.h.
|
protected |
|
protected |