]> Creatis software - creaImageIO.git/blobdiff - src2/creaImageIOVtkImageReader.h
Clean-Up with Juan Sebastien
[creaImageIO.git] / src2 / creaImageIOVtkImageReader.h
index 836ba7f29509a186c9d21bcb1e7ffe77a5e86b7a..b9712103ec03fc566aa691dc5d66a16f31c2def1 100644 (file)
@@ -12,7 +12,7 @@ namespace creaImageIO
 
 
   /**
-   * \ingroup ReadWrite
+   * \ingroup IO
    */
   
   //=====================================================================
@@ -26,9 +26,13 @@ namespace creaImageIO
 
     virtual ~VtkImageReader();
 
+       /// 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);