Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] How to use CGAL connected_components function to convert one surface mesh into many?

Subject: CGAL users discussion list

List archive

[cgal-discuss] How to use CGAL connected_components function to convert one surface mesh into many?


Chronological Thread 
  • From: Silberklinge <>
  • To:
  • Subject: [cgal-discuss] How to use CGAL connected_components function to convert one surface mesh into many?
  • Date: Mon, 11 Feb 2019 03:33:33 -0600 (CST)
  • Authentication-results: mail3-smtp-sop.national.inria.fr; spf=None ; spf=SoftFail ; spf=Pass
  • Ironport-phdr: 9a23:06b1FhPkmQHJS0ETg20l6mtUPXoX/o7sNwtQ0KIMzox0Lf75rarrMEGX3/hxlliBBdydt6oUzbKO+4nbGkU4qa6bt34DdJEeHzQksu4x2zIaPcieFEfgJ+TrZSFpVO5LVVti4m3peRMNQJW2aFLduGC94iAPERvjKwV1Ov71GonPhMiryuy+4ZLebxlLiTanfb9+MAi9oBnMuMURnYZsMLs6xAHTontPdeRWxGdoKkyWkh3h+Mq+/4Nt/jpJtf45+MFOTav1f6IjTbxFFzsmKHw65NfqtRbYUwSC4GYXX3gMnRpJBwjF6wz6Xov0vyDnuOdxxDWWMMvrRr0yRD+s7bpkSAXwhSkJNzA37mLZhNF/g61HrxysvAB/zozIbI2JKPZyYr3RcNUHTmRBRMZRUClBD5uhYYsOC+oOJvhXr5P+p1sKrBu+AwasC/3ywTJPgn/22qk60+UkEQHI2AwhH9MOsHLbrNjuO6cSVPq6zKjMzTnZc/xW3jL95ZHOfxs8r/+MWrdwftDQyUkpDw7FiE+fppf+MDORyOsBqXSU7+1lVe+plmUpqBlxryCyysoojoTFnIwYx1Pe+Sh6wYs5P9y1RU99bNW5CpVfrTuaOJFzQs46Q2FnpiI6yroetJ69cyUG0pInyATEZPOcd4iH/AjvW/qWITd9nH5lebS/iAiu8UW41+HxUs253ExEoydGiNXBtXEA2wbS58WGUvd9+12u2TeL1wDd8OFEJkU0mLLfK54mxr4wl58TsUrHHi72mUX2iqCWe14r+uit8evnY7HmqoWAOI9zjwHyKr4uldCnAeQkLggOWHCW9viz1LL5+U31WahFjvwtkqbFrZDaPt8bq7WiAw5V14Yj8wywAy2n0NQeh3kHLUhKdAiJj4jzaBnyJ6XzAv67xlitizx23OvuP7v7A5yLIGKQvq3meONG6kpWxRAwydFZ6J8cXrUGJPP2VEvgtdrXJhA8Og2whe3gDYMuhcslRWuTD/rBY+vpuliS67d3erjeVMouoD/4bsMdybvrhH49l0UaePDwj5QSYXG8WP9hJhfCOCa+spI6CW4P+zEGYqnyklTbCGxcYn+zW+Q34TRpUNv7X7eGfZikhfm65An+HpBSYTkbWFbQV3HhfY+AVrEHbyfAe8I=

I have a function that requires a CGAL::Surface_mesh object as input and
returns a std::vector<CGAL::Surface_mesh> as output, where each element in
the output is a connected component of the input. I am aware that there are
functions for calculating connected components in CGAL, but these just
mutate the existing mesh object in some way by removing/labeling the
relevant faces. I need to construct a new CGAL::Surface_mesh object for each
connected component in the input CGAL::Surface_mesh object. How do I
accomplish that?



--
Sent from: http://cgal-discuss.949826.n4.nabble.com/



Archive powered by MHonArc 2.6.18.

Top of Page