<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">
Hila,
<div><br>
</div>
<div>Is&nbsp;<span class="Apple-style-span" style="white-space: nowrap; -webkit-border-horizontal-spacing: 2px; -webkit-border-vertical-spacing: 2px; ">vtkKdTreePointLocator::FindPointsWithinRadius going to help you?</span></div>
<div><span class="Apple-style-span" style="font-weight: bold; white-space: nowrap; -webkit-border-horizontal-spacing: 2px; -webkit-border-vertical-spacing: 2px; "><br>
</span></div>
<div><font class="Apple-style-span" face="Geneva, Arial, Helvetica, sans-serif"><span class="Apple-style-span" style="white-space: nowrap; -webkit-border-horizontal-spacing: 2px; -webkit-border-vertical-spacing: 2px;">You can exclude points within a specific
 radius and the rest points on the surface are beyond that value.</span></font></div>
<div><font class="Apple-style-span" face="Geneva, Arial, Helvetica, sans-serif"><span class="Apple-style-span" style="white-space: nowrap; -webkit-border-horizontal-spacing: 2px; -webkit-border-vertical-spacing: 2px;"><br>
</span></font></div>
<div><font class="Apple-style-span" face="Geneva, Arial, Helvetica, sans-serif"><span class="Apple-style-span" style="white-space: nowrap; -webkit-border-horizontal-spacing: 2px; -webkit-border-vertical-spacing: 2px;">You are right about the point ids. neighboring
 points could have very different point Ids.</span></font></div>
<div><font class="Apple-style-span" face="Geneva, Arial, Helvetica, sans-serif"><span class="Apple-style-span" style="white-space: nowrap; -webkit-border-horizontal-spacing: 2px; -webkit-border-vertical-spacing: 2px;"><br>
</span></font></div>
<div><font class="Apple-style-span" face="Geneva, Arial, Helvetica, sans-serif"><span class="Apple-style-span" style="white-space: nowrap; -webkit-border-horizontal-spacing: 2px; -webkit-border-vertical-spacing: 2px;">Good Luck,</span></font></div>
<div><font class="Apple-style-span" face="Geneva, Arial, Helvetica, sans-serif"><span class="Apple-style-span" style="white-space: nowrap; -webkit-border-horizontal-spacing: 2px; -webkit-border-vertical-spacing: 2px;">Wen</span></font></div>
<div><font class="Apple-style-span" face="Geneva, Arial, Helvetica, sans-serif"><span class="Apple-style-span" style="white-space: nowrap; -webkit-border-horizontal-spacing: 2px; -webkit-border-vertical-spacing: 2px;"><br>
</span></font></div>
<div>
<div>
<div>On Apr 29, 2012, at 2:21 PM, Hila Hiler wrote:</div>
<br class="Apple-interchange-newline">
<blockquote type="cite">
<div dir="ltr">Hi All,<br>
<br>
I'd like to get some <b>distant points</b> on a surface (in this case, a head).<br>
How do I know what the distance value should be?<br>
<br>
Actually, in my program I use this type: vtkIdType and with a loop move on a vtkPolyData.<br>
I tried to guess a number (5000), presented the points on the surface but realized that even that those points look very close, their indexes are faraway from each other- so I guess that I don't have a clue about it :-)<br>
<br>
<br>
so, any idea how I should find indexes/points which are faraway from each other on a surface ?<br>
<br>
<br>
Thanks in advance.<br>
<br>
Hila&nbsp; <br>
</div>
_______________________________________________<br>
Powered by <a href="http://www.kitware.com">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html">
http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Please keep messages on-topic and check the VTK FAQ at: <a href="http://www.vtk.org/Wiki/VTK_FAQ">
http://www.vtk.org/Wiki/VTK_FAQ</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://www.vtk.org/mailman/listinfo/vtkusers">http://www.vtk.org/mailman/listinfo/vtkusers</a><br>
</blockquote>
</div>
<br>
</div>
</body>
</html>