[Insight-users] GradientVectorFlow
Luis Ibanez
luis.ibanez@kitware.com
Wed, 24 Apr 2002 14:11:50 -0400
Hi Mathieu,
Thanks for pointing this out.
It is just a documentation bug !
There is no "GradientVectorFlow" class,
only a "GradientVectorFlowImageFilter".
What happens is that in Doxygen it is
possible to explicitly specify the name
of the class by using "\class myClassName"
and a buggy entry was made for:
"GradientVectorFlow"
instead of
"GradientVectorFlowImageFilter"
We just checked in the correction.
Thanks again
Luis
=====================================
Mathieu Malaterre wrote:
> Hi all,
> I have a (I hope not so) silly question:
> what is the difference between:
> GradientVectorFlow (itk)
> (http://public.kitware.com/Insight/Web/Doxygen/html/classitk_1_1GradientVectorFlow.html)
>
>
>
> and
> GradientVectorFlowImageFilter (itk)
> (http://public.kitware.com/Insight/Web/Doxygen/html/classitk_1_1GradientVectorFlowImageFilter.html)
>
> because I can't find GradientVectorFlow in the cvs tree ?
> thanks
> Mathieu
>