plastimatch
Loading...
Searching...
No Matches
cxt_extract.h
Go to the documentation of this file.
1/* -----------------------------------------------------------------------
2 See COPYRIGHT.TXT and LICENSE.TXT for copyright and license information
3 ----------------------------------------------------------------------- */
4#ifndef _cxt_extract_h_
5#define _cxt_extract_h_
6
7#include "plmbase_config.h"
8
9class Rtss;
10
11template<class T> void cxt_extract (
12 Rtss *cxt,
13 T image,
14 int num_structs,
15 bool check_cxt_bits
16);
17
18#endif
The Rtss class represents a set of segmentations in polyline format, analogous to the DICOM-RT RTSTRU...
Definition rtss.h:25
void cxt_extract(Rtss *cxt, T image, int num_structs, bool check_cxt_bits)
Definition cxt_extract.cxx:151