X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src2%2FcreaImageIODicomImageReader.h;h=0ff7c66f30dc2b3f93dd6136ce4f4eebef188a1b;hb=da80530068246081505e9649523d10e8da8e6acd;hp=d9e059562581392bdb5f166a2e17c5b72eba2e7d;hpb=139340305dd41bfdfff00f02a8c8c59241d14cb1;p=creaImageIO.git diff --git a/src2/creaImageIODicomImageReader.h b/src2/creaImageIODicomImageReader.h index d9e0595..0ff7c66 100644 --- a/src2/creaImageIODicomImageReader.h +++ b/src2/creaImageIODicomImageReader.h @@ -12,7 +12,7 @@ namespace creaImageIO /** - * \ingroup ReadWrite + * \ingroup IO */ //===================================================================== @@ -23,9 +23,13 @@ namespace creaImageIO DicomImageReader(); virtual ~DicomImageReader(); + /// 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);