plastimatch
Loading...
Searching...
No Matches
Typedefs | Functions
astroid_dose.cxx File Reference
#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 Documentation

◆ Astroid_dose_header

typedef struct astroid_dose_header Astroid_dose_header

Function Documentation

◆ astroid_dose_apply_transform()

void astroid_dose_apply_transform ( Plm_image pli,
Xio_ct_transform transform 
)

◆ astroid_dose_create_volume()

static void astroid_dose_create_volume ( Plm_image pli,
Astroid_dose_header adh 
)
static

◆ astroid_dose_load()

void astroid_dose_load ( Plm_image pli,
Metadata::Pointer &  meta,
const char filename 
)

◆ astroid_dose_load_cube()

static void astroid_dose_load_cube ( Plm_image pli,
Astroid_dose_header adh,
const char filename 
)
static

◆ astroid_dose_load_header()

static void astroid_dose_load_header ( Astroid_dose_header adh,
const char filename 
)
static