[vtkusers] Check if a point (3 D coordinates) existe in vtkpoints set.
ahmedmaalej
ahmed.supcom at hotmail.com
Fri Feb 18 04:20:44 EST 2011
I tried to do something like the following in java: but I find that
InsertUniquePoint method is undifined for the type vtkMergePoints. what
should I do?
vtkPointSet ptset1 = new vtkPointSet();
ptset1=tmp_result1;
vtkMergePoints locate = new vtkMergePoints();
locate.SetDataSet(tmp_result1);
locate.BuildLocator();
int ptidnose1=locate.InsertUniquePoint(nose1);
Thanks.
--
View this message in context: http://vtk.1045678.n5.nabble.com/Check-if-a-point-3D-coordinates-existes-in-a-vtkpoints-set-tp3389117p3390780.html
Sent from the VTK - Users mailing list archive at Nabble.com.
More information about the vtkusers
mailing list