Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] CGAL difference on Nef_polyhedron produces shape with duplicate vertices

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] CGAL difference on Nef_polyhedron produces shape with duplicate vertices


Chronological Thread 
  • From: crobar <>
  • To:
  • Subject: Re: [cgal-discuss] CGAL difference on Nef_polyhedron produces shape with duplicate vertices
  • Date: Thu, 4 Sep 2014 08:19:42 -0700 (PDT)

crobar wrote
> int r = CGAL::Surface_mesh_simplification::edge_collapse (
> P
> ,stop
> ,CGAL::get_cost
> (CGAL::Surface_mesh_simplification::Edge_length_cost
> <Polyhedron_id>
> ())
>
> .get_placement(CGAL::Surface_mesh_simplification::LindstromTurk_placement
> <Polyhedron_id>
> ())
> .visitor (vis)
> );


actually this wasn't write, I actually have:

int r = CGAL::Surface_mesh_simplification::edge_collapse (
P
,stop
,CGAL::get_cost
(CGAL::Surface_mesh_simplification::Edge_length_cost <Polyhedron_id>())

.get_placement(CGAL::Surface_mesh_simplification::Midpoint_placement<Polyhedron_id>())
.visitor (vis)
);


I was mid changing it back as I wrote this after trying out the Lingstom
cost.



--
View this message in context:
http://cgal-discuss.949826.n4.nabble.com/CGAL-difference-on-Nef-polyhedron-produces-shape-with-duplicate-vertices-tp4659760p4659782.html
Sent from the cgal-discuss mailing list archive at Nabble.com.



Archive powered by MHonArc 2.6.18.

Top of Page