// gdcm.h //----------------------------------------------------------------------------- #ifndef GDCM_H #define GDCM_H // General purpose include file. This file should be included by // external users of gdcm. It exposes the necessary API. #include "gdcmException.h" #include "gdcmCommon.h" #include "gdcmDictEntry.h" #include "gdcmDict.h" #include "gdcmDictSet.h" #include "gdcmDocument.h" #include "gdcmHeader.h" #include "gdcmHeaderHelper.h" #include "gdcmFile.h" #include "gdcmUtil.h" #endif