Medical Imaging Interaction Toolkit  2016.11.0
Medical Imaging Interaction Toolkit
itk::B0ImageExtractionImageFilter< TInputImagePixelType, TOutputImagePixelType > Class Template Reference

This class takes as input a T2-weighted image and computes a brainmask. More...

#include <itkB0ImageExtractionImageFilter.h>

Inheritance diagram for itk::B0ImageExtractionImageFilter< TInputImagePixelType, TOutputImagePixelType >:
Collaboration diagram for itk::B0ImageExtractionImageFilter< TInputImagePixelType, TOutputImagePixelType >:

Public Types

typedef B0ImageExtractionImageFilter Self
 
typedef SmartPointer< SelfPointer
 
typedef SmartPointer< const SelfConstPointer
 
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, GradientDirectionTypeGradientDirectionContainerType
 

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
 

Detailed Description

template<class TInputImagePixelType, class TOutputImagePixelType>
class itk::B0ImageExtractionImageFilter< TInputImagePixelType, TOutputImagePixelType >

This class takes as input a T2-weighted image and computes a brainmask.

Definition at line 30 of file itkB0ImageExtractionImageFilter.h.

Member Typedef Documentation

template<class TInputImagePixelType, class TOutputImagePixelType>
typedef SmartPointer<const Self> itk::B0ImageExtractionImageFilter< TInputImagePixelType, TOutputImagePixelType >::ConstPointer

Definition at line 39 of file itkB0ImageExtractionImageFilter.h.

template<class TInputImagePixelType, class TOutputImagePixelType>
typedef itk::VectorContainer< unsigned int, GradientDirectionType > itk::B0ImageExtractionImageFilter< TInputImagePixelType, TOutputImagePixelType >::GradientDirectionContainerType

Definition at line 65 of file itkB0ImageExtractionImageFilter.h.

template<class TInputImagePixelType, class TOutputImagePixelType>
typedef vnl_vector_fixed< double, 3 > itk::B0ImageExtractionImageFilter< TInputImagePixelType, TOutputImagePixelType >::GradientDirectionType

Definition at line 62 of file itkB0ImageExtractionImageFilter.h.

template<class TInputImagePixelType, class TOutputImagePixelType>
typedef Superclass::InputImageType itk::B0ImageExtractionImageFilter< TInputImagePixelType, TOutputImagePixelType >::InputImageType

Definition at line 56 of file itkB0ImageExtractionImageFilter.h.

template<class TInputImagePixelType, class TOutputImagePixelType>
typedef TInputImagePixelType itk::B0ImageExtractionImageFilter< TInputImagePixelType, TOutputImagePixelType >::InputPixelType

Definition at line 50 of file itkB0ImageExtractionImageFilter.h.

template<class TInputImagePixelType, class TOutputImagePixelType>
typedef Superclass::OutputImageRegionType itk::B0ImageExtractionImageFilter< TInputImagePixelType, TOutputImagePixelType >::OutputImageRegionType

Definition at line 60 of file itkB0ImageExtractionImageFilter.h.

template<class TInputImagePixelType, class TOutputImagePixelType>
typedef Superclass::OutputImageType itk::B0ImageExtractionImageFilter< TInputImagePixelType, TOutputImagePixelType >::OutputImageType

Definition at line 57 of file itkB0ImageExtractionImageFilter.h.

template<class TInputImagePixelType, class TOutputImagePixelType>
typedef TOutputImagePixelType itk::B0ImageExtractionImageFilter< TInputImagePixelType, TOutputImagePixelType >::OutputPixelType

Definition at line 54 of file itkB0ImageExtractionImageFilter.h.

template<class TInputImagePixelType, class TOutputImagePixelType>
typedef SmartPointer<Self> itk::B0ImageExtractionImageFilter< TInputImagePixelType, TOutputImagePixelType >::Pointer

Definition at line 38 of file itkB0ImageExtractionImageFilter.h.

template<class TInputImagePixelType, class TOutputImagePixelType>
typedef B0ImageExtractionImageFilter itk::B0ImageExtractionImageFilter< TInputImagePixelType, TOutputImagePixelType >::Self

Definition at line 37 of file itkB0ImageExtractionImageFilter.h.

template<class TInputImagePixelType, class TOutputImagePixelType>
typedef ImageToImageFilter< VectorImage< TInputImagePixelType, 3 >, Image< TOutputImagePixelType, 3 > > itk::B0ImageExtractionImageFilter< TInputImagePixelType, TOutputImagePixelType >::Superclass

Definition at line 42 of file itkB0ImageExtractionImageFilter.h.

Constructor & Destructor Documentation

template<class TInputImagePixelType, class TOutputImagePixelType>
itk::B0ImageExtractionImageFilter< TInputImagePixelType, TOutputImagePixelType >::B0ImageExtractionImageFilter ( )
protected
template<class TInputImagePixelType, class TOutputImagePixelType>
virtual itk::B0ImageExtractionImageFilter< TInputImagePixelType, TOutputImagePixelType >::~B0ImageExtractionImageFilter ( )
inlineprotectedvirtual

Definition at line 75 of file itkB0ImageExtractionImageFilter.h.

Member Function Documentation

template<class TInputImagePixelType, class TOutputImagePixelType>
Pointer itk::B0ImageExtractionImageFilter< TInputImagePixelType, TOutputImagePixelType >::Clone ( ) const
template<class TInputImagePixelType, class TOutputImagePixelType>
void itk::B0ImageExtractionImageFilter< TInputImagePixelType, TOutputImagePixelType >::GenerateData ( )
protected
template<class TInputImagePixelType, class TOutputImagePixelType>
virtual const char* itk::B0ImageExtractionImageFilter< TInputImagePixelType, TOutputImagePixelType >::GetClassName ( ) const
virtual

Runtime information support.

template<class TInputImagePixelType, class TOutputImagePixelType>
GradientDirectionContainerType::Pointer itk::B0ImageExtractionImageFilter< TInputImagePixelType, TOutputImagePixelType >::GetDirections ( )
inline
template<class TInputImagePixelType, class TOutputImagePixelType>
static Pointer itk::B0ImageExtractionImageFilter< TInputImagePixelType, TOutputImagePixelType >::New ( )
static

Method for creation through the object factory.

Referenced by mitk::RegistrationWrapper::GetTransformation().

template<class TInputImagePixelType, class TOutputImagePixelType>
void itk::B0ImageExtractionImageFilter< TInputImagePixelType, TOutputImagePixelType >::SetDirections ( GradientDirectionContainerType::Pointer  directions)
inline

Member Data Documentation

template<class TInputImagePixelType, class TOutputImagePixelType>
GradientDirectionContainerType::Pointer itk::B0ImageExtractionImageFilter< TInputImagePixelType, TOutputImagePixelType >::m_Directions
protected

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