[Insight-users] ITK and ITKApplications update : sticky tag ?

Luis Ibanez luis . ibanez at kitware . com
Fri, 12 Dec 2003 14:59:41 -0500


Hi Silvester,

You seem to be working with an old version of InsightApplications.
The methods that you cite were renamed a while ago:

----------------------------------------------------------------
revision 1.2
date: 2003/03/05 22:05:38;  author: ibanez;  state: Exp;  lines: +3 -3
ENH: SetIterations() renamed SetNumberOfIterations() in the 
AnisotropicDiffusion filter in order to get consitency with other
filters.
------------------------------------------------------------

You probably have a CVS checkout with a release sticky tag.

Please run CVS update with the following options


                 cvs update -dPA


The -A option will remove any sticky tag and update your
checkout to the current state of the repository.

Do this both in Insight and InsightApplications, just to
be in the safe side.

Please let us know if you still find any problems.


Thanks


Luis



------------------------------
Silvester Czanner wrote:

> Luis,
> 
> here is my CMakeCache.txt file, but I am affraid my ITK_DIR is setup 
> correctly.
> 
> Another thing, there are some old function names in applications files:
> 
> Files: ITKFilterLib.cxx, itk2DAnisotropicDiffusionImageFilter.cxx
> SetNumberOfIterations(&int) --> SetIterations(&int)
> GetNumberOfIterations(&int) --> GetIterations(&int)
> 
> File: FEMRegistrator.txx
> SetMovingImage() --> SetReferenceImage()
> SetFixedImage() -->  SetTargetImage()
> 
> Silvester
>