X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;ds=sidebyside;f=TODO;h=82bba741364f276ee76834a7e8dcd81b96cdb0eb;hb=f24973b3daa0b2214838857d02bd61db6d4a0a40;hp=3e57f3c55b22d10dd93c1bb7a148bcc84a06a5f1;hpb=9a8932b74aab77d55d7b478b1996611c7d588daa;p=gdcm.git diff --git a/TODO b/TODO index 3e57f3c5..82bba741 100644 --- a/TODO +++ b/TODO @@ -1,9 +1,7 @@ -* Split gdcmHeader through inheritance to create gdcmHeaderHelper - that would regroup all the heuristics above a gdcmHeader e.g. the - functions GetXsize(), GetXSpacing(), GetXImagePosition()... - Those functions are the one using the results of the parsing as - done by gdcmHeader to provide the user with heuristics above various - values found in the header (the simplest form being to default a value). +* Convert the C-like IO to C++ IO (i.e. remove FILE*, fread...). Some docs + are available at + http://www.angelfire.com/country/aldev0/cpphowto/cpp_BinaryFileIO.html +* Remove enable_sequences and ignore_shadow from gdcmDocument(). * vtk/vtkGdcmHeader.cxx: if speed becomes a concern some changes can be made at the cost of memory consumption (refer to header of vtk/vtkGdcmHeader.cxx)