Subject: CGAL users discussion list
List archive
- From: "Annie-Pier L." <>
- To:
- Subject: Re: [cgal-discuss] Point Property map
- Date: Mon, 9 Jul 2018 10:18:50 -0700 (MST)
- Authentication-results: mail2-smtp-roc.national.inria.fr; spf=None ; spf=SoftFail ; spf=Pass
- Ironport-phdr: 9a23:oGDb3xx5DWePZajXCy+O+j09IxM/srCxBDY+r6Qd1O0eIJqq85mqBkHD//Il1AaPAd2Fraocw8Pt8InYEVQa5piAtH1QOLdtbDQizfssogo7HcSeAlf6JvO5JwYzHcBFSUM3tyrjaRsdF8nxfUDdrWOv5jAOBBr/KRB1JuPoEYLOksi7ze+/94HSbglSmDaxfa55IQmrownWqsQYm5ZpJLwryhvOrHtIeuBWyn1tKFmOgRvy5dq+8YB6/ShItP0v68BPUaPhf6QlVrNYFygpM3o05MLwqxbOSxaE62YGXWUXlhpIBBXF7A3/U5zsvCb2qvZx1S+HNsDwULs6Wymt771zRRHmiCkJKT03/2PZisJtg61UvB2vqgdjw47NfI2ZKOZycr/fcN4cWGFPXtxRVytEAo6kYYcCE+wBPeBZr4bjvlcAtxq+Che2BOjyzDFEnHH61rA93us7FwHG2g0gEMwWsHTVstr1Lr0eUeSvw6nW1zrDa/dW1inj54XTfRAhpOuDXbN0ccbL1UYvEAbFg0yWpIf4MT2V0eENvHKa7+pmTe+vjXQopBpqrTir2MggkJXGhoUQyl3C6C53w541KMWlREN6f9KoCoVcuiGUOodsX88vTW9ltDw4x7EYv5OwYTIEx449xxHFbvyKa4iI7QznVOaWOTp4gn1odKi5hxmo6kev0en8Wdeu3FlWqSpFl8HAtnEL1xPN9siKUuZx80a/1TqVyQze6u9JLVopmafVJZMt2Lw9moQLvUTGBCD2mUH2jKGMdkUj/+il8/7oYrPgpp+dKYB0kgD+Pbo0msClBeQ3KBYOUHKf+eS4yrLs41b0QLpPjvIsk6nZtIrWKtgcpq68GwNVyJos6w6jDze619QVhWUILF1fdxKDloTmJlDOIOvkAveimFSsiyxmx+vGP73kGpXCNGLPkLbnfbZn6k5T0hA/zd5F58EcNrZUK/36Xgr9tcfTEwQiGw2y2efuTttnha0EXmfaSIafNqLf9GeJ6/hnB6/GLNscvjD8JuAk6uSoiXYnkFsZcKSB0p4eaXT+FfNjdRbKKUHwi8sMRD9Z9jE1S/bn3QXbAGxjIk2qVqd53QkVTYevDIPNXIeo2eXT0yKyH5kQbWdDWAvVTSXYMr6cUvJJUxq8Z9d7m2VdB7ekQo4lkxqpsV2ikuc1Hq/v4iQd8Knb+p116unUzExg82AyCc2X2WWACWpzmzFRSg==
Thank you for your help!
I try this code :
//create a property-map for vertex-ids
typedef std::map<Polyhedron::Vertex_const_handle, boost::vertex_point_t>
Vertex_int_map;
Vertex_int_map internal_vertex_map;
boost::associative_property_map<Vertex_int_map>
vertex_property_map(internal_vertex_map);
// create traits
typedef typename boost::property_traits<Vertex_int_map>::value_type
Point_3;
typedef typename Kernel_traits<Point_3>::Kernel GeomTraits;
GeomTraits traits;
//Segmentation function
CGAL::segmentation_via_sdf_values(*mesh, segment_property_map,cone_angle,
number_of_rays, number_of_clusters, smoothing_lambda,output_cluster_ids,
vertex_property_map, traits);
But I had this error:
boost::vertex_point_t> >’ does not name a type typedef typename
boost::property_traits<Vertex_int_map>::value_type Point_3;
--
Sent from: http://cgal-discuss.949826.n4.nabble.com/
- [cgal-discuss] Point Property map, Annie-Pier L., 07/06/2018
- Re: [cgal-discuss] Point Property map, Sebastien Loriot (GeometryFactory), 07/09/2018
- Re: [cgal-discuss] Point Property map, Annie-Pier L., 07/09/2018
- Re: [cgal-discuss] Point Property map, Sebastien Loriot (GeometryFactory), 07/09/2018
Archive powered by MHonArc 2.6.18.