X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src2%2FcreaImageIOVtkImageReader.h;fp=src2%2FcreaImageIOVtkImageReader.h;h=b9712103ec03fc566aa691dc5d66a16f31c2def1;hb=96ca5a0d7b7ccd6b4291160c19afd48e3207db2a;hp=3ae6a436fc69b38b1c3f4f394de4d10d01e674fb;hpb=2df647c186de559388c62bfebba8795b860ee8ae;p=creaImageIO.git diff --git a/src2/creaImageIOVtkImageReader.h b/src2/creaImageIOVtkImageReader.h index 3ae6a43..b971210 100644 --- a/src2/creaImageIOVtkImageReader.h +++ b/src2/creaImageIOVtkImageReader.h @@ -26,9 +26,13 @@ namespace creaImageIO virtual ~VtkImageReader(); + /// Add file extensions read by the reader virtual void PushBackExtensions(std::vector&); + /// 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);