<html>
<head>
<style>
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
FONT-SIZE: 10pt;
FONT-FAMILY:Tahoma
}
</style>
</head>
<body class='hmmessage'><FONT size=2><FONT size=2><FONT size=2><FONT size=2>Hi,</FONT></FONT></FONT></FONT><BR>
&nbsp;<BR>
&nbsp;&nbsp; could anyone tell me what's wrong in the usage of iterator in the following code? I've been trying to use image iterators but am not sure if I have implementation problems or if the problem is elsewhere, with the creation of a transformed images that I want to output,<BR>
&nbsp;<BR>
Thanks!!<BR>
Pascale<BR>
&nbsp;<BR>
<FONT size=2><FONT size=2><FONT size=2><FONT size=2>in the following code, </FONT></FONT></FONT></FONT><FONT size=2><FONT size=2><FONT size=2><FONT size=2>Image is a vtkImageData * :</FONT></FONT></FONT></FONT><BR>
<FONT size=2><FONT size=2><FONT size=2><FONT size=2>&nbsp;<BR>
<FONT color=#000000>vtkImageIterator&lt;</FONT></FONT><FONT color=#000000><FONT size=2>unsigned</FONT><FONT size=2> </FONT><FONT size=2>short</FONT><FONT size=2>&gt; *it = </FONT><FONT size=2>new</FONT><FONT size=2> vtkImageIterator&lt;</FONT><FONT size=2>unsigned</FONT><FONT size=2> </FONT><FONT size=2>short</FONT><FONT size=2>&gt;(Image, ext);</FONT></FONT><BR><FONT size=2><FONT size=2><FONT color=#000000><FONT color=#008000 size=2>
<FONT color=#000000>unsigned short* Begin;</FONT><BR>
<FONT color=#000000>while (!it-&gt;IsAtEnd())</FONT><BR>
<FONT color=#000000>{</FONT><BR>
<FONT color=#000000>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; unsigned short* End = it-&gt;EndSpan();</FONT><BR>
<FONT color=#000000>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; for( Begin = it-&gt;BeginSpan(); Begin != End; Begin++)</FONT><BR>
<FONT color=#000000>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; {</FONT><BR>
<FONT color=#000000>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; val = (unsigned short)(*Begin);</FONT><BR>
<FONT color=#000000>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; val; </FONT><BR>
<FONT color=#000000>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; }</FONT><BR>
<FONT color=#000000>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; it-&gt;NextSpan();</FONT><BR>
<FONT color=#000000>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Count++;</FONT><BR>
<FONT color=#000000>}</FONT><BR></FONT></FONT></FONT><FONT size=2>
&nbsp;<BR>
&nbsp;<BR>
&nbsp;<BR></FONT></FONT></FONT></FONT></FONT><br /><hr /> <a href='' target='_new'></a></body>
</html>