plastimatch
Loading...
Searching...
No Matches
astroid_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 _astroid_dose_h_
5#define _astroid_dose_h_
6
7#include "plmbase_config.h"
8#include "metadata.h"
9
10class Plm_image;
12
13PLMBASE_C_API void
15 Plm_image *plm,
16 Metadata::Pointer& meta,
17 const char *filename
18);
19PLMBASE_C_API void
21 Plm_image *plm,
22 Xio_ct_transform *transform
23);
24
25#endif
EXTERNC void astroid_dose_load(Plm_image *plm, Metadata::Pointer &meta, const char *filename)
Definition astroid_dose.cxx:207
EXTERNC void astroid_dose_apply_transform(Plm_image *plm, Xio_ct_transform *transform)
Definition astroid_dose.cxx:237
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
#define PLMBASE_C_API
Definition plmbase_config.h:18