[vtkusers] How to process the "Delaunay3D" ?
    David Imboden 
    d at davidimboden.net
       
    Sat Apr  8 14:12:53 EDT 2006
    
    
  
I want to connect points with Delaunay3D. How to obtain a list of the points
to be connected? 
 
How to process the "Delaunay3D" ?
 
I have made the following code but I obtain only the points and not the list
to be connected. 
 
Thank you
 
 
 
[code]
      p->InsertNextPoint(0,0,0) ;
      p->InsertNextPoint(3,3,3) ;
      p->InsertNextPoint(50,50,50) ;
      p->InsertNextPoint(20,20,20) ;
 
      pd->SetPoints(p) ;
      delaunay3d->SetInput(pd) ;
 
      uGridW->SetInput(delaunay3d->GetOutput()) ;
 
      uGridW->SetFileName("test.txt") ;
      uGridW->Write() ;
[/code]
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.vtk.org/pipermail/vtkusers/attachments/20060408/48e3d34d/attachment.htm>
    
    
More information about the vtkusers
mailing list