Slicer
5.2
Slicer is a multi-platform, free and open source software package for visualization and medical image computing
|
#include <Modules/CLI/ResampleDTIVolume/itkDiffusionTensor3DZeroCorrection.h>
Public Types | |
typedef SmartPointer< const Self > | ConstPointer |
typedef SmartPointer< Self > | Pointer |
typedef DiffusionTensor3DZeroCorrectionFilter | Self |
typedef UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::DiffusionTensor3DZero< typename TInputImage::PixelType, typename TOutputImage::PixelType > > | Superclass |
Public Member Functions | |
DiffusionTensor3DZeroCorrectionFilter (const Self &)=delete | |
itkNewMacro (Self) | |
itkTypeMacro (DiffusionTensor3DZeroCorrectionFilter, UnaryFunctorImageFilter) | |
void | operator= (const Self &)=delete |
Protected Member Functions | |
DiffusionTensor3DZeroCorrectionFilter ()=default | |
~DiffusionTensor3DZeroCorrectionFilter () override=default | |
This filter is templated over the pixel type of the input image and the pixel type of the output image.
The filter will walk over all the pixels in the input image, and for each one of them it will do the following:
DiffusionTensor3DExtended<double>
,The filter expect both images to have the same dimension (e.g. both 2D, or both 3D, or both ND). The filter needs DiffusionTensor3D images to work
Definition at line 91 of file itkDiffusionTensor3DZeroCorrection.h.
typedef SmartPointer<const Self> itk::DiffusionTensor3DZeroCorrectionFilter< TInputImage, TOutputImage >::ConstPointer |
Definition at line 105 of file itkDiffusionTensor3DZeroCorrection.h.
typedef SmartPointer<Self> itk::DiffusionTensor3DZeroCorrectionFilter< TInputImage, TOutputImage >::Pointer |
Definition at line 104 of file itkDiffusionTensor3DZeroCorrection.h.
typedef DiffusionTensor3DZeroCorrectionFilter itk::DiffusionTensor3DZeroCorrectionFilter< TInputImage, TOutputImage >::Self |
Standard class typedefs.
Definition at line 100 of file itkDiffusionTensor3DZeroCorrection.h.
typedef UnaryFunctorImageFilter<TInputImage, TOutputImage, Functor::DiffusionTensor3DZero<typename TInputImage::PixelType, typename TOutputImage::PixelType> > itk::DiffusionTensor3DZeroCorrectionFilter< TInputImage, TOutputImage >::Superclass |
Definition at line 103 of file itkDiffusionTensor3DZeroCorrection.h.
|
delete |
Explicitly deleted functions belong in the public interface
|
protecteddefault |
|
overrideprotecteddefault |
itk::DiffusionTensor3DZeroCorrectionFilter< TInputImage, TOutputImage >::itkNewMacro | ( | Self | ) |
Method for creation through the object factory.
itk::DiffusionTensor3DZeroCorrectionFilter< TInputImage, TOutputImage >::itkTypeMacro | ( | DiffusionTensor3DZeroCorrectionFilter< TInputImage, TOutputImage > | , |
UnaryFunctorImageFilter | |||
) |
Run-time type information (and related methods).
|
delete |