ITK
5.0.0
Insight Segmentation and Registration Toolkit
|
#include <itkImage.h>
example usage: using OutputImageType = typename ImageType::template Rebind< float >::Type;
Definition at line 164 of file itkImage.h.
Public Types | |
using | Type = itk::Image< UPixelType, NUImageDimension > |
using itk::Image< TPixel, VImageDimension >::Rebind< UPixelType, NUImageDimension >::Type = itk::Image<UPixelType, NUImageDimension> |
Definition at line 166 of file itkImage.h.