
Hi, follow code in libs/geometry/example/c09_custom_fusion_example.cpp : #include <boost/geometry/geometries/adapted/fusion.hpp> #include <boost/geometry/geometries/adapted/fusion_cartesian.hpp> But, this header file is missing. Please add file to trunk. == Akira Takahashi Blog : http://d.hatena.ne.jp/faith_and_brave/

hi Akira, On 11-1-2011 14:16, Akira.T wrote:
Hi, follow code in libs/geometry/example/c09_custom_fusion_example.cpp :
#include<boost/geometry/geometries/adapted/fusion.hpp> #include<boost/geometry/geometries/adapted/fusion_cartesian.hpp>
But, this header file is missing. Please add file to trunk.
That file is not yet "supported", that is to say I prepared that c09_custom_fusion_example and (by accident) committed it, but should actually not yet be there. The c09 example is not yet in the solution or jamfile, so consider it as not yet there. After that Alfredo might have worked on it (pasted from mail 27-10-2010):
Feel free to incorporate it in Boost.Geometry. I am working in a fusion adapter too. This is very useful to me because I do most of the (cartesian) geometry related stuff with boost::array<double, N>
If there is progress there, it is very welcome. Thanks, Barend

Hi, Barend. I implemented fusion adapt! 2011/1/11 Barend Gehrels <barend@geodan.nl>:
hi Akira,
On 11-1-2011 14:16, Akira.T wrote:
Hi, follow code in libs/geometry/example/c09_custom_fusion_example.cpp :
#include<boost/geometry/geometries/adapted/fusion.hpp> #include<boost/geometry/geometries/adapted/fusion_cartesian.hpp>
But, this header file is missing. Please add file to trunk.
That file is not yet "supported", that is to say I prepared that c09_custom_fusion_example and (by accident) committed it, but should actually not yet be there. The c09 example is not yet in the solution or jamfile, so consider it as not yet there.
After that Alfredo might have worked on it (pasted from mail 27-10-2010):
Feel free to incorporate it in Boost.Geometry. I am working in a fusion adapter too. This is very useful to me because I do most of the (cartesian) geometry related stuff with boost::array<double, N>
If there is progress there, it is very welcome.
Thanks, Barend

Hi Akira,
I implemented fusion adapt!
It works, it is looking very good and I will soon add it to the trunk. I noticed that an optional template parameter is added to the traits classes. This changes the design a bit, but is probably unavoidable and the right choice here, I'm discussing this. Thanks a lot, Barend

On Jan 14, 7:11 pm, "Akira.T" <faithandbr...@gmail.com> wrote:
Hi, Barend.
I implemented fusion adapt!
Great thanks, I never had time to finish the implementation. Now, note aside, what do you think about implementing Boost.geometry in terms of fusion vector, for coordinate systems with non-homogeneous data types? Thank you, Alfredo (This is the first time I post in the Devel group, I don't know if my message is going to go through posting from google groups).

Hi, AlfC. I thought it is important because a lot of useful algorithms of Fusion can be treated, and it comes to be able to cooperate with Boost.Spirit(Qi and Karma). 2011/1/22 AlfC <alfredo.correa@gmail.com>:
On Jan 14, 7:11 pm, "Akira.T" <faithandbr...@gmail.com> wrote:
Hi, Barend.
I implemented fusion adapt!
Great thanks, I never had time to finish the implementation.
Now, note aside, what do you think about implementing Boost.geometry in terms of fusion vector, for coordinate systems with non-homogeneous data types?
Thank you, Alfredo (This is the first time I post in the Devel group, I don't know if my message is going to go through posting from google groups). _______________________________________________ Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost
======================== Akira Takahashi
mailto:faithandbrave@gmail.com - 元のメッセージを隠す - Blog: http://d.hatena.ne.jp/faith_and_brave/
participants (3)
-
Akira.T
-
AlfC
-
Barend Gehrels