ITK  4.13.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: typedef typename ImageType::template Rebind< float >::Type OutputImageType;

Definition at line 161 of file itkImage.h.

Public Types

typedef itk::Image< UPixelType,
NUImageDimension > 
Type
 

Member Typedef Documentation

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

Definition at line 163 of file itkImage.h.


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