1 // java wrapper for vtkIncrementalOctreePointLocator object
7 public class vtkIncrementalOctreePointLocator extends vtkIncrementalPointLocator
10 private native int IsTypeOf_0(String id0);
11 public int IsTypeOf(String id0)
12 { return IsTypeOf_0(id0); }
14 private native int IsA_1(String id0);
15 public int IsA(String id0)
16 { return IsA_1(id0); }
18 private native void SetMaxPointsPerLeaf_2(int id0);
19 public void SetMaxPointsPerLeaf(int id0)
20 { SetMaxPointsPerLeaf_2(id0); }
22 private native int GetMaxPointsPerLeafMinValue_3();
23 public int GetMaxPointsPerLeafMinValue()
24 { return GetMaxPointsPerLeafMinValue_3(); }
26 private native int GetMaxPointsPerLeafMaxValue_4();
27 public int GetMaxPointsPerLeafMaxValue()
28 { return GetMaxPointsPerLeafMaxValue_4(); }
30 private native int GetMaxPointsPerLeaf_5();
31 public int GetMaxPointsPerLeaf()
32 { return GetMaxPointsPerLeaf_5(); }
34 private native void SetBuildCubicOctree_6(int id0);
35 public void SetBuildCubicOctree(int id0)
36 { SetBuildCubicOctree_6(id0); }
38 private native int GetBuildCubicOctree_7();
39 public int GetBuildCubicOctree()
40 { return GetBuildCubicOctree_7(); }
42 private native void BuildCubicOctreeOn_8();
43 public void BuildCubicOctreeOn()
44 { BuildCubicOctreeOn_8(); }
46 private native void BuildCubicOctreeOff_9();
47 public void BuildCubicOctreeOff()
48 { BuildCubicOctreeOff_9(); }
50 private native long GetLocatorPoints_10();
51 public vtkPoints GetLocatorPoints() {
52 long temp = GetLocatorPoints_10();
54 if (temp == 0) return null;
55 return (vtkPoints)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
58 private native void Initialize_11();
59 public void Initialize()
62 private native void FreeSearchStructure_12();
63 public void FreeSearchStructure()
64 { FreeSearchStructure_12(); }
66 private native int GetNumberOfPoints_13();
67 public int GetNumberOfPoints()
68 { return GetNumberOfPoints_13(); }
70 private native int FindClosestInsertedPoint_14(double id0[]);
71 public int FindClosestInsertedPoint(double id0[])
72 { return FindClosestInsertedPoint_14(id0); }
74 private native void GenerateRepresentation_15(int id0,vtkPolyData id1);
75 public void GenerateRepresentation(int id0,vtkPolyData id1)
76 { GenerateRepresentation_15(id0,id1); }
78 private native void BuildLocator_16();
79 public void BuildLocator()
80 { BuildLocator_16(); }
82 private native int FindClosestPoint_17(double id0[]);
83 public int FindClosestPoint(double id0[])
84 { return FindClosestPoint_17(id0); }
86 private native int FindClosestPoint_18(double id0,double id1,double id2);
87 public int FindClosestPoint(double id0,double id1,double id2)
88 { return FindClosestPoint_18(id0,id1,id2); }
90 private native void FindPointsWithinRadius_19(double id0,double id1[],vtkIdList id2);
91 public void FindPointsWithinRadius(double id0,double id1[],vtkIdList id2)
92 { FindPointsWithinRadius_19(id0,id1,id2); }
94 private native void FindPointsWithinSquaredRadius_20(double id0,double id1[],vtkIdList id2);
95 public void FindPointsWithinSquaredRadius(double id0,double id1[],vtkIdList id2)
96 { FindPointsWithinSquaredRadius_20(id0,id1,id2); }
98 private native void FindClosestNPoints_21(int id0,double id1[],vtkIdList id2);
99 public void FindClosestNPoints(int id0,double id1[],vtkIdList id2)
100 { FindClosestNPoints_21(id0,id1,id2); }
102 private native int InitPointInsertion_22(vtkPoints id0,double id1[]);
103 public int InitPointInsertion(vtkPoints id0,double id1[])
104 { return InitPointInsertion_22(id0,id1); }
106 private native int InitPointInsertion_23(vtkPoints id0,double id1[],int id2);
107 public int InitPointInsertion(vtkPoints id0,double id1[],int id2)
108 { return InitPointInsertion_23(id0,id1,id2); }
110 private native int IsInsertedPoint_24(double id0[]);
111 public int IsInsertedPoint(double id0[])
112 { return IsInsertedPoint_24(id0); }
114 private native int IsInsertedPoint_25(double id0,double id1,double id2);
115 public int IsInsertedPoint(double id0,double id1,double id2)
116 { return IsInsertedPoint_25(id0,id1,id2); }
118 private native void InsertPoint_26(int id0,double id1[]);
119 public void InsertPoint(int id0,double id1[])
120 { InsertPoint_26(id0,id1); }
122 private native int InsertNextPoint_27(double id0[]);
123 public int InsertNextPoint(double id0[])
124 { return InsertNextPoint_27(id0); }
126 public vtkIncrementalOctreePointLocator() { super(); }
128 public vtkIncrementalOctreePointLocator(long id) { super(id); }
129 public native long VTKInit();