plastimatch
|
#include "plmbase_config.h"
#include <stdlib.h>
#include <string.h>
#include <time.h>
#include "itkCastImageFilter.h"
#include "itkImage.h"
#include "itkImageFileReader.h"
#include "itkImageFileWriter.h"
#include "itkOrientImageFilter.h"
#include "file_util.h"
#include "itk_image_cast.h"
#include "itk_image_save.h"
#include "logfile.h"
#include "print_and_exit.h"
#include "path_util.h"
Functions | |
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 image, const char *fname) |
template<class T > | |
void | itk_image_save (T image, const std::string &fname) |
template<class T > | |
void | itk_image_save_char (T image, const char *fname) |
template<class T > | |
void | itk_image_save_uchar (T image, const char *fname) |
template<class T > | |
void | itk_image_save_short (T image, const char *fname) |
template<class T > | |
void | itk_image_save_ushort (T image, const char *fname) |
template<class T > | |
void | itk_image_save_int32 (T image, const char *fname) |
template<class T > | |
void | itk_image_save_uint32 (T image, const char *fname) |
template<class T > | |
void | itk_image_save_float (T image, const char *fname) |
template<class T > | |
void | itk_image_save_double (T image, const char *fname) |
template void | itk_image_save (CharImageType::Pointer, const char *) |
template void | itk_image_save (UCharImageType::Pointer, const char *) |
template void | itk_image_save (ShortImageType::Pointer, const char *) |
template void | itk_image_save (UShortImageType::Pointer, const char *) |
template void | itk_image_save (Int32ImageType::Pointer, const char *) |
template void | itk_image_save (UInt32ImageType::Pointer, const char *) |
template void | itk_image_save (FloatImageType::Pointer, const char *) |
template void | itk_image_save (DoubleImageType::Pointer, const char *) |
template void | itk_image_save (DeformationFieldType::Pointer, const char *) |
template void | itk_image_save (UCharImage4DType::Pointer, const char *) |
template void | itk_image_save (UCharVecImageType::Pointer, const char *) |
template void | itk_image_save (CharImageType::Pointer, const std::string &) |
template void | itk_image_save (UCharImageType::Pointer, const std::string &) |
template void | itk_image_save (ShortImageType::Pointer, const std::string &) |
template void | itk_image_save (UShortImageType::Pointer, const std::string &) |
template void | itk_image_save (Int32ImageType::Pointer, const std::string &) |
template void | itk_image_save (UInt32ImageType::Pointer, const std::string &) |
template void | itk_image_save (FloatImageType::Pointer, const std::string &) |
template void | itk_image_save (DoubleImageType::Pointer, const std::string &) |
template void | itk_image_save (DeformationFieldType::Pointer, const std::string &) |
template void | itk_image_save (UCharImage4DType::Pointer, const std::string &) |
template void | itk_image_save (UCharVecImageType::Pointer, const std::string &) |
template void | itk_image_save_char (FloatImageType::Pointer, const char *) |
template void | itk_image_save_uchar (const FloatImageType::Pointer, const char *) |
template void | itk_image_save_short (FloatImageType::Pointer, const char *) |
template void | itk_image_save_ushort (FloatImageType::Pointer, const char *) |
template void | itk_image_save_int32 (FloatImageType::Pointer, const char *) |
template void | itk_image_save_uint32 (FloatImageType::Pointer, const char *) |
template void | itk_image_save_float (FloatImageType::Pointer, const char *) |
template void | itk_image_save_double (FloatImageType::Pointer, const char *) |
template void itk_image_save | ( | CharImageType::Pointer | , |
const char * | ) |
template void itk_image_save | ( | CharImageType::Pointer | , |
const std::string & | ) |
void itk_image_save | ( | const FloatImageType::Pointer & | img_ptr, |
const char * | fname, | ||
Plm_image_type | image_type ) |
void itk_image_save | ( | const FloatImageType::Pointer & | img_ptr, |
const std::string & | fname, | ||
Plm_image_type | image_type ) |
template void itk_image_save | ( | DeformationFieldType::Pointer | , |
const char * | ) |
template void itk_image_save | ( | DeformationFieldType::Pointer | , |
const std::string & | ) |
template void itk_image_save | ( | DoubleImageType::Pointer | , |
const char * | ) |
template void itk_image_save | ( | DoubleImageType::Pointer | , |
const std::string & | ) |
template void itk_image_save | ( | FloatImageType::Pointer | , |
const char * | ) |
template void itk_image_save | ( | FloatImageType::Pointer | , |
const std::string & | ) |
template void itk_image_save | ( | Int32ImageType::Pointer | , |
const char * | ) |
template void itk_image_save | ( | Int32ImageType::Pointer | , |
const std::string & | ) |
template void itk_image_save | ( | ShortImageType::Pointer | , |
const char * | ) |
template void itk_image_save | ( | ShortImageType::Pointer | , |
const std::string & | ) |
void itk_image_save | ( | T | image, |
const char * | fname ) |
void itk_image_save | ( | T | image, |
const std::string & | fname ) |
template void itk_image_save | ( | UCharImage4DType::Pointer | , |
const char * | ) |
template void itk_image_save | ( | UCharImage4DType::Pointer | , |
const std::string & | ) |
template void itk_image_save | ( | UCharImageType::Pointer | , |
const char * | ) |
template void itk_image_save | ( | UCharImageType::Pointer | , |
const std::string & | ) |
template void itk_image_save | ( | UCharVecImageType::Pointer | , |
const char * | ) |
template void itk_image_save | ( | UCharVecImageType::Pointer | , |
const std::string & | ) |
template void itk_image_save | ( | UInt32ImageType::Pointer | , |
const char * | ) |
template void itk_image_save | ( | UInt32ImageType::Pointer | , |
const std::string & | ) |
template void itk_image_save | ( | UShortImageType::Pointer | , |
const char * | ) |
template void itk_image_save | ( | UShortImageType::Pointer | , |
const std::string & | ) |
template void itk_image_save_char | ( | FloatImageType::Pointer | , |
const char * | ) |
void itk_image_save_char | ( | T | image, |
const char * | fname ) |
template void itk_image_save_double | ( | FloatImageType::Pointer | , |
const char * | ) |
void itk_image_save_double | ( | T | image, |
const char * | fname ) |
template void itk_image_save_float | ( | FloatImageType::Pointer | , |
const char * | ) |
void itk_image_save_float | ( | T | image, |
const char * | fname ) |
template void itk_image_save_int32 | ( | FloatImageType::Pointer | , |
const char * | ) |
void itk_image_save_int32 | ( | T | image, |
const char * | fname ) |
template void itk_image_save_short | ( | FloatImageType::Pointer | , |
const char * | ) |
void itk_image_save_short | ( | T | image, |
const char * | fname ) |
template void itk_image_save_uchar | ( | const FloatImageType::Pointer | , |
const char * | ) |
void itk_image_save_uchar | ( | T | image, |
const char * | fname ) |
template void itk_image_save_uint32 | ( | FloatImageType::Pointer | , |
const char * | ) |
void itk_image_save_uint32 | ( | T | image, |
const char * | fname ) |
template void itk_image_save_ushort | ( | FloatImageType::Pointer | , |
const char * | ) |
void itk_image_save_ushort | ( | T | image, |
const char * | fname ) |