plastimatch
Loading...
Searching...
No Matches
dicom_probe.h
Go to the documentation of this file.
1/* -----------------------------------------------------------------------
2 See COPYRIGHT.TXT and LICENSE.TXT for copyright and license information
3 ----------------------------------------------------------------------- */
4#ifndef _dcm_probe_h_
5#define _dcm_probe_h_
6
7#include "plmbase_config.h"
8
10bool
11dicom_probe_dose (const char *fn);
12
14bool
15dicom_probe_rtss (const char *fn);
16
18bool
19dicom_probe_rtplan(const char *fn);
20
21#endif
EXTERNC bool dicom_probe_rtss(const char *fn)
Definition: dicom_probe.cxx:19
EXTERNC bool dicom_probe_rtplan(const char *fn)
Definition: dicom_probe.cxx:41
EXTERNC bool dicom_probe_dose(const char *fn)
Definition: dicom_probe.cxx:30
#define PLMBASE_C_API
Definition: plmbase_config.h:18