ITK
4.3.0
Insight Segmentation and Registration Toolkit
|
#include <itkImageAdaptor.h>
example usage: typedef typename ImageAdaptorType::template Rebind< float >::Type OutputImageType;
Definition at line 135 of file itkImageAdaptor.h.
Public Types | |
typedef itk::Image< UPixelType, UImageDimension > | Type |
typedef itk::Image<UPixelType, UImageDimension> itk::ImageAdaptor< TImage, TAccessor >::Rebind< UPixelType, UImageDimension >::Type |
Definition at line 137 of file itkImageAdaptor.h.