Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Introduction to the community

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Introduction to the community


Chronological Thread 
  • From: Simon Giraudot <>
  • To:
  • Subject: Re: [cgal-discuss] Introduction to the community
  • Date: Fri, 2 Mar 2018 10:03:41 +0100
  • Authentication-results: mail3-smtp-sop.national.inria.fr; spf=None ; spf=None ; spf=None
  • Ironport-phdr: 9a23:eFtSeB1lGj0hD9FRsmDT+DRfVm0co7zxezQtwd8ZseIeLfad9pjvdHbS+e9qxAeQG9mDsLQc06L/iOPJYSQ4+5GPsXQPItRndiQuroEopTEmG9OPEkbhLfTnPGQQFcVGU0J5rTngaRAGUMnxaEfPrXKs8DUcBgvwNRZvJuTyB4Xek9m72/q99pHPbQhEniaxba9vJxiqsAvdsdUbj5F/Iagr0BvJpXVIe+VSxWx2IF+Yggjx6MSt8pN96ipco/0u+dJOXqX8ZKQ4UKdXDC86PGAv5c3krgfMQA2S7XYBSGoWkx5IAw/Y7BHmW5r6ryX3uvZh1CScIMb7S60/Vza/4KdxUBLmlTkJNzA5/m/UhMJ/gq1UrxC9qBJw2IPUfIOYOeBicq/Bc94XRWxMVdtRWSxbBYO8apMCAfcAPeZdqIn9oUYFoxq/BQm2Huzv1yJHhnjq3aYn1OkhCgDG3AknH9IIqnjUo9T1NL0IXuCo0abIyinDYuhZ2Tjj74jIdw4uoe2WXbNwf8re01UgFx/CjlWKqY3pJS+a1uMIs2WC6edrSOyhi2kiqw5rozivwN8hhZXGho0PzlDI7yJ5wJw6JdGgR050f9mkEJ5OuCGGLYt3Qs0iTHt0tyYmzb0Go566cDIWx5Qgwh7SbeGMfYuQ4h/7W+ucIC10iG95dL+/nRq/8Umtxvf+W8S1yFpGsy5In9fWunwQyxDe5dKLR/Vg8ku7xDqDyx3f5+dZKk4uj6XbMYQuwrsom5oTr0vDGij2lV33gaOMc0Uk/fWk5ubjb7n8o5+TLY50igXnPqQph8y/Hf40Mg8QX2ib4+i80qPs/VHhTLVLiP05jLXZvYjVKMkavKK1HhNZ34Y55xu/DjqqytYVkHgfIFJAYh2HjozpO1/UIPD/CPeym0+skDZux/DBOL3tGJrNLnnZkLj7YLZy9klcyBYowNBQ+Z1UDbQBL+zvWk/rtN3YAAU2PBCow+bgEtV81pkSVn6IAq+cKK/Sq0OH5vozI+mQY48YoCryK/c/6P7qlHM2hF4dfbK10psKc3C4Be9rI16ZYHrpmtcOC30Gvgs4TOzwiV2NSyRfZ3ioX/F02jZuA42vCcLPR5umnaea9Ca9BJxfIG5cWX6WFnK9TISBXPFERyOIK9JtlSBMAaOgTognkx6vrgbnx717BuXZ/SgVqYjy2tF+++rJhFc58jkiXJfV6H2EU2whxjBAfDQxxq0q+RUsmGfG6rBxhrljLfIW4vpIVgkgMpuGlr51Btf3Vx7bb9mAQ0qhWMTgCjY0HIpon40+Jn1lEtDntSjtmjKwCuVMxbOGA5k57rjN0XH6O8Fn2jDN06xz1wB7EPsKDnWvg+tEzyaWB4PNlB/HxfjscKNFg3+L8W6CyS+JoV0eVxBwF6PIQSJHaw==

(Why is this discussion happening in the thread "Introduction to the community"? This does not seem related at all. Please open new threads to start new discussions.)

Hi

Your solution does not seem to work for constrained Delaunay Mesh
It should. If you take this example: https://doc.cgal.org/latest/Mesh_2/Mesh_2_2mesh_class_8cpp-example.html
and replace `typedef CGAL::Triangulation_vertex_base_2<K> Vb;` by `typedef CGAL::Triangulation_vertex_base_with_info_2<int, K> Vb;` as Mael suggested (with the corresponding include), it works perfectly well.

It is hard to help you if you don't share at least some error messages.
We should have hybrid point location strategies, and hybrid insert
strategies, with a profiling tool, in order to calibrate some scalar
parameters to enhance performances.

we should remove completely everything related to Homogeneous kernels, there
are useless.

We should add much more support for interoperability between differents
packages of CGAL, and also more uniformity between different packages. So
much fragmentation !
Who is "we"?
What do you think ? Would it take 200 men/years or 500 men/years to achieve
that ?

;-)
Feel free to contribute: https://www.cgal.org/review_process_rules.html

:-)

--
Simon Giraudot, PhD
R&D Engineer
GeometryFactory - http://geometryfactory.com/




Archive powered by MHonArc 2.6.18.

Top of Page