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

#include <itkImage.h>

Detailed Description

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

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

Definition at line 164 of file itkImage.h.

Public Types

typedef itk::Image< UPixelType,
UImageDimension > 
Type
 

Member Typedef Documentation

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

Definition at line 166 of file itkImage.h.


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