plastimatch
Loading...
Searching...
No Matches
Macros | Functions
plm_image.cxx File Reference
#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)
 

Macro Definition Documentation

◆ CONVERT_ITK_ITK

#define CONVERT_ITK_ITK (   out_type,
  in_type 
)
Value:
(this->m_itk_##out_type = cast_##out_type (this->m_itk_##in_type), \
this->m_itk_##in_type = 0)
Definition pointset.h:15

Function Documentation

◆ plm_image_load() [1/2]

Plm_image::Pointer plm_image_load ( const char fname,
Plm_image_type  type 
)

◆ plm_image_load() [2/2]

Plm_image::Pointer plm_image_load ( const std::string &  fname,
Plm_image_type  type 
)

◆ plm_image_load_native() [1/2]

Plm_image::Pointer plm_image_load_native ( const char fname)

◆ plm_image_load_native() [2/2]

Plm_image::Pointer plm_image_load_native ( const std::string &  fname)