[vtkusers] How to generate triangles from 3d points

de Boer Ingo I.deBoer at polytec.de
Wed Sep 21 03:05:57 EDT 2005


Hi,

I am not sure about ITK but VTK has Delaunay classes to
generate triangles from a set of points.

greets
  Ingo


---
Dr.-Ing. Ingo H. de Boer

Polytec GmbH
Polytec-Platz 1-7, 76337 Waldbronn, Germany
phone: ++49 7243 604 106
fax  : ++49 7243 604 255
  
-----Original Message-----
Subject: [vtkusers] How to generate triangles from 3d points


Hi, All

I am trying to generate a triangle set T:(t1,t2,t3...) from a data set of 3D points P:(p1,p2,p3...).
I want to generate an index table like follows:
t1={p1,p2,p3}
t2={p2,p4,p7}
t3={p5,p9,p1} ...
The only thing i know is the coordinates of 3D points. 
Is there any class or function of ITK can help me to find the relationship of 3 close points and generate a triangle?

Thank you very much.

David


 



More information about the vtkusers mailing list