<div dir="ltr">Hi,<div><br></div><div>I'm having trouble in itkPathToImageFilter.hxx. The input is a closed Path (2D index type). The problem is in this line of the file: </div><div><br></div><div>PathIterator< OutputImageType, InputPathType > pathIt(OutputImage, InputPath);<br></div><div><div>for ( pathIt.GoToBegin(); !pathIt.IsAtEnd(); ++pathIt)</div><div>    {</div><div><span class="" style="white-space:pre">    </span>  pathIt.Set(m_PathValue);</div><div>    }</div><div><br></div><div>I'm noticing that the loop executes only once, taking the first value in the path. ++pathIt does not seem to work. Could anyone please help me with this? Thank you.</div><div><br></div><div><br></div><br>
</div></div>