plastimatch
|
#include "plmbase_config.h"
#include <vector>
#include <fstream>
#include <iterator>
#include "mc_dose.h"
#include "plm_image.h"
#include "plm_int.h"
#include "print_and_exit.h"
#include "volume.h"
#include "xio_ct.h"
#include "xio_ct_transform.h"
Typedefs | |
typedef struct mc_dose_header | MC_dose_header |
Functions | |
static void | mc_dose_load_header (MC_dose_header *mcdh, const char *filename) |
static void | mc_dose_load_cube (Plm_image *pli, MC_dose_header *mcdh, const char *filename) |
static void | mc_dose_create_volume (Plm_image *pli, MC_dose_header *mcdh) |
void | mc_dose_load (Plm_image *pli, const char *filename) |
void | mc_dose_apply_transform (Plm_image *pli, Xio_ct_transform *transform) |
typedef struct mc_dose_header MC_dose_header |
void mc_dose_apply_transform | ( | Plm_image * | pli, |
Xio_ct_transform * | transform ) |
|
static |
void mc_dose_load | ( | Plm_image * | pli, |
const char * | filename ) |
|
static |
|
static |