Hi Matt,
It was the OverwriteSliceImageFilterTest and the related bug is
http://bugs.mitk.org/show_bug.cgi?id=13309.
Actually, there is no example for the AccessByItk macros, since nothing changed
regarding their usage. Those macros are only affected because they use the
ImageToItk-Filter, whic
Thanks Joseph,
please can you tell me which unit test that was?
Also, do you have an example where the ImageAccessors are used via the
AccessFixedDimensionByItk_n type macros.
I am calling an ITK pipeline, and the application is locking up the second time
the method is called.
Thanks
Matt
O
Hi Matt,
ImageAccessors were introduced to manage and surveil image access. To ensure a
consistent interface it was necessary to implement implicit access requests,
e.g. in ImageToItk. Exclusive access is kept until the Itk-Image-Smartpointer
provided by ImageToItk is deleted. In the current im