X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;ds=sidebyside;f=TODO;h=f67088b09f04df38d500a5f34a348d19520ad43e;hb=b49d7069fe20162182a1840fd06afd3351f50b3d;hp=4a208ce45e71d7b454f77bb83f35f059fa87a870;hpb=5fbee0c35cc0f02ceea5d5a8be0c1900c63143bb;p=gdcm.git diff --git a/TODO b/TODO index 4a208ce4..f67088b0 100644 --- a/TODO +++ b/TODO @@ -1,3 +1,4 @@ +* Remove enable_sequences and ignore_shadow from gdcmDocument(). * Split gdcmHeader through inheritance to create gdcmHeaderHelper that would regroup all the heuristics above a gdcmHeader e.g. the functions GetXsize(), GetXSpacing(), GetXImagePosition()... @@ -5,7 +6,7 @@ done by gdcmHeader to provide the user with heuristics above various values found in the header (the simplest form being to default a value). * vtk/vtkGdcmHeader.cxx: if speed becomes a concern some changes can - be made a the cost of memory consumption (refer to header of + be made at the cost of memory consumption (refer to header of vtk/vtkGdcmHeader.cxx) * Add a GetVersion() global function. * gdcmElValSet::SetElValueLengthByNumber IMNSHO should be trashed. @@ -70,3 +71,5 @@ a.write(output); } +* use namespace for gdcm, to avoid problem when using enum with name like + 'Unknow' on .Net, and LP on cygwin that cause problems