Re: KD-Tree library

2006-01-20 Thread Jacob Bensabat
Hi Do you know about an implementation of libkdtree that works with MS visual C++ (6.0 or 7.*) ?   thanks   Jacob Bensabat, Ph.D.EWRE Ltd.PO Box 6770, Haifa 31067, IsraelTel: 972-4-838-3919Mobile: 972-54-441-7511Fax: 972-4-838-7621

Re: KD-Tree library

2006-01-20 Thread martin f krafft
also sprach Jacob Bensabat <[EMAIL PROTECTED]> [2006.01.20.1703 +0100]: > Do you know about an implementation of libkdtree that works with > MS visual C++ (6.0 or 7.*) ? No. My library is ANSI C++ compatible. If MSVC can't handle that, there's another reaons why I've successfully avoided it for th

Re: KD-Tree library

2005-03-01 Thread martin f krafft
also sprach takis <[EMAIL PROTECTED]> [2005.03.01.1943 +0100]: > I am a student from Belgium. And i have created a working kd-tree. > Can you please help me how you can add a 3D point to the kd-tree without > rebuilding it. insert(...). Please do not CC debian-devel, they have nothing to do with

Re: KD-Tree library

2005-03-01 Thread takis
Hello,   I am a student from Belgium. And i have created a working kd-tree. Can you please help me how you can add a 3D point to the kd-tree without rebuilding it.   Thanks at advance   Greetings     takis