plastimatch
Loading...
Searching...
No Matches
mc_dose.h
Go to the documentation of this file.
1/* -----------------------------------------------------------------------
2 See COPYRIGHT.TXT and LICENSE.TXT for copyright and license information
3 ----------------------------------------------------------------------- */
4#ifndef _mc_dose_h_
5#define _mc_dose_h_
6
7#include "plmbase_config.h"
8
9class Plm_image;
11
12PLMBASE_API void mc_dose_load (Plm_image *plm, const char *filename);
14
15#endif
The Plm_image class represents a three-dimensional volume. The volume is an abstraction that can co...
Definition: plm_image.h:27
Definition: xio_ct_transform.h:13
void mc_dose_load(Plm_image *plm, const char *filename)
Definition: mc_dose.cxx:149
void mc_dose_apply_transform(Plm_image *plm, Xio_ct_transform *transform)
Definition: mc_dose.cxx:159
#define PLMBASE_API
Definition: plmbase_config.h:19