ITK
6.0.0
Insight Toolkit
|
#include <itkVectorImage.h>
A structure which enable changing any image class' pixel type to another.
Since the pixel type of this class is a VariableLengthVector of TPixelType, the following two rebinds result in the same type to enable usage with the numeric trait's type.
Definition at line 187 of file itkVectorImage.h.
Public Types | |
using | Type = itk::VectorImage< UPixelType, VUImageDimension > |
using itk::VectorImage< TPixel, VImageDimension >::Rebind< UPixelType, VUImageDimension >::Type = itk::VectorImage<UPixelType, VUImageDimension> |
Definition at line 189 of file itkVectorImage.h.