4#ifndef _dicom_sro_save_h_
5#define _dicom_sro_save_h_
11class Dicom_sro_save_private;
45 void set_xform (
const Xform::Pointer& xform);
Dicom_sro_save()
Definition dicom_sro_save.cxx:61
void set_moving_image(const char *path)
Set the moving image. If it is a non-DICOM volume, the volume will be loaded and exported as DICOM....
Definition dicom_sro_save.cxx:84
void run()
Save the SRO and maybe some images too.
Definition dicom_sro_save.cxx:108
void set_xform(const Xform::Pointer &xform)
Set the transform, which will be exported as DICOM.
Definition dicom_sro_save.cxx:96
void set_output_dir(const std::string &output_dir)
Set the path to the output directory where the DICOM SRO and images will be saved.
Definition dicom_sro_save.cxx:102
Dicom_sro_save_private * d_ptr
Definition dicom_sro_save.h:25
void set_fixed_image(const char *path)
Set the reference image. If it is a non-DICOM volume, the volume will be loaded and exported as DICOM...
Definition dicom_sro_save.cxx:72
std::shared_ptr< Self > Pointer
Definition plm_image.h:29
#define PLMUTIL_API
Definition plmutil_config.h:26