Subject: CGAL users discussion list
List archive
Re: [cgal-discuss] Access the indices of vertices, edges and facets from power diagram
Chronological Thread
- From: Mael <>
- To:
- Subject: Re: [cgal-discuss] Access the indices of vertices, edges and facets from power diagram
- Date: Tue, 18 Jun 2019 16:08:05 +0200
- Authentication-results: mail2-smtp-roc.national.inria.fr; spf=None ; spf=None ; spf=None
- Ironport-phdr: 9a23:i+E9YBP3h0gdPE1wIzYl6mtUPXoX/o7sNwtQ0KIMzox0Ivv+rarrMEGX3/hxlliBBdydt6sezbKO+PuxESxYuNDd6SlEKMQNHzY+yuwu1zQ6B8CEDUCpZNXLVAcdWPp4aVl+4nugOlJUEsutL3fbo3m18CJAUk6nbVk9Kev6AJPdgNqq3O6u5ZLTfx9IhD2gar9uMRm6twrcutQIjYd4Nqo91hTFr3VMdu9LwW9kOU+fkwzz68ut4ZJv6Thct+4k+8VdTaj0YqM0QKBCAj87KW41/srrtRfCTQuL+HQRV3gdnwRLDQbY8hz0R4/9vSTmuOVz3imaJtD2QqsvWTu+9adrSQTnhzkBOjUk7WzYkM1wjKZcoBK8uxxyxpPfbY+JOPZieK7WYNUXTndDUMlMTSxMGp6yYZUBD+QBPuhWoYfyqFQMohSiCgehH//vxz1Si3PqwaE33eYsHAfb1wIgBdIOt3HUoc3yOqgIT++1yLTDwDLGb/xMxzj97JLEcgomofGRUrN/b87RxVMrFwzflVqfspLqMiia1usTtGib6vRvVf61i28npQF+uCSgxtsrionThoMZ0EzL9SJ8wIssI9CzVUB1YdmhEJRKtiGaMZN7QsU4TG5zoyk6zqMJtYSncygNzZQqwQPUZf+fc4WQ7R/uVfydLSpkiH9lYr6yhxW//VKkx+HhTsW4zkxGojdFn9XWtn0A1wbf5tWHR/Zy+EqqxCyB2BrJ6u5eJEA5jarbJIAlwr43jpces17PHirxmEnrjqKbdV8o+u2y5OTmZrXqv5icN5Joig3kNaQuhMy/Df4+MgcQQ2iX4eW81Lv98k3lWLhHgfw7nrPEvJzGJckXvK60DgxP3osn9hqzFzKm384ZnXkDIlJFYhWHj43xNlHLOv/3E/O/j062kDds2vDHMaPuApHXInjHirjuZq1y5FBHxQo8099f4JdUBa8dIPLpWk7xusbXAQMlMwyz2ebmCM9x2Z8ZWWKKGqOZKr/dsUeU5uIzJOmBfJMauDnnJPgh/vLhkH45mUQBcqm0xpsXc2u1Hu9mIkWceXrjmM0NEWYMvgokTezlkkeOUTBJZyX6Y6Vp7T4yDMeqDJzIW5u2qL2HxiayWJNMNU5cDVXZNH7lc83QXv4BbGSIJdJxnzhCUbGrQYIJ2hypsQLm0atpJ+HI/TcJ85nk0Y4mtKXoiRgu+GksXIym2GaXQjQsxzJad3oNxKl65HdF5BKG2Kl8jeZfEIYKtfxEVQI3KYTNweVxF9foS0TKedLbEA/6EOXjOik4S5cK+/FLe1x0QYzwgR3E2ie2Ga4bnreXA4YltKnb2iqpfpsv+zP9zKAkymIebI5POGmh3PAtqE7WANeWwwOcnqeuMKMBwGjK6mfFy2eS7hlV
"K" must be "Traits" everywhere (except in the definition of "Traits")
On 18/06/2019 16:05, BRYang wrote:
Hi, Mael. I have tried to varify my code as follows:
//////////////////////////////////////
#include <CGAL/Exact_predicates_inexact_constructions_kernel.h>
#include <CGAL/Regular_triangulation_3.h>
#include <CGAL/Regular_triangulation_euclidean_traits_3.h>
#include <CGAL/Regular_triangulation_cell_base_3.h>
#include <CGAL/Triangulation_vertex_base_3.h>
#include <CGAL/Triangulation_vertex_base_with_info_3.h>
typedef CGAL::Exact_predicates_inexact_constructions_kernel
K;
typedef CGAL::Regular_triangulation_euclidean_traits_3<K>
Traits;
typedef Traits::Bare_point
RTPoint;
typedef Traits::Weighted_point_3
Weighted_point;
typedef CGAL::Triangulation_vertex_base_3<K>
Vb0;
typedef CGAL::Triangulation_vertex_base_with_info_3<Vb0, K>
Vb;
typedef CGAL::Regular_triangulation_cell_base_3<K>
Cb;
typedef CGAL::Triangulation_data_structure_3<Vb,Cb>
Tds;
typedef CGAL::Regular_triangulation_3<Traits,Tds>
Regular_Triangulation;
//////////////////////
However, it is still reported that 'Weighted_point_3' is not a member of
'CGAL::Epick'. Could you please help to check if there is something wrong
with my code?
Thank you!
Best,
Baorong Yang
--
Sent from: http://cgal-discuss.949826.n4.nabble.com/
- [cgal-discuss] Access the indices of vertices, edges and facets from power diagram, BRYang, 06/18/2019
- Re: [cgal-discuss] Access the indices of vertices, edges and facets from power diagram, Mael, 06/18/2019
- Re: [cgal-discuss] Access the indices of vertices, edges and facets from power diagram, BRYang, 06/18/2019
- Re: [cgal-discuss] Access the indices of vertices, edges and facets from power diagram, BRYang, 06/18/2019
- Re: [cgal-discuss] Access the indices of vertices, edges and facets from power diagram, Mael, 06/18/2019
- Re: [cgal-discuss] Access the indices of vertices, edges and facets from power diagram, BRYang, 06/18/2019
- Re: [cgal-discuss] Access the indices of vertices, edges and facets from power diagram, Mael, 06/18/2019
- Re: [cgal-discuss] Access the indices of vertices, edges and facets from power diagram, BRYang, 06/18/2019
- Re: [cgal-discuss] Access the indices of vertices, edges and facets from power diagram, BRYang, 06/20/2019
- Re: [cgal-discuss] Access the indices of vertices, edges and facets from power diagram, Sebastien Loriot (GeometryFactory), 06/20/2019
- Re: [cgal-discuss] Access the indices of vertices, edges and facets from power diagram, Sebastien Loriot (GeometryFactory), 06/20/2019
- Re: [cgal-discuss] Access the indices of vertices, edges and facets from power diagram, BRYang, 06/20/2019
- Re: [cgal-discuss] Access the indices of vertices, edges and facets from power diagram, Mael, 06/18/2019
- Re: [cgal-discuss] Access the indices of vertices, edges and facets from power diagram, BRYang, 06/18/2019
- Re: [cgal-discuss] Access the indices of vertices, edges and facets from power diagram, Mael, 06/18/2019
- Re: [cgal-discuss] Access the indices of vertices, edges and facets from power diagram, Mael, 06/18/2019
Archive powered by MHonArc 2.6.18.