[Insight-users] Missing files in ITK 4
Bradley Lowekamp
blowekamp at mail.nih.gov
Fri Jul 8 08:41:55 EDT 2011
Hello,
itkListSampleBase.h was re factored in 2007 as part of the Statistics framework refactoring. It was an CMake option for a couple of years in ITK v3. It migration guide is separate and can be found here:
http://www.itk.org/Wiki/index.php?title=Proposals:Refactoring_Statistics_Framework_2007_Migration_Users_Guide&oldid=35773
Here is the relevant information:
ListSampleBase Deprecated. The class was unecessary, it was providing only a Search() method that should in fact be provided by a process class, not a data container.
If you were deriving a class from the itk::Statistics::ListSampleBase, you should now derive directly from the itk::Statistics::Sample class.
If you were using the Search() method you can get that functionality now from the (refactored) NeighborhoodSampler filter class. Note that the NeighborhoodSampler now allows users to setup a specific distance metric.
On Jul 8, 2011, at 8:09 AM, Gaëtan Lehmann wrote:
>
> Le 8 juil. 11 à 13:12, David Doria a écrit :
>
>> On Fri, Jul 8, 2011 at 5:02 AM, Arunachalam Kana
>> <Kana.Arunachalam at fh-wels.at> wrote:
>>> Hi ITK User,
>>>
>>> I am writing again regarding missing files in itk 4.
>>>
>>> I have downloaded ITK 4 from GIT. After i downloaded, I found some
>>> files
>>> are missing. Example:
>>>
>>> itkListSampleBase.h
>
> This one was part of the statistics framework which have been quite
> heavily refactored, but unfortunately not documented in the Migration
> directory (it was done before ITK v4).
>
>>>
>>> itkPointLocator.h
>
> This one was removed in that change:
>
> commit 09f2103f7f81e371007142d8c6d9939fd587bd12
> Author: Hans Johnson <hans-johnson at uiowa.edu>
> Date: Wed Sep 22 22:26:03 2010 -0500
>
> Removed code that did nothing.
>
> It appears as if the itkPointLocator class was the stub
> of functionality that was added 2003, but never fully
> implemented. As BUG_0011157 was unraveled, it became
> more evident that this entire class does not seem to have
> any purpose. After removing the class, all tests still pass.
>
>
>>>
>>> the download link was: http://itk.org/ITK.git
>>>
>>> Am i missing something here? Any advice is appreciated.
>>>
>>> Thank you,
>>>
>>> Best regards,
>>
>> I can confirm those files are not in git master. They must have been
>> replaced/deprecated. Unfortunately I don't know by what.
>>
>> David
>> _____________________________________
>> Powered by www.kitware.com
>>
>> Visit other Kitware open-source projects at
>> http://www.kitware.com/opensource/opensource.html
>>
>> Kitware offers ITK Training Courses, for more information visit:
>> http://www.kitware.com/products/protraining.html
>>
>> Please keep messages on-topic and check the ITK FAQ at:
>> http://www.itk.org/Wiki/ITK_FAQ
>>
>> Follow this link to subscribe/unsubscribe:
>> http://www.itk.org/mailman/listinfo/insight-users
>
> --
> Gaëtan Lehmann
> Biologie du Développement et de la Reproduction
> INRA de Jouy-en-Josas (France)
> tel: +33 1 34 65 29 66 fax: 01 34 65 29 09
> http://mima2.jouy.inra.fr http://www.itk.org
> http://www.bepo.fr
>
> <PGP.sig>_____________________________________
> Powered by www.kitware.com
>
> Visit other Kitware open-source projects at
> http://www.kitware.com/opensource/opensource.html
>
> Kitware offers ITK Training Courses, for more information visit:
> http://www.kitware.com/products/protraining.html
>
> Please keep messages on-topic and check the ITK FAQ at:
> http://www.itk.org/Wiki/ITK_FAQ
>
> Follow this link to subscribe/unsubscribe:
> http://www.itk.org/mailman/listinfo/insight-users
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.itk.org/pipermail/insight-users/attachments/20110708/a88b5c07/attachment.htm>
More information about the Insight-users
mailing list