1 // java wrapper for vtkSphereTree object
7 public class vtkSphereTree extends vtkObject
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 SetDataSet_2(vtkDataSet id0);
19 public void SetDataSet(vtkDataSet id0)
20 { SetDataSet_2(id0); }
22 private native long GetDataSet_3();
23 public vtkDataSet GetDataSet() {
24 long temp = GetDataSet_3();
26 if (temp == 0) return null;
27 return (vtkDataSet)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
30 private native void Build_4();
34 private native void Build_5(vtkDataSet id0);
35 public void Build(vtkDataSet id0)
38 private native void SetBuildHierarchy_6(boolean id0);
39 public void SetBuildHierarchy(boolean id0)
40 { SetBuildHierarchy_6(id0); }
42 private native boolean GetBuildHierarchy_7();
43 public boolean GetBuildHierarchy()
44 { return GetBuildHierarchy_7(); }
46 private native void BuildHierarchyOn_8();
47 public void BuildHierarchyOn()
48 { BuildHierarchyOn_8(); }
50 private native void BuildHierarchyOff_9();
51 public void BuildHierarchyOff()
52 { BuildHierarchyOff_9(); }
54 private native void SelectPoint_10(double id0[],vtkIdList id1);
55 public void SelectPoint(double id0[],vtkIdList id1)
56 { SelectPoint_10(id0,id1); }
58 private native void SelectLine_11(double id0[],double id1[],vtkIdList id2);
59 public void SelectLine(double id0[],double id1[],vtkIdList id2)
60 { SelectLine_11(id0,id1,id2); }
62 private native void SelectPlane_12(double id0[],double id1[],vtkIdList id2);
63 public void SelectPlane(double id0[],double id1[],vtkIdList id2)
64 { SelectPlane_12(id0,id1,id2); }
66 private native void SetResolution_13(int id0);
67 public void SetResolution(int id0)
68 { SetResolution_13(id0); }
70 private native int GetResolutionMinValue_14();
71 public int GetResolutionMinValue()
72 { return GetResolutionMinValue_14(); }
74 private native int GetResolutionMaxValue_15();
75 public int GetResolutionMaxValue()
76 { return GetResolutionMaxValue_15(); }
78 private native int GetResolution_16();
79 public int GetResolution()
80 { return GetResolution_16(); }
82 private native void SetMaxLevel_17(int id0);
83 public void SetMaxLevel(int id0)
84 { SetMaxLevel_17(id0); }
86 private native int GetMaxLevelMinValue_18();
87 public int GetMaxLevelMinValue()
88 { return GetMaxLevelMinValue_18(); }
90 private native int GetMaxLevelMaxValue_19();
91 public int GetMaxLevelMaxValue()
92 { return GetMaxLevelMaxValue_19(); }
94 private native int GetMaxLevel_20();
95 public int GetMaxLevel()
96 { return GetMaxLevel_20(); }
98 private native int GetNumberOfLevels_21();
99 public int GetNumberOfLevels()
100 { return GetNumberOfLevels_21(); }
102 public vtkSphereTree() { super(); }
104 public vtkSphereTree(long id) { super(id); }
105 public native long VTKInit();