Medical Imaging Interaction Toolkit
2016.11.0
Medical Imaging Interaction Toolkit
|
Remove specified channels from diffusion-weighted image. More...
#include <itkExtractDwiChannelFilter.h>
Public Types | |
typedef ExtractDwiChannelFilter | Self |
typedef SmartPointer< Self > | Pointer |
typedef SmartPointer< const Self > | ConstPointer |
typedef ImageToImageFilter< VectorImage< TInPixelType, 3 >, Image< TInPixelType, 3 > > | Superclass |
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 | SetChannelIndex (unsigned int _arg) |
Static Public Member Functions | |
static Pointer | New () |
Protected Member Functions | |
ExtractDwiChannelFilter () | |
~ExtractDwiChannelFilter () | |
void | BeforeThreadedGenerateData () |
void | ThreadedGenerateData (const OutputImageRegionType &outputRegionForThread, ThreadIdType) |
Protected Attributes | |
unsigned int | m_ChannelIndex |
Remove specified channels from diffusion-weighted image.
Definition at line 36 of file itkExtractDwiChannelFilter.h.
typedef SmartPointer<const Self> itk::ExtractDwiChannelFilter< TInPixelType >::ConstPointer |
Definition at line 44 of file itkExtractDwiChannelFilter.h.
typedef Superclass::InputImageType itk::ExtractDwiChannelFilter< TInPixelType >::InputImageType |
Definition at line 54 of file itkExtractDwiChannelFilter.h.
typedef Superclass::OutputImageRegionType itk::ExtractDwiChannelFilter< TInPixelType >::OutputImageRegionType |
Definition at line 56 of file itkExtractDwiChannelFilter.h.
typedef Superclass::OutputImageType itk::ExtractDwiChannelFilter< TInPixelType >::OutputImageType |
Definition at line 55 of file itkExtractDwiChannelFilter.h.
typedef SmartPointer<Self> itk::ExtractDwiChannelFilter< TInPixelType >::Pointer |
Definition at line 43 of file itkExtractDwiChannelFilter.h.
typedef ExtractDwiChannelFilter itk::ExtractDwiChannelFilter< TInPixelType >::Self |
Definition at line 42 of file itkExtractDwiChannelFilter.h.
typedef ImageToImageFilter< VectorImage< TInPixelType, 3 >, Image< TInPixelType, 3 > > itk::ExtractDwiChannelFilter< TInPixelType >::Superclass |
Definition at line 45 of file itkExtractDwiChannelFilter.h.
|
protected |
|
inlineprotected |
Definition at line 62 of file itkExtractDwiChannelFilter.h.
|
protected |
Pointer itk::ExtractDwiChannelFilter< TInPixelType >::Clone | ( | ) | const |
|
virtual |
Runtime information support.
|
static |
Method for creation through the object factory.
|
virtual |
|
protected |
|
protected |
Definition at line 67 of file itkExtractDwiChannelFilter.h.