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