]> Creatis software - creaImageIO.git/blobdiff - src2/creaImageIOImageReader.h
*** empty log message ***
[creaImageIO.git] / src2 / creaImageIOImageReader.h
index 2f3e7d0141fad6fc5ea30b50e7ff4dc7bdbd4a9f..36fafd4a452f75143734799c6f84657c5703ba99 100644 (file)
@@ -2,12 +2,11 @@
 #define __creaImageIOImageReader_h_INCLUDED__
 
 
-#include <creaImageIOTreeAttributeDescriptor.h>
-
 #include <vtkImageData.h>
 #include <string>
 #include <vector>
 #include <map>
+#include <creaImageIOTreeAttributeMapType.h>
 
 namespace creaImageIO
 {
@@ -44,7 +43,7 @@ namespace creaImageIO
     /// On return, the values of the map are the values 
     /// of the attributes (empty string if not available).
     void ReadAttributes(const std::string& filename, 
-                       std::map<std::string,std::string>& attr);
+                       tree::AttributeMapType& attr);
 
     /// Returns the known extensions
     const std::vector<std::string>& GetKnownExtensions()