ITK  4.2.0
Insight Segmentation and Registration Toolkit
Public Types
itk::Image< TPixel, VImageDimension >::Rebind< UPixelType, UImageDimension > Struct Template Reference

#include <itkImage.h>

List of all members.

Public Types

typedef itk::Image< UPixelType,
UImageDimension > 
Type

Detailed Description

template<class TPixel, unsigned int VImageDimension = 2>
template<class 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 169 of file itkImage.h.


Member Typedef Documentation

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

Definition at line 171 of file itkImage.h.


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