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

◆ MC_dose_header

typedef struct mc_dose_header MC_dose_header

Function Documentation

◆ mc_dose_apply_transform()

void mc_dose_apply_transform ( Plm_image pli,
Xio_ct_transform transform 
)

◆ mc_dose_create_volume()

static void mc_dose_create_volume ( Plm_image pli,
MC_dose_header mcdh 
)
static

◆ mc_dose_load()

void mc_dose_load ( Plm_image pli,
const char filename 
)

◆ mc_dose_load_cube()

static void mc_dose_load_cube ( Plm_image pli,
MC_dose_header mcdh,
const char filename 
)
static

◆ mc_dose_load_header()

static void mc_dose_load_header ( MC_dose_header mcdh,
const char filename 
)
static