Medical Imaging Interaction Toolkit
2016.11.0
Medical Imaging Interaction Toolkit
|
This class takes as input a T2-weighted image and computes a brainmask. More...
#include <itkB0ImageExtractionImageFilter.h>
Public Types | |
typedef B0ImageExtractionImageFilter | Self |
typedef SmartPointer< Self > | Pointer |
typedef SmartPointer< const Self > | ConstPointer |
typedef ImageToImageFilter< VectorImage< TInputImagePixelType, 3 >, Image< TOutputImagePixelType, 3 > > | Superclass |
typedef TInputImagePixelType | InputPixelType |
typedef TOutputImagePixelType | OutputPixelType |
typedef Superclass::InputImageType | InputImageType |
typedef Superclass::OutputImageType | OutputImageType |
typedef Superclass::OutputImageRegionType | OutputImageRegionType |
typedef vnl_vector_fixed< double, 3 > | GradientDirectionType |
typedef itk::VectorContainer< unsigned int, GradientDirectionType > | GradientDirectionContainerType |
Public Member Functions | |
Pointer | Clone () const |
virtual const char * | GetClassName () const |
GradientDirectionContainerType::Pointer | GetDirections () |
void | SetDirections (GradientDirectionContainerType::Pointer directions) |
Static Public Member Functions | |
static Pointer | New () |
Protected Member Functions | |
B0ImageExtractionImageFilter () | |
virtual | ~B0ImageExtractionImageFilter () |
void | GenerateData () |
Protected Attributes | |
GradientDirectionContainerType::Pointer | m_Directions |
This class takes as input a T2-weighted image and computes a brainmask.
Definition at line 30 of file itkB0ImageExtractionImageFilter.h.
typedef SmartPointer<const Self> itk::B0ImageExtractionImageFilter< TInputImagePixelType, TOutputImagePixelType >::ConstPointer |
Definition at line 39 of file itkB0ImageExtractionImageFilter.h.
typedef itk::VectorContainer< unsigned int, GradientDirectionType > itk::B0ImageExtractionImageFilter< TInputImagePixelType, TOutputImagePixelType >::GradientDirectionContainerType |
Definition at line 65 of file itkB0ImageExtractionImageFilter.h.
typedef vnl_vector_fixed< double, 3 > itk::B0ImageExtractionImageFilter< TInputImagePixelType, TOutputImagePixelType >::GradientDirectionType |
Definition at line 62 of file itkB0ImageExtractionImageFilter.h.
typedef Superclass::InputImageType itk::B0ImageExtractionImageFilter< TInputImagePixelType, TOutputImagePixelType >::InputImageType |
Definition at line 56 of file itkB0ImageExtractionImageFilter.h.
typedef TInputImagePixelType itk::B0ImageExtractionImageFilter< TInputImagePixelType, TOutputImagePixelType >::InputPixelType |
Definition at line 50 of file itkB0ImageExtractionImageFilter.h.
typedef Superclass::OutputImageRegionType itk::B0ImageExtractionImageFilter< TInputImagePixelType, TOutputImagePixelType >::OutputImageRegionType |
Definition at line 60 of file itkB0ImageExtractionImageFilter.h.
typedef Superclass::OutputImageType itk::B0ImageExtractionImageFilter< TInputImagePixelType, TOutputImagePixelType >::OutputImageType |
Definition at line 57 of file itkB0ImageExtractionImageFilter.h.
typedef TOutputImagePixelType itk::B0ImageExtractionImageFilter< TInputImagePixelType, TOutputImagePixelType >::OutputPixelType |
Definition at line 54 of file itkB0ImageExtractionImageFilter.h.
typedef SmartPointer<Self> itk::B0ImageExtractionImageFilter< TInputImagePixelType, TOutputImagePixelType >::Pointer |
Definition at line 38 of file itkB0ImageExtractionImageFilter.h.
typedef B0ImageExtractionImageFilter itk::B0ImageExtractionImageFilter< TInputImagePixelType, TOutputImagePixelType >::Self |
Definition at line 37 of file itkB0ImageExtractionImageFilter.h.
typedef ImageToImageFilter< VectorImage< TInputImagePixelType, 3 >, Image< TOutputImagePixelType, 3 > > itk::B0ImageExtractionImageFilter< TInputImagePixelType, TOutputImagePixelType >::Superclass |
Definition at line 42 of file itkB0ImageExtractionImageFilter.h.
|
protected |
|
inlineprotectedvirtual |
Definition at line 75 of file itkB0ImageExtractionImageFilter.h.
Pointer itk::B0ImageExtractionImageFilter< TInputImagePixelType, TOutputImagePixelType >::Clone | ( | ) | const |
|
protected |
|
virtual |
Runtime information support.
|
inline |
Definition at line 67 of file itkB0ImageExtractionImageFilter.h.
References itk::B0ImageExtractionImageFilter< TInputImagePixelType, TOutputImagePixelType >::m_Directions.
|
static |
Method for creation through the object factory.
Referenced by mitk::RegistrationWrapper::GetTransformation().
|
inline |
Definition at line 69 of file itkB0ImageExtractionImageFilter.h.
References itk::B0ImageExtractionImageFilter< TInputImagePixelType, TOutputImagePixelType >::m_Directions.
|
protected |