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