Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] adding additional variables in 3D triangulation data structure

Subject: CGAL users discussion list

List archive

[cgal-discuss] adding additional variables in 3D triangulation data structure


Chronological Thread 
  • From: Tianyun Su <>
  • To:
  • Subject: [cgal-discuss] adding additional variables in 3D triangulation data structure
  • Date: Fri, 15 Jul 2016 18:59:45 +0800
  • Authentication-results: mail3-smtp-sop.national.inria.fr; spf=None ; spf=Pass ; spf=None
  • Ironport-phdr: 9a23:bnSFqx0a9bJIlJAgsmDT+DRfVm0co7zxezQtwd8ZsegVKPad9pjvdHbS+e9qxAeQG96Ks7QY16GM4ujJYi8p2d65qncMcZhBBVcuqP49uEgeOvODElDxN/XwbiY3T4xoXV5h+GynYwAOQJ6tL2PbrnD61zMOABK3bVMzfbWtXNKOxJ7mn8mJuLTrKz1SgzS8Zb4gZD6Xli728vcsvI15N6wqwQHIqHYbM85fxGdvOE7B102kvpT4r9Zf9HFbtPslssJBSq7nZL8QTLpCDT1gPXpmytfssEz/TAKJ92YaGl4L2k5UAgHD/Qz8GIzsmiT/v+t5niKdOJulHvgPRT2+4vIzG1fTgyAdOmth/Q==

Hi,
I want to add some additional variables in the CGAL's 3D triangulation
data structures, like vertex and cell, in order to record some
information during analysis.
But i don't know how to do it.
As an alternative way, I create new data structure of vertex and cell
with additional variables. The geometric information need to be
assigned with those from CGAL's 3D triangulation data structures
firstly. But it is time consuming. So, I wonder if I can add some
additional properties in the CGAL's 3D triangulation data structure.

Thanks.


----
Tianyun



Archive powered by MHonArc 2.6.18.

Top of Page