]> Creatis software - gdcm.git/blobdiff - TODO
Now Examples/PrintFile displays properly Transfert Syntax Name, whatever the
[gdcm.git] / TODO
diff --git a/TODO b/TODO
index 3e57f3c55b22d10dd93c1bb7a148bcc84a06a5f1..82bba741364f276ee76834a7e8dcd81b96cdb0eb 100644 (file)
--- 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)