]> Creatis software - gdcm.git/blobdiff - src/gdcmDicomDirImage.h
Add a new test: ShowDicom, for now this is just the c++ version of
[gdcm.git] / src / gdcmDicomDirImage.h
index 835167e6227eee6b34b111f58174d6987ee11ff2..719c36842f62774298aa0d478fe1c893983e65c6 100644 (file)
@@ -13,14 +13,7 @@ public:
 
    ~gdcmDicomDirImage(void);
 
-   virtual void Print(std::ostream &os = std::cout);
-   
-/**
- * \ingroup gdcmDicomDirImage
- * \brief   TODO
- */ 
-   gdcmDicomDirImage* NewImage(void);
-      
+   virtual void Print(std::ostream &os = std::cout);      
 };
 
 //-----------------------------------------------------------------------------