plastimatch
Loading...
Searching...
No Matches
xio_ct.h
Go to the documentation of this file.
1/* -----------------------------------------------------------------------
2 See COPYRIGHT.TXT and LICENSE.TXT for copyright and license information
3 ----------------------------------------------------------------------- */
4#ifndef _xio_ct_h_
5#define _xio_ct_h_
6
7#include "plmbase_config.h"
8
9class Plm_image;
11class Xio_studyset;
12
13PLMBASE_API void xio_ct_load (Plm_image *plm, Xio_studyset *xio_studyset);
15
16#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
Definition: xio_studyset.h:38
#define PLMBASE_API
Definition: plmbase_config.h:19
void xio_ct_load(Plm_image *plm, Xio_studyset *xio_studyset)
Definition: xio_ct.cxx:211
void xio_ct_apply_transform(Plm_image *plm, Xio_ct_transform *transform)
Definition: xio_ct.cxx:244