<html dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style id="owaParaStyle" type="text/css">
<!--
p
        {margin-top:0;
        margin-bottom:0}
p
        {margin-top:0;
        margin-bottom:0}
-->
P {margin-top:0;margin-bottom:0;}</style>
</head>
<body ocsi="0" fpstyle="1">
<div style="direction: ltr;font-family: Tahoma;color: #000000;font-size: 10pt;">Dear Insight Users,<br>
<br>
I've found why it crashes...<br>
Line 72, there is&nbsp; unsigned long tetraPoints[] = {0,1,2,4};<br>
should be changed to&nbsp; unsigned long tetraPoints[] = {0,1,2,3};<br>
<br>
Have a nice day,<br>
Delphine<br>
<br>
<div style="font-family: Times New Roman; color: rgb(0, 0, 0); font-size: 16px;">
<hr tabindex="-1">
<div style="direction: ltr;" id="divRpF439343"><font color="#000000" face="Tahoma" size="2"><b>De :</b> insight-users-bounces@itk.org [insight-users-bounces@itk.org] de la part de Ribes, Delphine (ISTB) [delphine.ribes@istb.unibe.ch]<br>
<b>Date d'envoi :</b> mardi, 5. juillet 2011 17:59<br>
<b>À :</b> insight-users@itk.org<br>
<b>Objet :</b> [Insight-users] MeshSpatialObject.exe crashes<br>
</font><br>
</div>
<div></div>
<div>
<div style="direction: ltr; font-family: Tahoma; color: rgb(0, 0, 0); font-size: 10pt;">
Dear Insight Users,<br>
<div style="font-family: Times New Roman; color: rgb(0, 0, 0); font-size: 16px;">
<div style="direction: ltr; font-family: Tahoma; color: rgb(0, 0, 0); font-size: 10pt;">
<br>
I've tried the example MeshSpatialObject.exe from the directory Examples\SpatialObjects and it crashes for both debug and release version. In debug, I was able to identify when it crashes:<br>
&nbsp;line 130 : std::cout &lt;&lt; &quot;Is my physical point inside? : &quot; &lt;&lt; <br>
&nbsp;&nbsp;&nbsp; myMeshSpatialObject-&gt;IsInside(myPhysicalPoint) &lt;&lt; std::endl;<br>
<br>
When I comment this line, then it crashes at line 204: imageFilter-&gt;Update();<br>
Attached the error message that I get.<br>
<br>
I am using:<br>
InsightToolkit-3.20.0 built in shared lib <br>
VS 2008 <br>
Windows7 64bit.<br>
<br>
I've seen this thread on the mailing-list:<br>
<a href="http://www.itk.org/pipermail/insight-users/2009-October/033450.html" target="_blank">http://www.itk.org/pipermail/insight-users/2009-October/033450.html</a><br>
But I didn't find any answer.<br>
<br>
Can someone help me?<br>
<br>
Thanks a lot,<br>
Delphine<br>
</div>
<div></div>
</div>
</div>
</div>
</div>
</div>
</body>
</html>