SimpleITK  2.0.0
Classes | Namespaces | Functions
sitkImageConvert.h File Reference
#include "sitkImage.h"
+ Include dependency graph for sitkImageConvert.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  itk::CovariantVector< T, NVectorDimension >
 
class  itk::Vector< T, NVectorDimension >
 

Namespaces

 itk
 
 itk::simple
 

Functions

template<typename TPixelType , unsigned int ImageDimension>
SITKCommon_HIDDEN itk::Image< itk::Vector< TPixelType, ImageDimension >, ImageDimension >::Pointer itk::simple::GetImageFromVectorImage (itk::VectorImage< TPixelType, ImageDimension > *img, bool transferOwnership=false)
 A utility method to help convert between itk image types efficiently. More...
 
template<class TPixelType , unsigned int NImageDimension, unsigned int NLength>
SITKCommon_HIDDEN itk::VectorImage< TPixelType, NImageDimension >::Pointer itk::simple::GetVectorImageFromImage (itk::Image< itk::CovariantVector< TPixelType, NLength >, NImageDimension > *img, bool transferOwnership=false)
 
template<class TPixelType , unsigned int NImageDimension, unsigned int NLength>
SITKCommon_HIDDEN itk::VectorImage< TPixelType, NImageDimension >::Pointer itk::simple::GetVectorImageFromImage (itk::Image< itk::Vector< TPixelType, NLength >, NImageDimension > *img, bool transferOwnership=false)