]> Creatis software - gdcm.git/blob - src/gdcmElementSet.h
Taking into account the 'Dicom Sequences' leads up to introduce new concepts
[gdcm.git] / src / gdcmElementSet.h
1 // gdcmElementSet.h
2
3 #ifndef GDCMELEMENTSET_H
4 #define GDCMELEMENTSET_H
5
6 //-----------------------------------------------------------------------------
7
8 class GDCM_EXPORT gdcmElementSet : public gdcmDocEntrySet 
9 {
10 public:
11
12 protected:
13
14 private:
15
16 };
17
18
19 //-----------------------------------------------------------------------------
20 #endif
21