[Insight-users] Gradient Anisotropic image filter
Luis Ibanez
luis.ibanez@kitware.com
Mon, 07 Apr 2003 22:45:30 -0400
Hi Robin,
I'm affraid that the change is the
other way around.
This filter used to have a method
SetIterations()
and was recently renames as
SetNumberOfIterations()
The method is actually placed in the
superclass AnisotropicDiffusionFilter:
http://www.itk.org/Insight/Doxygen/html/classitk_1_1AnisotropicDiffusionImageFilter.html
This renaming was done with the aim
of being consistent with several other
filters that also set the number of
iterations.
It is possible that you are mixing new
and old versions of the toolkit....
Regards
Luis
-------------------------
Robin Gandhi wrote:
> Hi everyone,
> It has come to my notice that the
> recent version of GradientAnisotropicimagefilter's
> function call SetNumberofIterations() has
> been changed to SetIterations() which causes
> error during building the InsightApplications and
> Examples.
> I dont know if this has been pointed out earlier
> but i thought this might be worth notifying.
>
> --Robin.
>
> __________________________________________________
> Do you Yahoo!?
> Yahoo! Tax Center - File online, calculators, forms, and more
> http://tax.yahoo.com
> _______________________________________________
> Insight-users mailing list
> Insight-users@public.kitware.com
> http://public.kitware.com/mailman/listinfo/insight-users
>