ITK
6.0.0
Insight Toolkit
|
#include <itkImageAdaptor.h>
example usage: using OutputImageType = typename ImageAdaptorType::template Rebind< float >::Type;
Deprecated: Use RebindImageType instead
Definition at line 138 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 140 of file itkImageAdaptor.h.