]> Creatis software - creaImageIO.git/blobdiff - src2/creaImageIOUltrasonixImageReader.h
Fix include for boost::algorithm
[creaImageIO.git] / src2 / creaImageIOUltrasonixImageReader.h
index 29a58a2f74852c9c66a6bfc09f86daa167976624..6ba7b42d3dc92b3b2de3b52aa676f07b351be57b 100644 (file)
@@ -21,13 +21,17 @@ namespace creaImageIO
     UltrasonixImageReader();
 
     virtual ~UltrasonixImageReader();
-
+       /// Add file extensions read by the reader
     virtual void PushBackExtensions(std::vector<std::string>&);
+       /// Test if file is read by this reader
     virtual bool CanRead(const std::string& filename);
+       /// return for a file a 2D VTkImage
     virtual vtkImageData* ReadImage(const std::string& filename);
+       /// Read the attributes for a file
     virtual void ReadAttributes(const std::string& filename, 
                                tree::AttributeMapType& attr);
 
+
   };
   //=====================================================================