|
Slicer
5.2
Slicer is a multi-platform, free and open source software package for visualization and medical image computing
|
Computes the Mean Diffusivity for every pixel of a input tensor image. More...
#include <Modules/CLI/ResampleDTIVolume/dtiprocessFiles/itkHFieldToDeformationFieldImageFilter.h>


Public Types | |
| typedef SmartPointer< const Self > | ConstPointer |
| typedef Superclass::InputImageType | InputImageType |
| typedef TInputImage::PixelType | InputPixelType |
| typedef InputPixelType::ValueType | InputValueType |
| typedef Superclass::OutputImageType | OutputImageType |
| typedef TOutputImage::PixelType | OutputPixelType |
| typedef SmartPointer< Self > | Pointer |
| typedef HFieldToDeformationFieldImageFilter | Self |
| typedef TInputImage::SpacingType | SpacingType |
| typedef ImageToImageFilter< TInputImage, TOutputImage > | Superclass |
Public Member Functions | |
| OutputPixelType | ComputeDisplacement (typename InputImageType::ConstPointer input, typename InputImageType::IndexType ind, typename InputImageType::PixelType hvec) |
| void | GenerateData () override |
| itkNewMacro (Self) | |
| void | PrintSelf (std::ostream &os, Indent indent) const override |
Protected Member Functions | |
| HFieldToDeformationFieldImageFilter ()=default | |
| ~HFieldToDeformationFieldImageFilter () override=default | |
Computes the Mean Diffusivity for every pixel of a input tensor image.
HFieldToDeformationFieldImageFilter applies pixel-wise the invocation for computing the mean diffusivity of every pixel. The pixel type of the input image is expected to implement a method GetTrace(), and to specify its return type as RealValueType.
Definition at line 47 of file itkHFieldToDeformationFieldImageFilter.h.
| typedef SmartPointer<const Self> itk::HFieldToDeformationFieldImageFilter< TInputImage, TOutputImage >::ConstPointer |
Definition at line 57 of file itkHFieldToDeformationFieldImageFilter.h.
| typedef Superclass::InputImageType itk::HFieldToDeformationFieldImageFilter< TInputImage, TOutputImage >::InputImageType |
Definition at line 61 of file itkHFieldToDeformationFieldImageFilter.h.
| typedef TInputImage::PixelType itk::HFieldToDeformationFieldImageFilter< TInputImage, TOutputImage >::InputPixelType |
Definition at line 62 of file itkHFieldToDeformationFieldImageFilter.h.
| typedef InputPixelType::ValueType itk::HFieldToDeformationFieldImageFilter< TInputImage, TOutputImage >::InputValueType |
Definition at line 63 of file itkHFieldToDeformationFieldImageFilter.h.
| typedef Superclass::OutputImageType itk::HFieldToDeformationFieldImageFilter< TInputImage, TOutputImage >::OutputImageType |
Definition at line 59 of file itkHFieldToDeformationFieldImageFilter.h.
| typedef TOutputImage::PixelType itk::HFieldToDeformationFieldImageFilter< TInputImage, TOutputImage >::OutputPixelType |
Definition at line 60 of file itkHFieldToDeformationFieldImageFilter.h.
| typedef SmartPointer<Self> itk::HFieldToDeformationFieldImageFilter< TInputImage, TOutputImage >::Pointer |
Definition at line 56 of file itkHFieldToDeformationFieldImageFilter.h.
| typedef HFieldToDeformationFieldImageFilter itk::HFieldToDeformationFieldImageFilter< TInputImage, TOutputImage >::Self |
Standard class typedefs.
Definition at line 53 of file itkHFieldToDeformationFieldImageFilter.h.
| typedef TInputImage::SpacingType itk::HFieldToDeformationFieldImageFilter< TInputImage, TOutputImage >::SpacingType |
Definition at line 65 of file itkHFieldToDeformationFieldImageFilter.h.
| typedef ImageToImageFilter<TInputImage, TOutputImage> itk::HFieldToDeformationFieldImageFilter< TInputImage, TOutputImage >::Superclass |
Definition at line 54 of file itkHFieldToDeformationFieldImageFilter.h.
|
protecteddefault |
|
overrideprotecteddefault |
| OutputPixelType itk::HFieldToDeformationFieldImageFilter< TInputImage, TOutputImage >::ComputeDisplacement | ( | typename InputImageType::ConstPointer | input, |
| typename InputImageType::IndexType | ind, | ||
| typename InputImageType::PixelType | hvec | ||
| ) |
|
override |
| itk::HFieldToDeformationFieldImageFilter< TInputImage, TOutputImage >::itkNewMacro | ( | Self | ) |
Method for creation through the object factory.
|
inlineoverride |
Print internal ivars
Definition at line 71 of file itkHFieldToDeformationFieldImageFilter.h.
1.8.14