aimstil  5.0.5
readDICOM.h
Go to the documentation of this file.
1 #ifndef TIL_READDICOM_H
2 #define TIL_READDICOM_H
3 
4 // includes from TIL library
5 #include "til/til_common.h"
6 #include "til/ImageC.h"
7 
8 namespace til {
9 
10  TIL_API void readDICOM(const char *fileName, ImageC<unsigned short> &);
11 
12 } // namespace
13 
14 #endif
15 
Belongs to package Box Do not include directly, include til/Box.h instead.
Definition: Accumulator.h:10
General macros, definitions and functions.
#define TIL_API
Definition: til_common.h:42
TIL_API void readDICOM(const char *fileName, ImageC< unsigned short > &)