Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] Storing circumcenter and facet handle of a surface mesh in kd-tree

Subject: CGAL users discussion list

List archive

[cgal-discuss] Storing circumcenter and facet handle of a surface mesh in kd-tree


Chronological Thread 
  • From: Pranav <>
  • To:
  • Subject: [cgal-discuss] Storing circumcenter and facet handle of a surface mesh in kd-tree
  • Date: Mon, 14 Mar 2016 03:15:41 -0700 (PDT)
  • Authentication-results: mail2-smtp-roc.national.inria.fr; spf=None ; spf=SoftFail ; spf=None
  • Ironport-phdr: 9a23:iXMaahLCtjYPnfuOodmcpTZWNBhigK39O0sv0rFitYgUL/3xwZ3uMQTl6Ol3ixeRBMOAu60C2rSd6vyocFdDyKjCmUhKSIZLWR4BhJdetC0bK+nBN3fGKuX3ZTcxBsVIWQwt1Xi6NU9IBJS2PAWK8TWM5DIfUi/yKRBybrysXNWC0ILmiavrp9X6WEZhunmUWftKNhK4rAHc5IE9oLBJDeIP8CbPuWZCYO9MxGlldhq5lhf44dqsrtY4q3wD88QIrJARFPyiN+RjFeQZX3waNDU+68Tv8BXCVgCS/WA0U2MMkxMODRKWwgv9W8LJqCL8v/Q1jDGANMv/U+A1WC+px6huQR7sziwAMmhqoynslsVsgfcC81qarBtlztuPONmY

Hi,

I want to perform facet search on a surface mesh represented as a Linear
cell complex(LCC). For this, I am thinking of representing faces(triangles
in my case) of mesh in kd-tree(using circumcenter of each face as key). But
I also need to store the facet handles(pointing in LCC) so as to access the
facets from tree.

Precisely, I want to store (circumcenter, facetHandle) in kd-tree for each
face of the surface mesh. I would like to know how should I go about it?



With regards,
Pranav



--
View this message in context:
http://cgal-discuss.949826.n4.nabble.com/Storing-circumcenter-and-facet-handle-of-a-surface-mesh-in-kd-tree-tp4661691.html
Sent from the cgal-discuss mailing list archive at Nabble.com.



Archive powered by MHonArc 2.6.18.

Top of Page