Go to the source code of this file.
|
void | itk_image_save (const FloatImageType::Pointer &img_ptr, const std::string &fname, Plm_image_type image_type) |
|
void | itk_image_save (const FloatImageType::Pointer &img_ptr, const char *fname, Plm_image_type image_type) |
|
template<class T > |
void | itk_image_save (T img_ptr, const char *fname) |
|
template<class T > |
void | itk_image_save (T img_ptr, const std::string &fname) |
|
template<class T > |
void | itk_image_save_short_dicom (T image, const char *dir_name, Rt_study_metadata *) |
|
template<class T > |
void | itk_image_save_char (T img_ptr, const char *fname) |
|
template<class T > |
void | itk_image_save_uchar (const T img_ptr, const char *fname) |
|
template<class T > |
void | itk_image_save_short (T img_ptr, const char *fname) |
|
template<class T > |
void | itk_image_save_ushort (T img_ptr, const char *fname) |
|
template<class T > |
void | itk_image_save_int32 (T img_ptr, const char *fname) |
|
template<class T > |
void | itk_image_save_uint32 (T img_ptr, const char *fname) |
|
template<class T > |
void | itk_image_save_float (T img_ptr, const char *fname) |
|
template<class T > |
void | itk_image_save_double (T img_ptr, const char *fname) |
|
◆ itk_image_save() [1/4]
void itk_image_save |
( |
const FloatImageType::Pointer & | img_ptr, |
|
|
const char * | fname, |
|
|
Plm_image_type | image_type ) |
◆ itk_image_save() [2/4]
void itk_image_save |
( |
const FloatImageType::Pointer & | img_ptr, |
|
|
const std::string & | fname, |
|
|
Plm_image_type | image_type ) |
◆ itk_image_save() [3/4]
template<class T >
void itk_image_save |
( |
T | img_ptr, |
|
|
const char * | fname ) |
◆ itk_image_save() [4/4]
template<class T >
void itk_image_save |
( |
T | img_ptr, |
|
|
const std::string & | fname ) |
◆ itk_image_save_char()
template<class T >
void itk_image_save_char |
( |
T | img_ptr, |
|
|
const char * | fname ) |
◆ itk_image_save_double()
template<class T >
void itk_image_save_double |
( |
T | img_ptr, |
|
|
const char * | fname ) |
◆ itk_image_save_float()
template<class T >
void itk_image_save_float |
( |
T | img_ptr, |
|
|
const char * | fname ) |
◆ itk_image_save_int32()
template<class T >
void itk_image_save_int32 |
( |
T | img_ptr, |
|
|
const char * | fname ) |
◆ itk_image_save_short()
template<class T >
void itk_image_save_short |
( |
T | img_ptr, |
|
|
const char * | fname ) |
◆ itk_image_save_short_dicom()
template<class T >
void itk_image_save_short_dicom |
( |
T | image, |
|
|
const char * | dir_name, |
|
|
Rt_study_metadata * | ) |
◆ itk_image_save_uchar()
template<class T >
void itk_image_save_uchar |
( |
const T | img_ptr, |
|
|
const char * | fname ) |
◆ itk_image_save_uint32()
template<class T >
void itk_image_save_uint32 |
( |
T | img_ptr, |
|
|
const char * | fname ) |
◆ itk_image_save_ushort()
template<class T >
void itk_image_save_ushort |
( |
T | img_ptr, |
|
|
const char * | fname ) |