]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkAbstractPointLocator.java
vtk 8.2.0
[simantics/3d.git] / vtk / src / vtk / vtkAbstractPointLocator.java
1 // java wrapper for vtkAbstractPointLocator object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkAbstractPointLocator extends vtkLocator
8 {
9
10   private native int IsTypeOf_0(String id0);
11   public int IsTypeOf(String id0)
12     { return IsTypeOf_0(id0); }
13
14   private native int IsA_1(String id0);
15   public int IsA(String id0)
16     { return IsA_1(id0); }
17
18   private native int FindClosestPoint_2(double id0[]);
19   public int FindClosestPoint(double id0[])
20     { return FindClosestPoint_2(id0); }
21
22   private native int FindClosestPoint_3(double id0,double id1,double id2);
23   public int FindClosestPoint(double id0,double id1,double id2)
24     { return FindClosestPoint_3(id0,id1,id2); }
25
26   private native void FindClosestNPoints_4(int id0,double id1[],vtkIdList id2);
27   public void FindClosestNPoints(int id0,double id1[],vtkIdList id2)
28     { FindClosestNPoints_4(id0,id1,id2); }
29
30   private native void FindClosestNPoints_5(int id0,double id1,double id2,double id3,vtkIdList id4);
31   public void FindClosestNPoints(int id0,double id1,double id2,double id3,vtkIdList id4)
32     { FindClosestNPoints_5(id0,id1,id2,id3,id4); }
33
34   private native void FindPointsWithinRadius_6(double id0,double id1[],vtkIdList id2);
35   public void FindPointsWithinRadius(double id0,double id1[],vtkIdList id2)
36     { FindPointsWithinRadius_6(id0,id1,id2); }
37
38   private native void FindPointsWithinRadius_7(double id0,double id1,double id2,double id3,vtkIdList id4);
39   public void FindPointsWithinRadius(double id0,double id1,double id2,double id3,vtkIdList id4)
40     { FindPointsWithinRadius_7(id0,id1,id2,id3,id4); }
41
42   private native int GetNumberOfBuckets_8();
43   public int GetNumberOfBuckets()
44     { return GetNumberOfBuckets_8(); }
45
46   public vtkAbstractPointLocator() { super(); }
47
48   public vtkAbstractPointLocator(long id) { super(id); }
49
50 }