plastimatch
|
#include "plmbase_config.h"
#include <string.h>
#include "astroid_dose.h"
#include "direction_cosines.h"
#include "plm_endian.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 astroid_dose_header | Astroid_dose_header |
Functions | |
static void | astroid_dose_load_header (Astroid_dose_header *adh, const char *filename) |
static void | astroid_dose_load_cube (Plm_image *pli, Astroid_dose_header *adh, const char *filename) |
static void | astroid_dose_create_volume (Plm_image *pli, Astroid_dose_header *adh) |
void | astroid_dose_load (Plm_image *pli, Metadata::Pointer &meta, const char *filename) |
void | astroid_dose_apply_transform (Plm_image *pli, Xio_ct_transform *transform) |
typedef struct astroid_dose_header Astroid_dose_header |
void astroid_dose_apply_transform | ( | Plm_image * | pli, |
Xio_ct_transform * | transform ) |
|
static |
void astroid_dose_load | ( | Plm_image * | pli, |
Metadata::Pointer & | meta, | ||
const char * | filename ) |
|
static |
|
static |