plastimatch
Loading...
Searching...
No Matches
ss_list_io.h
Go to the documentation of this file.
1/* -----------------------------------------------------------------------
2 See COPYRIGHT.TXT and LICENSE.TXT for copyright and license information
3 ----------------------------------------------------------------------- */
4#ifndef _ss_list_io_h_
5#define _ss_list_io_h_
6
7#include "plmbase_config.h"
8
9class Rtss;
10
12 Rtss* cxt,
13 const char* ss_list_fn
14);
16 Rtss* cxt,
17 const char* cxt_fn
18);
20 Rtss* cxt,
21 const char* colormap_fn
22);
23
24#endif
The Rtss class represents a set of segmentations in polyline format, analogous to the DICOM-RT RTSTRU...
Definition: rtss.h:25
#define PLMBASE_API
Definition: plmbase_config.h:19
void ss_list_save(Rtss *cxt, const char *cxt_fn)
Definition: ss_list_io.cxx:64
void ss_list_save_colormap(Rtss *cxt, const char *colormap_fn)
Definition: ss_list_io.cxx:90
Rtss * ss_list_load(Rtss *cxt, const char *ss_list_fn)
Definition: ss_list_io.cxx:18