// gdcmElementSet.h #ifndef GDCMELEMENTSET_H #define GDCMELEMENTSET_H //----------------------------------------------------------------------------- class GDCM_EXPORT gdcmElementSet : public gdcmDocEntrySet { public: protected: private: }; //----------------------------------------------------------------------------- #endif