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