<table cellspacing="0" cellpadding="0" border="0" ><tr><td valign="top" style="font: inherit;"><DIV>Thanks Sercani nd Francoi for your quiik relpy.</DIV>
<DIV>&nbsp;</DIV>
<DIV>Including the header file&nbsp;"vtkImageData.h" resolve the problem.<BR></DIV>
<DIV>&nbsp;</DIV>
<DIV>This relationship is actually inheritance: <B><TT>vtkImageData</TT></B> is a subclass of <B><TT>vtkDataSet</TT></B>. The only way for the compiler to know this relationship is to include the header file of the subclass, that is: #include "vtkImageData.h"<BR></DIV>
<DIV>Thanks a lot</DIV>
<DIV>Martine</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;</DIV>
<DIV><BR><BR>--- En date de&nbsp;: <B>Lun 26.1.09, Sercani <I>&lt;sercanimailgroups@gmail.com&gt;</I></B> a écrit&nbsp;:<BR></DIV>
<BLOCKQUOTE style="PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: rgb(16,16,255) 2px solid">De: Sercani &lt;sercanimailgroups@gmail.com&gt;<BR>Objet: RE: [vtkusers] conversion from vtkImageData to vtkDataObject<BR>À: martine_lef@yahoo.fr, vtkusers@vtk.org<BR>Date: Lundi 26 Janvier 2009, 14h19<BR><BR>
<DIV id=yiv2077482526>
<STYLE>
<!--
#yiv2077482526  
 _filtered #yiv2077482526 {font-family:Calibri;panose-1:2 15 5 2 2 2 4 3 2 4;}
 _filtered #yiv2077482526 {font-family:Tahoma;panose-1:2 11 6 4 3 5 4 4 2 4;}
#yiv2077482526  
#yiv2077482526 p.MsoNormal, #yiv2077482526 li.MsoNormal, #yiv2077482526 div..MsoNormal
        {margin:0cm;margin-bottom:.0001pt;font-size:12.0pt;font-family:"Times New Roman", "serif";}
#yiv2077482526 a:link, #yiv2077482526 span.MsoHyperlink
        {color:blue;text-decoration:underline;}
#yiv2077482526 a:visited, #yiv2077482526 span.MsoHyperlinkFollowed
        {color:purple;text-decoration:underline;}
#yiv2077482526 span.E-postaStili17
        {font-family:"Calibri", "sans-serif";color:#1F497D;}
#yiv2077482526 .MsoChpDefault
        {}
 _filtered #yiv2077482526 {margin:70.85pt 70.85pt 70.85pt 70.85pt;}
#yiv2077482526 div.Section1
        {}
-->
</STYLE>

<DIV class=Section1>
<P class=MsoNormal><SPAN style="FONT-SIZE: 11pt; COLOR: #1f497d; FONT-FAMILY: 'Calibri', 'sans-serif'">Hi Martine;</SPAN></DIV>
<P class=MsoNormal><SPAN style="FONT-SIZE: 11pt; COLOR: #1f497d; FONT-FAMILY: 'Calibri', 'sans-serif'">Actually vtkImageData inherits from vtkDataSet and it inherits from vtkDataObject, so you may use vtkImageData as a vtkDataObject object. I am using vtkImageData as an input for vtkPolyDataAlgoritm and i get no error…There must be some other stuff that causes error…</SPAN></DIV>
<P class=MsoNormal><SPAN style="FONT-SIZE: 11pt; COLOR: #1f497d; FONT-FAMILY: 'Calibri', 'sans-serif'">Best Regards,</SPAN></DIV>
<P class=MsoNormal><SPAN style="FONT-SIZE: 11pt; COLOR: #1f497d; FONT-FAMILY: 'Calibri', 'sans-serif'">Sercani…</SPAN></DIV>
<P class=MsoNormal><SPAN style="FONT-SIZE: 11pt; COLOR: #1f497d; FONT-FAMILY: 'Calibri', 'sans-serif'">&nbsp;</SPAN></DIV>
<DIV style="BORDER-RIGHT: medium none; PADDING-RIGHT: 0cm; BORDER-TOP: #b5c4df 1pt solid; PADDING-LEFT: 0cm; PADDING-BOTTOM: 0cm; BORDER-LEFT: medium none; PADDING-TOP: 3pt; BORDER-BOTTOM: medium none">
<P class=MsoNormal><B><SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: 'Tahoma', 'sans-serif'">From:</SPAN></B><SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: 'Tahoma', 'sans-serif'"> vtkusers-bounces@vtk.org [mailto:vtkusers-bounces@vtk.org] <B>On Behalf Of </B>Martine Lefevre<BR><B>Sent:</B> Monday, January 26, 2009 4:08 PM<BR><B>To:</B> vtkusers@vtk.org<BR><B>Subject:</B> [vtkusers] conversion from vtkImageData to vtkDataObject</SPAN></DIV></DIV>
<P class=MsoNormal>&nbsp;</DIV>
<TABLE class=MsoNormalTable cellSpacing=0 cellPadding=0 border=0>
<TBODY>
<TR>
<TD style="PADDING-RIGHT: 0cm; PADDING-LEFT: 0cm; PADDING-BOTTOM: 0cm; PADDING-TOP: 0cm" vAlign=top>
<P class=MsoNormal>Hi,</DIV>
<P class=MsoNormal>I'd like to compute the curvature of an 3D object and I got the following error:</DIV>
<P class=MsoNormal>error C2664: 'void vtkPolyDataAlgorithm::SetInput(vtkDataObject *)' : cannot convert parameter 1 from 'vtkImageData *' to 'vtkDataObject *'.</DIV>
<P class=MsoNormal>So my question is how I can convert form vtkImageData to vtkDataObject.</DIV>
<P class=MsoNormal>Thanks </DIV>
<P class=MsoNormal>Martine</DIV></TD></TR></TBODY></TABLE>
<P class=MsoNormal><SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: 'Calibri', 'sans-serif'">&nbsp;</SPAN></DIV></DIV></DIV></BLOCKQUOTE></td></tr></table><br>