ITK  5.4.0
Insight Toolkit
Public Types | List of all members
itk::Image< TPixel, VImageDimension >::Rebind< UPixelType, VUImageDimension > Struct Template Reference

#include <itkImage.h>

Detailed Description

template<typename TPixel, unsigned int VImageDimension = 2>
template<typename UPixelType, unsigned int VUImageDimension = VImageDimension>
struct itk::Image< TPixel, VImageDimension >::Rebind< UPixelType, VUImageDimension >

example usage: using OutputImageType = typename ImageType::template Rebind< float >::Type;

Deprecated:
Use RebindImageType instead

Definition at line 177 of file itkImage.h.

Public Types

using Type = itk::Image< UPixelType, VUImageDimension >
 

Member Typedef Documentation

◆ Type

template<typename TPixel, unsigned int VImageDimension = 2>
template<typename UPixelType , unsigned int VUImageDimension = VImageDimension>
using itk::Image< TPixel, VImageDimension >::Rebind< UPixelType, VUImageDimension >::Type = itk::Image<UPixelType, VUImageDimension>

Definition at line 179 of file itkImage.h.


The documentation for this struct was generated from the following file: