plastimatch
Loading...
Searching...
No Matches
plm_image_p.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_p_h_
5#define _plm_image_p_h_
6
7#include "plmbase_config.h"
8#include "volume.h"
9
11public:
12 Metadata::Pointer m_meta;
13 Volume::Pointer m_vol;
14 std::list<Volume::Pointer> m_vol_list;
15};
16
17#endif
Definition: plm_image_p.h:10
std::list< Volume::Pointer > m_vol_list
Definition: plm_image_p.h:14
Volume::Pointer m_vol
Definition: plm_image_p.h:13
Metadata::Pointer m_meta
Definition: plm_image_p.h:12