plastimatch
|
#include "plmbase_config.h"
#include <time.h>
#include <stdlib.h>
#include <string.h>
#include "itkImageRegionIterator.h"
#include "itkMetaDataDictionary.h"
#include "itkMetaDataObject.h"
#include "dicom_util.h"
#include "file_util.h"
#include "itk_image_cast.h"
#include "itk_image_create.h"
#include "itk_image_load.h"
#include "itk_image_save.h"
#include "itk_image_type.h"
#include "itk_metadata.h"
#include "logfile.h"
#include "nki_io.h"
#include "path_util.h"
#include "plm_image.h"
#include "plm_image_p.h"
#include "plm_image_type.h"
#include "plm_image_header.h"
#include "print_and_exit.h"
#include "string_util.h"
#include "volume.h"
Macros | |
#define | CONVERT_ITK_ITK(out_type, in_type) |
Functions | |
Plm_image::Pointer | plm_image_load (const char *fname, Plm_image_type type) |
Plm_image::Pointer | plm_image_load (const std::string &fname, Plm_image_type type) |
Plm_image::Pointer | plm_image_load_native (const char *fname) |
Plm_image::Pointer | plm_image_load_native (const std::string &fname) |
#define CONVERT_ITK_ITK | ( | out_type, | |
in_type ) |
Plm_image::Pointer plm_image_load | ( | const char * | fname, |
Plm_image_type | type ) |
Plm_image::Pointer plm_image_load | ( | const std::string & | fname, |
Plm_image_type | type ) |
Plm_image::Pointer plm_image_load_native | ( | const char * | fname | ) |
Plm_image::Pointer plm_image_load_native | ( | const std::string & | fname | ) |