[vtkusers] The result of vtkDelaunay2D ?
Paul Tait
paul at opes.com.au
Wed Dec 3 03:47:07 EST 2003
try this
del2 is vtkDelaunay2D
cf is vtkBandedContourfilter
mapCelltop is vtkPolydataMapper
cf->SetInput(del2->GetOutput());
cf->SetScalarModeToValue();
cf->GenerateValues(20, lpRange);
mapCellTop->SetInput(cf->GetOutput());
----- Original Message -----
From: qin zeng
To: vtkusers at public.kitware.com
Sent: Wednesday, December 03, 2003 12:14 PM
Subject: [vtkusers] The result of vtkDelaunay2D ?
I pass polydata through vtkDelaunay2D.
for Output polydata: numofcell = 20592
But the picture look like:
if i use vtkOutlineFilter,
the result is : (Just a rectangle). So where ARE MY 20592 cells???
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.vtk.org/pipermail/vtkusers/attachments/20031203/74027c33/attachment.htm>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: image/gif
Size: 8627 bytes
Desc: not available
URL: <http://www.vtk.org/pipermail/vtkusers/attachments/20031203/74027c33/attachment.gif>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: image/gif
Size: 10697 bytes
Desc: not available
URL: <http://www.vtk.org/pipermail/vtkusers/attachments/20031203/74027c33/attachment-0001.gif>
More information about the vtkusers
mailing list