ITK  4.0.0
Insight Segmentation and Registration Toolkit
Public Types | Public Member Functions | Static Public Member Functions
itk::TensorFractionalAnisotropyImageFilter< TInputImage, TOutputImage > Class Template Reference

Computes the Fractional Anisotropy for every pixel of a input tensor image. More...

#include <itkTensorFractionalAnisotropyImageFilter.h>

Inheritance diagram for itk::TensorFractionalAnisotropyImageFilter< TInputImage, TOutputImage >:
Collaboration diagram for itk::TensorFractionalAnisotropyImageFilter< TInputImage, TOutputImage >:

List of all members.

Public Types

typedef SmartPointer< const SelfConstPointer
typedef TInputImage::PixelType InputPixelType
typedef InputPixelType::ValueType InputValueType
typedef Superclass::OutputImageType OutputImageType
typedef TOutputImage::PixelType OutputPixelType
typedef SmartPointer< SelfPointer
typedef
TensorFractionalAnisotropyImageFilter 
Self
typedef
UnaryFunctorImageFilter
< TInputImage, TOutputImage,
Functor::TensorFractionalAnisotropyFunction
< typename
TInputImage::PixelType > > 
Superclass

Public Member Functions

virtual ::itk::LightObject::Pointer CreateAnother (void) const
virtual const char * GetNameOfClass () const
void PrintSelf (std::ostream &os, Indent indent) const
 typedef (Concept::HasNumericTraits< InputValueType >) InputHasNumericTraitsCheck

Static Public Member Functions

static Pointer New ()
 TensorFractionalAnisotropyImageFilter ()
virtual ~TensorFractionalAnisotropyImageFilter ()
 TensorFractionalAnisotropyImageFilter (const Self &)
void operator= (const Self &)

Detailed Description

template<typename TInputImage, typename TOutputImage = Image< typename NumericTraits< typename TInputImage::PixelType::ValueType >::RealType, TInputImage::Dimension >>
class itk::TensorFractionalAnisotropyImageFilter< TInputImage, TOutputImage >

Computes the Fractional Anisotropy for every pixel of a input tensor image.

TensorFractionalAnisotropyImageFilter applies pixel-wise the invokation for computing the fractional anisotropy of every pixel. The pixel type of the input image is expected to implement a method GetFractionalAnisotropy(), and to specify its return type as RealValueType.

See also:
TensorRelativeAnisotropyImageFilter
DiffusionTensor3D
Examples:

Examples/Filtering/DiffusionTensor3DReconstructionImageFilter.cxx.

Definition at line 73 of file itkTensorFractionalAnisotropyImageFilter.h.


Member Typedef Documentation

template<typename TInputImage , typename TOutputImage = Image< typename NumericTraits< typename TInputImage::PixelType::ValueType >::RealType, TInputImage::Dimension >>
typedef SmartPointer< const Self > itk::TensorFractionalAnisotropyImageFilter< TInputImage, TOutputImage >::ConstPointer
template<typename TInputImage , typename TOutputImage = Image< typename NumericTraits< typename TInputImage::PixelType::ValueType >::RealType, TInputImage::Dimension >>
typedef TInputImage::PixelType itk::TensorFractionalAnisotropyImageFilter< TInputImage, TOutputImage >::InputPixelType

Definition at line 92 of file itkTensorFractionalAnisotropyImageFilter.h.

template<typename TInputImage , typename TOutputImage = Image< typename NumericTraits< typename TInputImage::PixelType::ValueType >::RealType, TInputImage::Dimension >>
typedef InputPixelType::ValueType itk::TensorFractionalAnisotropyImageFilter< TInputImage, TOutputImage >::InputValueType

Definition at line 93 of file itkTensorFractionalAnisotropyImageFilter.h.

template<typename TInputImage , typename TOutputImage = Image< typename NumericTraits< typename TInputImage::PixelType::ValueType >::RealType, TInputImage::Dimension >>
typedef Superclass::OutputImageType itk::TensorFractionalAnisotropyImageFilter< TInputImage, TOutputImage >::OutputImageType
template<typename TInputImage , typename TOutputImage = Image< typename NumericTraits< typename TInputImage::PixelType::ValueType >::RealType, TInputImage::Dimension >>
typedef TOutputImage::PixelType itk::TensorFractionalAnisotropyImageFilter< TInputImage, TOutputImage >::OutputPixelType

Definition at line 91 of file itkTensorFractionalAnisotropyImageFilter.h.

template<typename TInputImage , typename TOutputImage = Image< typename NumericTraits< typename TInputImage::PixelType::ValueType >::RealType, TInputImage::Dimension >>
typedef SmartPointer< Self > itk::TensorFractionalAnisotropyImageFilter< TInputImage, TOutputImage >::Pointer
template<typename TInputImage , typename TOutputImage = Image< typename NumericTraits< typename TInputImage::PixelType::ValueType >::RealType, TInputImage::Dimension >>
typedef TensorFractionalAnisotropyImageFilter itk::TensorFractionalAnisotropyImageFilter< TInputImage, TOutputImage >::Self
template<typename TInputImage , typename TOutputImage = Image< typename NumericTraits< typename TInputImage::PixelType::ValueType >::RealType, TInputImage::Dimension >>
typedef UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::TensorFractionalAnisotropyFunction< typename TInputImage::PixelType > > itk::TensorFractionalAnisotropyImageFilter< TInputImage, TOutputImage >::Superclass

Constructor & Destructor Documentation

template<typename TInputImage , typename TOutputImage = Image< typename NumericTraits< typename TInputImage::PixelType::ValueType >::RealType, TInputImage::Dimension >>
itk::TensorFractionalAnisotropyImageFilter< TInputImage, TOutputImage >::TensorFractionalAnisotropyImageFilter ( ) [inline, protected]

End concept checking

Definition at line 113 of file itkTensorFractionalAnisotropyImageFilter.h.

template<typename TInputImage , typename TOutputImage = Image< typename NumericTraits< typename TInputImage::PixelType::ValueType >::RealType, TInputImage::Dimension >>
virtual itk::TensorFractionalAnisotropyImageFilter< TInputImage, TOutputImage >::~TensorFractionalAnisotropyImageFilter ( ) [inline, protected, virtual]

End concept checking

Definition at line 114 of file itkTensorFractionalAnisotropyImageFilter.h.

template<typename TInputImage , typename TOutputImage = Image< typename NumericTraits< typename TInputImage::PixelType::ValueType >::RealType, TInputImage::Dimension >>
itk::TensorFractionalAnisotropyImageFilter< TInputImage, TOutputImage >::TensorFractionalAnisotropyImageFilter ( const Self ) [private]

End concept checking


Member Function Documentation

template<typename TInputImage , typename TOutputImage = Image< typename NumericTraits< typename TInputImage::PixelType::ValueType >::RealType, TInputImage::Dimension >>
virtual::itk::LightObject::Pointer itk::TensorFractionalAnisotropyImageFilter< TInputImage, TOutputImage >::CreateAnother ( void  ) const [virtual]

Create an object from an instance, potentially deferring to a factory. This method allows you to create an instance of an object that is exactly the same type as the referring object. This is useful in cases where an object has been cast back to a base class.

Reimplemented from itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::TensorFractionalAnisotropyFunction< TInputImage::PixelType > >.

template<typename TInputImage , typename TOutputImage = Image< typename NumericTraits< typename TInputImage::PixelType::ValueType >::RealType, TInputImage::Dimension >>
virtual const char* itk::TensorFractionalAnisotropyImageFilter< TInputImage, TOutputImage >::GetNameOfClass ( ) const [virtual]
template<typename TInputImage , typename TOutputImage = Image< typename NumericTraits< typename TInputImage::PixelType::ValueType >::RealType, TInputImage::Dimension >>
static Pointer itk::TensorFractionalAnisotropyImageFilter< TInputImage, TOutputImage >::New ( ) [static]
template<typename TInputImage , typename TOutputImage = Image< typename NumericTraits< typename TInputImage::PixelType::ValueType >::RealType, TInputImage::Dimension >>
void itk::TensorFractionalAnisotropyImageFilter< TInputImage, TOutputImage >::operator= ( const Self ) [private]
template<typename TInputImage , typename TOutputImage = Image< typename NumericTraits< typename TInputImage::PixelType::ValueType >::RealType, TInputImage::Dimension >>
void itk::TensorFractionalAnisotropyImageFilter< TInputImage, TOutputImage >::PrintSelf ( std::ostream &  os,
Indent  indent 
) const [inline, virtual]

Print internal ivars

Reimplemented from itk::InPlaceImageFilter< TInputImage, TOutputImage >.

Definition at line 102 of file itkTensorFractionalAnisotropyImageFilter.h.

template<typename TInputImage , typename TOutputImage = Image< typename NumericTraits< typename TInputImage::PixelType::ValueType >::RealType, TInputImage::Dimension >>
itk::TensorFractionalAnisotropyImageFilter< TInputImage, TOutputImage >::typedef ( Concept::HasNumericTraits< InputValueType )

Begin concept checking This class requires InputHasNumericTraitsCheck in the form of ( Concept::HasNumericTraits< InputValueType > )


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