Page MenuHomePhabricator

Add SetPoints() method to mitkPointLocator which takes itk PointSets
Closed, ResolvedPublic

Description

By now, only MITK and VTK pointsets are supported.

Related Objects

Event Timeline

schwarzt added a subscriber: schwarzt.

[SVN revision 19959]
FIX (#2874): Add SetPoints() method to mitkPointLocator which takes itk PointSets

Due to ITK templatings, PointSet has to be further defined...

Will also add checks if MITK or ITK pointsets have changed for speed considerations. (As already done for Vtk pointsets.)

[SVN revision 19987]
FIX (#2874): Further define itk::PointSet template. Also use check if rebuild needed for Mitk and Itk point sets.

Okay, not closed because tests are missing. (#2442).
But fixed.

Closing anyway to keep bug list more managable.
Test T2442 is still open.