PolyData from vtkReverseSense
John Biddiscombe
j.biddiscombe at rl.ac.uk
Thu May 18 19:45:08 EDT 2000
reverse->Update();
> vtkPolyData *reversed = reverse->GetOutput();
> inPolys = reversed->GetPolys();
> fprintf(stderr, "vtkReverseSense reversed->GetPolys: %d\n",
> inPolys->GetNumberOfCells());
should fix it. Polydata output is created at construct time, but
not filled until update is called.
JB
--------------------------------------------------------------------
This is the private VTK discussion list. Please keep messages on-topic.
Check the FAQ at: <http://public.kitware.com/cgi-bin/vtkfaq>
To UNSUBSCRIBE, send message body containing "unsubscribe vtkusers" to
<majordomo at public.kitware.com>. For help, send message body containing
"info vtkusers" to the same address.
--------------------------------------------------------------------
More information about the vtkusers
mailing list