<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"><HTML><HEAD><META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1"></HEAD><BODY>
<DIV>Hi vtk users,<BR><BR> I was wondering if anyone knew how to use
patented code of vtk library.<BR> I wanted to used vtkDecimate rather than
vtkDecimatePro. I downloaded<BR> the .h and .cpp files for vtkDecimate and
tried to compile but I'am<BR> getting "Inconsistent DLL linkage"
error.<BR><BR> I have another query and this is about vtkDecimatePro, I set
all the<BR> ivar's that this code needs but my output still contains holes,
sealing<BR> of holes (re-triangulation) doesn't seem to happen, can anyone
throw<BR> some light as to why this happens<BR><BR> This is what I'am
doing<BR><BR>> vtkDecimatePro *decimate =3D
vtkDecimatePro::New();<BR>> decimate->SetInput(data);<BR>>
decimate->SetTargetReduction(0.1);<BR>>
decimate->SplittingOn();<BR>>
decimate->PreserveTopologyOff();<BR>>
decimate->BoundaryVertexDeletionOff();<BR>>
decimate->SetMaximumError(VTK_LARGE_FLOAT);<BR></DIV>
<DIV> </DIV>
<DIV> Looking forward to your
suggestions,<BR> Murali.<BR></DIV></BODY></HTML>