]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkKdTreeSelector.java
Add back explicit loading of jawt.dll.
[simantics/3d.git] / vtk / src / vtk / vtkKdTreeSelector.java
1 // java wrapper for vtkKdTreeSelector object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkKdTreeSelector extends vtkSelectionAlgorithm
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 void SetKdTree_2(vtkKdTree id0);
19   public void SetKdTree(vtkKdTree id0)
20     { SetKdTree_2(id0); }
21
22   private native long GetKdTree_3();
23   public vtkKdTree GetKdTree() {
24     long temp = GetKdTree_3();
25
26     if (temp == 0) return null;
27     return (vtkKdTree)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
28 }
29
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); }
33
34   private native void SetSelectionBounds_5(double id0[]);
35   public void SetSelectionBounds(double id0[])
36     { SetSelectionBounds_5(id0); }
37
38   private native double[] GetSelectionBounds_6();
39   public double[] GetSelectionBounds()
40     { return GetSelectionBounds_6(); }
41
42   private native void SetSelectionFieldName_7(String id0);
43   public void SetSelectionFieldName(String id0)
44     { SetSelectionFieldName_7(id0); }
45
46   private native String GetSelectionFieldName_8();
47   public String GetSelectionFieldName()
48     { return GetSelectionFieldName_8(); }
49
50   private native void SetSelectionAttribute_9(int id0);
51   public void SetSelectionAttribute(int id0)
52     { SetSelectionAttribute_9(id0); }
53
54   private native int GetSelectionAttribute_10();
55   public int GetSelectionAttribute()
56     { return GetSelectionAttribute_10(); }
57
58   private native void SetSingleSelection_11(boolean id0);
59   public void SetSingleSelection(boolean id0)
60     { SetSingleSelection_11(id0); }
61
62   private native boolean GetSingleSelection_12();
63   public boolean GetSingleSelection()
64     { return GetSingleSelection_12(); }
65
66   private native void SingleSelectionOn_13();
67   public void SingleSelectionOn()
68     { SingleSelectionOn_13(); }
69
70   private native void SingleSelectionOff_14();
71   public void SingleSelectionOff()
72     { SingleSelectionOff_14(); }
73
74   private native void SetSingleSelectionThreshold_15(double id0);
75   public void SetSingleSelectionThreshold(double id0)
76     { SetSingleSelectionThreshold_15(id0); }
77
78   private native double GetSingleSelectionThreshold_16();
79   public double GetSingleSelectionThreshold()
80     { return GetSingleSelectionThreshold_16(); }
81
82   private native int GetMTime_17();
83   public int GetMTime()
84     { return GetMTime_17(); }
85
86   public vtkKdTreeSelector() { super(); }
87
88   public vtkKdTreeSelector(long id) { super(id); }
89   public native long   VTKInit();
90
91 }