]> Creatis software - creaImageIO.git/blobdiff - src2/creaImageIOVtkImageReader.h
images size compatible
[creaImageIO.git] / src2 / creaImageIOVtkImageReader.h
index 3ae6a436fc69b38b1c3f4f394de4d10d01e674fb..44e8f230277c6023ad5bbd6f2cb4e82fdd6c9bd9 100644 (file)
@@ -26,9 +26,15 @@ 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);