<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Hi everyone,<br>
<br>
A repeated Update() to the TriangleMeshToSimplexMeshFilter causes a
segmentation fault. I noticed that this filter actually changes the
inputmesh in the CreateNewEdge(...) function that is called in
Initialize(). It seems that this causes problems when updating a second
time. Should the Initialize() function be called with the second
update()? Should the filter even be allowed to alter its input?<br>
Since I have not been able to find a solution I thought I would put
these questions to you.<br>
<br>
kind regards,<br>
<br>
Richard van der Put<br>
<big><font color="#000000"><small>University Hospital Utrecht<br>
Radiotherapy Dept.</small></font></big><br>
<a class="moz-txt-link-abbreviated" href="mailto:r.w.vanderput@azu.nl">r.w.vanderput@azu.nl</a><br>
<br>
</body>
</html>