plastimatch
Loading...
Searching...
No Matches
xform_convert.h
Go to the documentation of this file.
1/* -----------------------------------------------------------------------
2 See COPYRIGHT.TXT and LICENSE.TXT for copyright and license information
3 ----------------------------------------------------------------------- */
4#ifndef _xform_convert_h_
5#define _xform_convert_h_
6
7#include "plmbase_config.h"
8#include "volume_header.h"
9#include "xform.h"
10
11class Xform_convert_private;
12
14public:
15 Xform_convert_private *d_ptr;
16public:
19 float m_grid_spac[3];
21public:
24public:
25 void run ();
26 void set_input_xform (const Xform::Pointer& xf_in);
27 void set_geometry (const Plm_image_header *pih);
28 Xform::Pointer& get_output_xform ();
29};
30
31#endif
The Plm_image_header class defines the geometry of an image. It defines image origin,...
Definition plm_image_header.h:24
Definition volume_header.h:17
Definition xform_convert.h:13
Xform_convert_private * d_ptr
Definition xform_convert.h:15
int m_nobulk
Definition xform_convert.h:20
Xform_type m_xf_out_type
Definition xform_convert.h:17
Volume_header m_volume_header
Definition xform_convert.h:18
#define PLMBASE_API
Definition plmbase_config.h:19
Xform_type
Definition xform.h:26