X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src2%2FcreaImageIOVtkImageReader.h;h=44e8f230277c6023ad5bbd6f2cb4e82fdd6c9bd9;hb=a00e6172593c713640aaa9bf1e61db6200231a0f;hp=836ba7f29509a186c9d21bcb1e7ffe77a5e86b7a;hpb=139340305dd41bfdfff00f02a8c8c59241d14cb1;p=creaImageIO.git diff --git a/src2/creaImageIOVtkImageReader.h b/src2/creaImageIOVtkImageReader.h index 836ba7f..44e8f23 100644 --- a/src2/creaImageIOVtkImageReader.h +++ b/src2/creaImageIOVtkImageReader.h @@ -12,7 +12,7 @@ namespace creaImageIO /** - * \ingroup ReadWrite + * \ingroup IO */ //===================================================================== @@ -26,9 +26,15 @@ 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);