<div dir="ltr">On Mon, Oct 1, 2018 at 5:15 PM Berti Krüger <<a href="mailto:berti_krueger@hotmail.com" target="_blank">berti_krueger@hotmail.com</a>> wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">




<div dir="ltr">
<div id="m_6053664163610704314m_-3051148876379529560divtagdefaultwrapper" style="font-size:12pt;color:#000000;font-family:Calibri,Helvetica,sans-serif" dir="ltr">
<p style="margin-top:0;margin-bottom:0"><br></p><div style="color:rgb(0,0,0)"><div><div id="m_6053664163610704314m_-3051148876379529560x_geary-body">
<div>I already stumbled upon the vtkImplicitModeller, but to be honest, from the class documentation alone i didn't completely "get" what it is really doing, e.g. what is the "output" of it.</div></div></div></div></div></div></blockquote><div><br></div><div>The full c++ source code is right there.  Just sayin'.</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div id="m_6053664163610704314m_-3051148876379529560divtagdefaultwrapper" style="font-size:12pt;color:#000000;font-family:Calibri,Helvetica,sans-serif" dir="ltr"><div style="color:rgb(0,0,0)"><div><div id="m_6053664163610704314m_-3051148876379529560x_geary-body">
<div>Does it compute a distance field where the cell values of the grid contain the distances from the cell to the isosurface?<br></div></div></div></div></div></div></blockquote><div><br></div><div>It computes unsigned distance.  No, it doesn't compute distance from an isosurface: it computes the distance to the actual polygon, which is a vectorized (not yet rasterized) object. All that remains to be done is binarization via thresholding.</div><div><br></div><div> - David</div><div><br></div><div><br></div></div></div>