|
plastimatch
|
#include "plmutil_config.h"#include "file_util.h"#include "image_stats.h"#include "itk_image_load.h"#include "itk_image_save.h"#include "itk_image_type.h"#include "logfile.h"#include "plm_image.h"#include "plm_image_header.h"#include "plm_warp.h"#include "print_and_exit.h"#include "rt_study.h"#include "rt_study_metadata.h"#include "rt_study_warp.h"#include "rtss.h"#include "segmentation.h"#include "simplify_points.h"#include "string_util.h"#include "warp_parms.h"#include "volume.h"#include "xform.h"#include "xio_dose.h"Functions | |
| static void | load_input_files (Rt_study *rt_study, Plm_file_format file_type, Warp_parms *parms) |
| static void | save_ss_img (Rt_study *rt_study, const Xform *xf, Plm_image_header *pih, Warp_parms *parms) |
| static void | warp_and_save_ss (Rt_study *rt_study, const Xform::Pointer &xf, Plm_image_header *pih, Warp_parms *parms) |
| void | rt_study_warp (Rt_study *rt_study, Plm_file_format file_type, Warp_parms *parms) |
|
static |
| void rt_study_warp | ( | Rt_study * | rt_study, |
| Plm_file_format | file_type, | ||
| Warp_parms * | parms ) |
|
static |
|
static |