ITK
4.8.0
Insight Segmentation and Registration 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 186 of file itkVectorImage.h.
Public Types | |
typedef itk::VectorImage < UPixelType, UImageDimension > | Type |
typedef itk::VectorImage<UPixelType, UImageDimension> itk::VectorImage< TPixelType, VImageDimension >::Rebind< UPixelType, UImageDimension >::Type |
Definition at line 188 of file itkVectorImage.h.