[Insight-developers] Doxygen question/documentation comment
Blezek, Daniel J (Research)
blezek@crd.ge.com
Mon, 17 Feb 2003 12:15:50 -0500
Hi,
In the Doxygen generated man page for itkFiniteDifferenceImageFilter I see
this:
itkGetConstReferenceObjectMacro (DifferenceFunction,
FiniteDifferenceFunctionType)
virtual void SetDifferenceFunction (FiniteDifferenceFunctionType *_arg)
Generated from (in itkFiniteDifferenceImageFilter.h):
/** This method returns a pointer to a FiniteDifferenceFunction object
that
* will be used by the filter to calculate updates at image pixels.
* \returns A FiniteDifferenceObject pointer. */
itkGetConstReferenceObjectMacro(DifferenceFunction,
FiniteDifferenceFunctionType );
/** This method sets the pointer to a FiniteDifferenceFunction object that
* will be used by the filter to calculate updates at image pixels.
* \returns A FiniteDifferenceObject pointer. */
itkSetObjectMacro(DifferenceFunction, FiniteDifferenceFunctionType );
It seems like itkSetObjectMacro is properly expanded by Doxygen, but
itkGetConstReferenceObjectMacro is not. Can someone comment on this or tell
me how to fix it?
Thanks,
-dan
--
Daniel Blezek, Ph.D.
blezek@crd.ge.com
Visualization and Computer Vision Lab, Imaging Technologies
GE Global Research Center
> -----Original Message-----
> From: James Gee [mailto:gee@rad.upenn.edu]
> Sent: Thursday, February 13, 2003 8:59 AM
> To: insight-developers@public.kitware.com
> Subject: [Insight-developers] another chance to visit philadelphia
>
>
> it was wonderful to have everyone visit philadelphia last
> week, and we'd
> be delighted to have you back for the 2nd International Workshop on
> Biomedical Image Registation to be held June 23-24, 2003, at Penn.
> additional information about the meeting can be found on the web site
> http://wbir.cs.uu.nl.
>
>
> _______________________________________________
> Insight-developers mailing list
> Insight-developers@public.kitware.com
> http://public.kitware.com/mailman/listinfo/insight-developers
>