<!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>&nbsp;I was wondering if anyone knew how to use 
patented code of vtk library.<BR>&nbsp;I wanted to used vtkDecimate rather than 
vtkDecimatePro. I downloaded<BR>&nbsp;the .h and .cpp files for vtkDecimate and 
tried to compile but I'am<BR>&nbsp;getting "Inconsistent DLL linkage" 
error.<BR><BR>&nbsp;I have another query and this is about vtkDecimatePro, I set 
all the<BR>&nbsp;ivar's that this code needs but my output still contains holes, 
sealing<BR>&nbsp;of holes (re-triangulation) doesn't seem to happen, can anyone 
throw<BR>&nbsp;some light as to why this happens<BR><BR>&nbsp;This is what I'am 
doing<BR><BR>&gt; vtkDecimatePro *decimate =3D 
vtkDecimatePro::New();<BR>&gt;&nbsp; decimate-&gt;SetInput(data);<BR>&gt;&nbsp; 
decimate-&gt;SetTargetReduction(0.1);<BR>&gt;&nbsp; 
decimate-&gt;SplittingOn();<BR>&gt;&nbsp; 
decimate-&gt;PreserveTopologyOff();<BR>&gt;&nbsp; 
decimate-&gt;BoundaryVertexDeletionOff();<BR>&gt;&nbsp;&nbsp; 
decimate-&gt;SetMaximumError(VTK_LARGE_FLOAT);<BR></DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;Looking forward to your 
suggestions,<BR>&nbsp;Murali.<BR></DIV></BODY></HTML>