Dear all, now that I have implemented several changes to MITK that I needed I would like to know what the community thinks about those changes and whether they want them to be integrated to main MITK - I will prepare the pull requests in case people are interested. Some are really tiny :)
- (Pull request preparation in progress) Data manager using QSortFilterProxyModel for filtering the data nodes - this fixes some problems with layers not being assigned correctly for hidden nodes and adds more flexibility by avoiding the hard-coding of predicates used to determine if the node needs to be shown. This also allows adding the notion of "hidden nodes" which are hidden from the data manager, but unlike "helper object" nodes are saved to the MITK scene file. - (Pull request preparation in progress) CGAL-based mitk::Surface slicing for 2D rendering - improves the rendering performance significantly. - Planar figure features for mitk::PlanarEllipse (2 radii, circumference and area) and mitk::PlanarCircle (circumference) - Undo/redo on planar figures. This also includes refactoring of the planar figure code where the number of control points wasn't equal to the length of the list of control points. This was needed for figure placement to specify the number of points that had to be created on the first click. This caused a lot of confusion for me and seems very unnatural to me. I added a GetPlacementNumberOfControlPoints() method to resolve this issue. http://bugs.mitk.org/show_bug.cgi?id=13974. - Property to instruct mitkImageVTKMapper2D to render gradient magnitude instead of an actual image without preparing full 3D gradient magnitude image. Uses vtkImageGradientMagnitude filter and vtkImageHistogramStatistics to set the gradient magnitude to color mapping. - Add steps to progress bar for loading of base data objects when loading MITK scene file - makes the loading process feel more responsive. So as you can see, I will prepare the pull requests for the first two - let me know if you are interested in the rest. Rostislav. ------------------------------------------------------------------------------ Infragistics Professional Build stunning WinForms apps today! Reboot your WinForms applications with our WinForms controls. Build a bridge from your legacy apps to the future. http://pubads.g.doubleclick.net/gampad/clk?id=153845071&iu=/4140/ostg.clktrk _______________________________________________ mitk-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mitk-users
