plastimatch
Loading...
Searching...
No Matches
plm_image_set.h
Go to the documentation of this file.
1/* -----------------------------------------------------------------------
2 See COPYRIGHT.TXT and LICENSE.TXT for copyright and license information
3 ----------------------------------------------------------------------- */
4#ifndef _plm_image_set_h_
5#define _plm_image_set_h_
6
7#include "plmbase_config.h"
8#include "compiler_warnings.h"
9#include "itk_image.h"
10#include "metadata.h"
11#include "plm_image_type.h"
12#include "smart_pointer.h"
13#include "volume.h"
14
15class Plm_image_set_private;
16
23public:
25 Plm_image_set_private *d_ptr;
26public:
29
30};
31
32#endif
The Plm_image_set class represents a set of three-dimensional volumes. It is used for importing DICOM...
Definition plm_image_set.h:22
SMART_POINTER_SUPPORT(Plm_image_set)
Plm_image_set_private * d_ptr
Definition plm_image_set.h:25
#define PLMBASE_API
Definition plmbase_config.h:19