<DIV>hello,</DIV>
<DIV>&nbsp;</DIV>
<DIV>I try to build an itkImage with a function wich use an importImageFilter; I can display my image inside my function (so the importation pipeline is ok),&nbsp;but when I try to do the same thing in my program using the return itkImage pointer it doesn't work !</DIV>
<DIV>&nbsp;</DIV>
<DIV>basically this is my code;</DIV>
<DIV>function:</DIV>
<DIV>&nbsp;</DIV>
<DIV>ImageType* myFunction(...)</DIV>
<DIV>... build the image and Import it with itkImportImageFilter</DIV>
<DIV>... I did an Update</DIV>
<DIV>I can display my Image using std::cout &lt;&lt; ImportFilter-&gt;GetOuput() &lt;&lt;std::endl&nbsp;,&nbsp;So the importation is OK.</DIV>
<DIV>&nbsp;</DIV>
<DIV>finally,I return the pointer:</DIV>
<DIV>return ImportFilter-&gt;GetOuput() </DIV>
<DIV>&nbsp;</DIV>
<DIV>In my program:</DIV>
<DIV>&nbsp; typedef int PixelType;<BR>&nbsp; const int Dimension=2, Lx=7, Ly=5;<BR>&nbsp; typedef itk::Image &lt; PixelType, Dimension &gt; ImageType;</DIV>
<DIV>&nbsp;ImageType* inputImage=myFunction(...);</DIV>
<DIV>&nbsp;</DIV>
<DIV>When I try to display std:cout&lt;&lt;inputImage &lt;&lt; std::endl; I have a pointer value and not all the usual image information .... and if I try to use inputImage to do something it crash !</DIV>
<DIV>&nbsp;</DIV>
<DIV>I think, I am not using the good return type or something like that?</DIV>
<DIV>&nbsp;</DIV>
<DIV>thanks for help</DIV>
<DIV>lagaffe</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;</DIV><p>
                <hr size=1> 
Découvrez le nouveau Yahoo! Mail : <font color="red">250 Mo d'espace</font> de stockage pour vos mails !<br><a href="http://fr.rd.yahoo.com/mail/taglines/*http://fr.rd.yahoo.com/evt=25917/*http://fr.rd.yahoo.com/mail_fr/mail_campaigns/splash/taglines_250/default/*http://fr.promotions.yahoo.com/mail/creer28.html">Créez votre Yahoo! Mail</a>