]> Creatis software - gdcm.git/blob - src/gdcmElementSet.h
The shows goes on
[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    gdcmElementSet(void);
12    ~gdcmElementSet(void);
13    
14 protected:
15
16 private:
17
18 };
19
20
21 //-----------------------------------------------------------------------------
22 #endif
23