#include <itkTensorRelativeAnisotropyImageFilter.h>
Inheritance diagram for itk::TensorRelativeAnisotropyImageFilter< TInputImage, TOutputImage >:
Public Types | |
typedef TensorRelativeAnisotropyImageFilter | Self |
typedef UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::TensorRelativeAnisotropyFunction< typename TInputImage::PixelType > > | Superclass |
typedef SmartPointer< Self > | Pointer |
typedef SmartPointer< const Self > | ConstPointer |
typedef Superclass::OutputImageType | OutputImageType |
typedef TOutputImage::PixelType | OutputPixelType |
typedef TInputImage::PixelType | InputPixelType |
typedef InputPixelType::ValueType | InputValueType |
Public Member Functions | |
void | PrintSelf (std::ostream &os, Indent indent) const |
Static Public Member Functions | |
Pointer | New () |
Protected Member Functions | |
TensorRelativeAnisotropyImageFilter () | |
virtual | ~TensorRelativeAnisotropyImageFilter () |
TensorRelativeAnisotropyImageFilter applies pixel-wise the invokation for computing the relative anisotropy of every pixel. The pixel type of the input image is expected to implement a method GetRelativeAnisotropy(), and to specify its return type as RealValueType.
Definition at line 60 of file itkTensorRelativeAnisotropyImageFilter.h.
|
Reimplemented from itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, TFunction >. Definition at line 74 of file itkTensorRelativeAnisotropyImageFilter.h. |
|
Definition at line 78 of file itkTensorRelativeAnisotropyImageFilter.h. |
|
Definition at line 79 of file itkTensorRelativeAnisotropyImageFilter.h. |
|
Superclass typedefs. Reimplemented from itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, TFunction >. Definition at line 76 of file itkTensorRelativeAnisotropyImageFilter.h. |
|
Definition at line 77 of file itkTensorRelativeAnisotropyImageFilter.h. |
|
Reimplemented from itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, TFunction >. Definition at line 73 of file itkTensorRelativeAnisotropyImageFilter.h. |
|
Standard class typedefs. Reimplemented from itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, TFunction >. Definition at line 68 of file itkTensorRelativeAnisotropyImageFilter.h. |
|
Reimplemented from itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, TFunction >. Definition at line 71 of file itkTensorRelativeAnisotropyImageFilter.h. |
|
Definition at line 91 of file itkTensorRelativeAnisotropyImageFilter.h. |
|
Definition at line 92 of file itkTensorRelativeAnisotropyImageFilter.h. |
|
Method for creation through the object factory. Reimplemented from itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, TFunction >. |
|
Print internal ivars Reimplemented from itk::InPlaceImageFilter< TInputImage, TOutputImage >. Definition at line 86 of file itkTensorRelativeAnisotropyImageFilter.h. |