<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2800.1226" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=arial,helvetica><FONT size=2>Hi all,</FONT></FONT></DIV>
<DIV><FONT face=arial,helvetica><FONT size=2></FONT></FONT>&nbsp;</DIV>
<DIV><FONT face=arial,helvetica><FONT size=2>I've created a vtkCutter object, 
and am trying to load with&nbsp;"SetInput" the data I will slice.&nbsp;I get an 
error saying this function does not exist.&nbsp;Here is the relevant 
code:</FONT></FONT></DIV>
<DIV><FONT face=arial,helvetica><FONT size=2></FONT></FONT>&nbsp;</DIV>
<DIV><FONT face=arial,helvetica><FONT size=2><STRONG>vtkCutter *cutter = 
vtkCutter::New();</STRONG></FONT></FONT></DIV>
<DIV><FONT face=arial,helvetica><FONT size=2><STRONG>cutter --&gt; SetInput ( 
mesh-&gt;GetOutput() );</STRONG></FONT></FONT></DIV>
<DIV><FONT face=arial,helvetica><FONT size=2></FONT></FONT>&nbsp;</DIV>
<DIV><FONT face=arial,helvetica><FONT size=2>The error I receive is "no matching 
function for call to vtkCutter::SetInput." I have checked the relevant header 
files, and the function is there. </FONT></FONT><FONT face=arial,helvetica><FONT 
size=2>I suspect the problem is in the library files. How could I check this and 
how could I fix it? Nudge me in the right direction and I'll take it from 
there.</FONT></FONT></DIV>
<DIV><FONT face=arial,helvetica><FONT size=2></FONT></FONT>&nbsp;</DIV>
<DIV><FONT face=arial,helvetica><FONT size=2>Regards,</FONT></FONT></DIV>
<DIV><FONT face=arial,helvetica><FONT 
size=2>Jonathan</FONT></DIV></FONT></BODY></HTML>