Hi Luis,<br><br>This one - not really. I never used VTK. I installed it only so I could run that example (deformable simplex mesh) from insight applications. And since the bug is manifesting itself in VTK code, I assume some familiarity is required. But I am now writing code for using deformable simplex model in my own project, and I ran into some error which says something like &quot;vertex with id 3095 does not exist in the mesh&quot;. This appears during a call to update of deformable simplex filter. I will of course investigate this on Monday or Tuesday - and it could be related to this 64/32 bit bug (my project is on 64bit platform). I will submit bug report when I get back to workplace next week.<br>
<br>Regards,<br>Dženan<br><br><div class="gmail_quote">2010/5/28 Luis Ibanez <span dir="ltr">&lt;<a href="mailto:luis.ibanez@kitware.com">luis.ibanez@kitware.com</a>&gt;</span><br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<br>Hi Dženan,<br><br>Thanks for testing the builds in 32bits.<br><br>This certainly looks like a bug.<br><br>Please make an entry at<br><a href="http://public.kitware.com/Bug/my_view_page.php" target="_blank">http://public.kitware.com/Bug/my_view_page.php</a><br>

<br>At this point it is unclear if this is an<br><br>* ITK Bug, or <br>* VTK Bug, or<br>* InsightApplications Bug...<br><br>So, please log it as an ITK bug, and make sure <br>that you mention your findings regarding 64bits <br>

versus 32 bits.<br><br><br>The next step is to reduce this problem to <br>a very minimal case...<br><br><br>The center of the problem seems to be the<br>conversion of the ITK mesh to the VTK mesh.<br><br>You could take that piece of code out of the<br>

InsightApplications code, and into its own<br>small file, and see if the problem can be<br>replicated there (in a 64 bits build).<br><br><br>I&#39;m assuming that you would like to Adopt<br>this bug....    is that right ?<br>

<br><br>    Thanks<br><br><br>         Luis<br><br><br>-------------------------------------------------------------<br><div class="gmail_quote">2010/5/28 Dženan Zukić <span dir="ltr">&lt;<a href="mailto:dzenanz@gmail.com" target="_blank">dzenanz@gmail.com</a>&gt;</span><div>
<div></div><div class="h5"><br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">Hi Luis,<div><br></div><div>I just compiled everything for 32bit in a virtual machine (WinXP), and this bug is not manifesting itself. Not even when I copy the resulting executable and use it on my Win7 x64 OS. Can someone else confirm this? And the appropriate place to submit bug report would be VTK bug tracker?</div>


<div><br></div><div>Regards,</div><div>Dženan<br><br><div class="gmail_quote">2010/5/26 Luis Ibanez <span dir="ltr">&lt;<a href="mailto:luis.ibanez@kitware.com" target="_blank">luis.ibanez@kitware.com</a>&gt;</span><div>

<div></div><div><br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
Hi Dženan,<br>
<br>
Thanks for checking on that variable.<br>
<br>
I&#39;ll be curious to see if the problem happens<br>
if you compile the code for 32bits.<br>
<br>
Could you please try compiling ITK, VTK,<br>
and InsightApplications for 32bits ?<br>
<br>
<br>
I presume that your image and surfaces are<br>
not large enough to require 64bits storage yet...<br>
<br>
<br>
 Please let us know what you find,<br>
<br>
<br>
     Thanks<br>
<br>
<br>
         Luis<br>
<br>
<br>
-----------------------------------------------------<br>
2010/5/26 Dženan Zukić &lt;<a href="mailto:dzenanz@gmail.com" target="_blank">dzenanz@gmail.com</a>&gt;:<br>
<div><div></div><div>&gt; Hi Luis!<br>
&gt; Thanks for suggestion, but that flag was already turned on. I tried<br>
&gt; regenerating project files with CMake, and then rebuilding VTK and the<br>
&gt; example, but no change. I also tried reducing size of initial sphere (to<br>
&gt; keep it entirely within image), but that did not help either. Anything else<br>
&gt; I could try?<br>
&gt; Regards,<br>
&gt; Dženan<br>
&gt;<br>
&gt; 2010/5/24 Luis Ibanez &lt;<a href="mailto:luis.ibanez@kitware.com" target="_blank">luis.ibanez@kitware.com</a>&gt;<br>
&gt;&gt;<br>
&gt;&gt; Hi Dženan<br>
&gt;&gt;<br>
&gt;&gt; You may want to try turning ON the following CMake flag in VTK:<br>
&gt;&gt;<br>
&gt;&gt;               VTK_USE_64BIT_IDS_DEFAULT<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;     Regards,<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;          Luis<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; ----------------------------------------------------<br>
&gt;&gt; 2010/5/19 Dženan Zukić &lt;<a href="mailto:dzenanz@gmail.com" target="_blank">dzenanz@gmail.com</a>&gt;:<br>
&gt;&gt; &gt; Hi everyone,<br>
&gt;&gt; &gt; I have been trying to use the deformable model simplex mesh example in<br>
&gt;&gt; &gt; insight applications, but using seed point does not work - the program<br>
&gt;&gt; &gt; always crashes.<br>
&gt;&gt; &gt; I followed it in debugger, and the crash occurs deep in VTK code, which<br>
&gt;&gt; &gt; is<br>
&gt;&gt; &gt; invoked through render method from<br>
&gt;&gt; &gt; \Applications\DeformableModelSimplexMesh\ImageSurfaceViewer.cxx, line<br>
&gt;&gt; &gt; 285.<br>
&gt;&gt; &gt; The problem manifests itself in file<br>
&gt;&gt; &gt; \vtk-5.6.0\Common\vtkDataArrayTemplate.txx, line 613 (Unhandled<br>
&gt;&gt; &gt; exception at<br>
&gt;&gt; &gt; 0x000000013f45a9e9 in DeformableModelSimplexMesh.exe: 0xC0000005: Access<br>
&gt;&gt; &gt; violation reading location 0x000000c003bc2100.). The problem at that<br>
&gt;&gt; &gt; point<br>
&gt;&gt; &gt; is that parameter &quot;vtkIdType i&quot; is equal to 68719476736, which is<br>
&gt;&gt; &gt; obviously<br>
&gt;&gt; &gt; junk.<br>
&gt;&gt; &gt; I am working on Win7 x64 (my stuff built for x64 target), VS2008SP1, ITK<br>
&gt;&gt; &gt; 3.18, InsightApplications 3.18.<br>
&gt;&gt; &gt; Can anyone shed some light on this?<br>
&gt;&gt; &gt; Thanks,<br>
&gt;&gt; &gt; Dženan<br>
&gt;&gt; &gt; _____________________________________<br>
&gt;&gt; &gt; Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; Visit other Kitware open-source projects at<br>
&gt;&gt; &gt; <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; Kitware offers ITK Training Courses, for more information visit:<br>
&gt;&gt; &gt; <a href="http://www.kitware.com/products/protraining.html" target="_blank">http://www.kitware.com/products/protraining.html</a><br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; Please keep messages on-topic and check the ITK FAQ at:<br>
&gt;&gt; &gt; <a href="http://www.itk.org/Wiki/ITK_FAQ" target="_blank">http://www.itk.org/Wiki/ITK_FAQ</a><br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; Follow this link to subscribe/unsubscribe:<br>
&gt;&gt; &gt; <a href="http://www.itk.org/mailman/listinfo/insight-users" target="_blank">http://www.itk.org/mailman/listinfo/insight-users</a><br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt;<br>
&gt;<br>
&gt;<br>
</div></div></blockquote></div></div></div><br></div>
</blockquote></div></div></div><br>
</blockquote></div><br>