1 // java wrapper for vtkKdTreeSelector object
7 public class vtkKdTreeSelector extends vtkSelectionAlgorithm
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 SetKdTree_2(vtkKdTree id0);
19 public void SetKdTree(vtkKdTree id0)
22 private native long GetKdTree_3();
23 public vtkKdTree GetKdTree() {
24 long temp = GetKdTree_3();
26 if (temp == 0) return null;
27 return (vtkKdTree)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
30 private native void SetSelectionBounds_4(double id0,double id1,double id2,double id3,double id4,double id5);
31 public void SetSelectionBounds(double id0,double id1,double id2,double id3,double id4,double id5)
32 { SetSelectionBounds_4(id0,id1,id2,id3,id4,id5); }
34 private native void SetSelectionBounds_5(double id0[]);
35 public void SetSelectionBounds(double id0[])
36 { SetSelectionBounds_5(id0); }
38 private native double[] GetSelectionBounds_6();
39 public double[] GetSelectionBounds()
40 { return GetSelectionBounds_6(); }
42 private native void SetSelectionFieldName_7(String id0);
43 public void SetSelectionFieldName(String id0)
44 { SetSelectionFieldName_7(id0); }
46 private native String GetSelectionFieldName_8();
47 public String GetSelectionFieldName()
48 { return GetSelectionFieldName_8(); }
50 private native void SetSelectionAttribute_9(int id0);
51 public void SetSelectionAttribute(int id0)
52 { SetSelectionAttribute_9(id0); }
54 private native int GetSelectionAttribute_10();
55 public int GetSelectionAttribute()
56 { return GetSelectionAttribute_10(); }
58 private native void SetSingleSelection_11(boolean id0);
59 public void SetSingleSelection(boolean id0)
60 { SetSingleSelection_11(id0); }
62 private native boolean GetSingleSelection_12();
63 public boolean GetSingleSelection()
64 { return GetSingleSelection_12(); }
66 private native void SingleSelectionOn_13();
67 public void SingleSelectionOn()
68 { SingleSelectionOn_13(); }
70 private native void SingleSelectionOff_14();
71 public void SingleSelectionOff()
72 { SingleSelectionOff_14(); }
74 private native void SetSingleSelectionThreshold_15(double id0);
75 public void SetSingleSelectionThreshold(double id0)
76 { SetSingleSelectionThreshold_15(id0); }
78 private native double GetSingleSelectionThreshold_16();
79 public double GetSingleSelectionThreshold()
80 { return GetSingleSelectionThreshold_16(); }
82 private native int GetMTime_17();
84 { return GetMTime_17(); }
86 public vtkKdTreeSelector() { super(); }
88 public vtkKdTreeSelector(long id) { super(id); }
89 public native long VTKInit();