]> Creatis software - gdcm.git/blobdiff - src/gdcmHeader.h
Add a new test: ShowDicom, for now this is just the c++ version of
[gdcm.git] / src / gdcmHeader.h
index 273305c11160e301a8a4606606a4c462d4ff9e41..3d8564140d646e4667f2b6484dabee3427d903b1 100644 (file)
@@ -106,6 +106,9 @@ public:
 
 // Entry
 
+// These functions are necessary for Python because 
+//       there are protected in the parent class
+
    inline virtual std::string GetEntryByNumber  (guint16 group, guint16 element)
       { return(gdcmParser::GetEntryByNumber(group,element)); }