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

#include <itkImage.h>

Public Types

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

Detailed Description

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

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

Deprecated:
Use RebindImageType instead

Definition at line 175 of file itkImage.h.

Member Typedef Documentation

◆ Type

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

Definition at line 177 of file itkImage.h.


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