CTK 0.1.0
The Common Toolkit is a community effort to provide support code for medical image analysis, surgical navigation, and related projects.
ctkDICOMDataset.h
Go to the documentation of this file.
1#ifndef CTK_DICOM_DATASET_H
2#define CTK_DICOM_DATASET_H
3#if defined _MSC_VER
4 #pragma message ( "Deprecated header ctkDICOMItem.h included. Please use ctkDICOMItem.h!" )
5#elif defined __GNUC__
6 #warning "Deprecated header ctkDICOMItem.h included. Please use ctkDICOMItem.h!"
7#endif
8#include "ctkDICOMItem.h"
9#endif
10