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

#include <itkImage.h>

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 164 of file itkImage.h.

Public Types

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

Member Typedef Documentation

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 166 of file itkImage.h.


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