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