plastimatch
Loading...
Searching...
No Matches
dcmtk_sro.h
Go to the documentation of this file.
1/* -----------------------------------------------------------------------
2 See COPYRIGHT.TXT and LICENSE.TXT for copyright and license information
3 ----------------------------------------------------------------------- */
4#ifndef _dcmtk_sro_h_
5#define _dcmtk_sro_h_
6
7#include "plmbase_config.h"
8#include <string>
9#include "rt_study_metadata.h"
10#include "xform.h"
11
12class Xform;
13
15public:
16 static void save (
17 const Xform::Pointer& xf,
18 const Rt_study_metadata::Pointer& rsm_src, /* Fixed image */
19 const Rt_study_metadata::Pointer& rsm_reg, /* Moving image */
20 const std::string& dicom_dir,
21 bool filenames_with_uid);
22};
23
24#endif
Definition dcmtk_sro.h:14
The Xform class is an abstraction that encapsulates a simple transform, either native format (B-splin...
Definition xform.h:66
#define PLMBASE_API
Definition plmbase_config.h:19