<div class="gmail_quote">2011/4/21 LaMoOsH .. <span dir="ltr">&lt;<a href="mailto:xlolla28x@hotmail.com">xlolla28x@hotmail.com</a>&gt;</span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">




<div>
hi, <br>
 <br>
great ! it was built. I didnt create a new image, just added the pointer to my image .<br>
 <br>
But now , i cant debug this <br>
it breaks on <br><font size="2">
std::cout &lt;&lt;(</font><font color="#0000ff" size="2"><font color="#0000ff" size="2">float</font></font><font size="2">)iterator.Get() &lt;&lt; std::endl;<br>
</font>why?<br>
and I cant add image to my pipeline <br>
when i add it i get this error <br>
 <br><font size="1">
<font size="2">error C2039: &#39;SetInput&#39; : is not a member of &#39;itk::Image&lt;TPixel,VImageDimension&gt;</font><br>
<font size="2"></font> <br>
<font size="2">thanks</font></font></div></blockquote><div><br><font size="1"><font size="2">error C2039: &#39;SetInput&#39; : is not a member of &#39;itk::Image&lt;TPixel,VImageDimension&gt;</font></font><br><br>SetInput is indeed not a member of itkImage<br>
<br>You have not shown us the correct line - the error is not complaining about the call to .Get().<br><br>I suggest you look through some of the basic examples here:<br clear="all"><a href="http://www.vtk.org/Wiki/ITK/Examples">http://www.vtk.org/Wiki/ITK/Examples</a><br>

<br>David<br></div></div>