[vtkusers] Re : question about vtkPolyDataConnectivityFilter

Mark Jefferson mark.jefferson at qq.com
Sat Apr 5 23:00:38 EDT 2008


Hi, Anja,
   I have accessed all the points in a polygon. maybe you can try this codes :
  
   for( int i = 0; i < vtkPolyData::GetNumberOfPoints(); i++ )
   {
       float * pointer = vtkPolyData::GetPoint( i );
   }
  
   hope that can help you.
   Mark
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.vtk.org/pipermail/vtkusers/attachments/20080406/ba7fa28b/attachment.htm>


More information about the vtkusers mailing list