Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] How to extract the kernel of an object

Subject: CGAL users discussion list

List archive

[cgal-discuss] How to extract the kernel of an object


Chronological Thread 
  • From: Iasonm <>
  • To:
  • Subject: [cgal-discuss] How to extract the kernel of an object
  • Date: Wed, 13 Sep 2017 06:35:26 -0700 (MST)
  • Authentication-results: mail2-smtp-roc.national.inria.fr; spf=None ; spf=SoftFail ; spf=Pass
  • Ironport-phdr: 9a23:8rX5OxPgCRYm3R6ioxUl6mtUPXoX/o7sNwtQ0KIMzox0K/rzrarrMEGX3/hxlliBBdydsK0UzbeO+4nbGkU+or+5+EgYd5JNUxJXwe43pCcHRPC/NEvgMfTxZDY7FskRHHVs/nW8LFQHUJ2mPw6alFTps29XQ023dVEtfqWmUrLV2s+43uT395zIaBhTnxK8Z6lzJVO4t1b/rM4T1KprMaE3z1Odu2JUfOBbw25AKleanhK67cC1qs0wux9Msu4sopcTGZ7xeL41GOcAVDk=

When using templates what is the way to extract the Kernel of a triangle
mesh?
Here
<https://github.com/CGAL/cgal/blob/master/Surface_mesh_skeletonization/include/CGAL/internal/Surface_mesh_skeletonization/Curve_skeleton.h>

in the beginning the following is used to get the Kernel of the input
TriangleMesh:

typedef typename TriangleMesh::Traits Kernel;

Where is Traits located if for example TriangleMesh is a Surface Mesh
<https://doc.cgal.org/latest/Surface_mesh/index.html> ?



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



Archive powered by MHonArc 2.6.18.

Top of Page