Dear MITK users, in case you do not know or use mitk::DataTree, you can skip the first part of this message and continue reading at "DataTreeNode to be renamed".
=== mitk::DataTree to be deprecated === If you are following MITK for a while, you might have noticed that the class mitk::DataTree has been replaced by mitk::DataStorage for quite a while now. Among other reasons, the transition to DataStorage was made because the new class offered a better querying interface. By now we have cleared most of MITK from remaining references to DataTree: all rendering and application code uses DataStorage. However, the file mitkDataTree.h itself is still in the repository and referenced by a couple of files. We would like to clear the repository of these remaining files soon (until March). If you are still using one of the classes or files mitk::DataTree mitk::DataTreeIterator ... PreOrderIterator ... IteratorClone or similar mitkDataTreeHelper.h mitkCommonFunctionality.h (the DataTree related part) please have a look at this bug: http://bugs.mitk.org/show_bug.cgi?id=3293 If you have trouble transitioning your code to DataStorage, please comment on this bug or write us on the mailing list. We will gladly assist you. === mitk::DataTreeNode to be renamed === Related to the deprecation of mitk::DataTree, we will rename mitk::DataTreeNode to mitk::DataNode. The process of renaming will be documented here: http://bugs.mitk.org/show_bug.cgi?id=3291 As with DataTree, we'll try to do the renaming all at once and we'll try to make the transition easy for you, e.g. by introducing a typedef or providing a renaming script. This will happen after removal of DataTree and we'll keep you informed. Kind regards Daniel -- Dr. Daniel Maleike Phone: +49 6221 42 2326 Deutsches Krebsforschungszentrum Im Neuenheimer Feld 280 Medical and Biological Informatics (E130) 69120 Heidelberg ------------------------------------------------------------------------------ SOLARIS 10 is the OS for Data Centers - provides features such as DTrace, Predictive Self Healing and Award Winning ZFS. Get Solaris 10 NOW http://p.sf.net/sfu/solaris-dev2dev _______________________________________________ mitk-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mitk-users
