plastimatch
Loading...
Searching...
No Matches
Functions
itk_image_cast.h File Reference
#include "plmbase_config.h"
#include "itk_image_type.h"

Go to the source code of this file.

Functions

template<class T >
CharImageType::Pointer cast_char (T image)
 
template<class T >
UCharImageType::Pointer cast_uchar (T image)
 
template<class T >
ShortImageType::Pointer cast_short (T image)
 
template<class T >
UShortImageType::Pointer cast_ushort (T image)
 
template<class T >
Int32ImageType::Pointer cast_int32 (T image)
 
template<class T >
UInt32ImageType::Pointer cast_uint32 (T image)
 
template<class T >
FloatImageType::Pointer cast_float (T image)
 
template<class T >
DoubleImageType::Pointer cast_double (T image)
 

Function Documentation

◆ cast_char()

template<class T >
CharImageType::Pointer cast_char ( T  image)

◆ cast_double()

template<class T >
DoubleImageType::Pointer cast_double ( T  image)

◆ cast_float()

template<class T >
FloatImageType::Pointer cast_float ( T  image)

◆ cast_int32()

template<class T >
Int32ImageType::Pointer cast_int32 ( T  image)

◆ cast_short()

template<class T >
ShortImageType::Pointer cast_short ( T  image)

◆ cast_uchar()

template<class T >
UCharImageType::Pointer cast_uchar ( T  image)

◆ cast_uint32()

template<class T >
UInt32ImageType::Pointer cast_uint32 ( T  image)

◆ cast_ushort()

template<class T >
UShortImageType::Pointer cast_ushort ( T  image)