]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkSelectVisiblePoints.java
Show busy cursor and block UI input while committing changes
[simantics/3d.git] / vtk / src / vtk / vtkSelectVisiblePoints.java
1 // java wrapper for vtkSelectVisiblePoints object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkSelectVisiblePoints extends vtkPolyDataAlgorithm
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 SetRenderer_2(vtkRenderer id0);
19   public void SetRenderer(vtkRenderer id0)
20     { SetRenderer_2(id0); }
21
22   private native long GetRenderer_3();
23   public vtkRenderer GetRenderer() {
24     long temp = GetRenderer_3();
25
26     if (temp == 0) return null;
27     return (vtkRenderer)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
28 }
29
30   private native void SetSelectionWindow_4(int id0);
31   public void SetSelectionWindow(int id0)
32     { SetSelectionWindow_4(id0); }
33
34   private native int GetSelectionWindow_5();
35   public int GetSelectionWindow()
36     { return GetSelectionWindow_5(); }
37
38   private native void SelectionWindowOn_6();
39   public void SelectionWindowOn()
40     { SelectionWindowOn_6(); }
41
42   private native void SelectionWindowOff_7();
43   public void SelectionWindowOff()
44     { SelectionWindowOff_7(); }
45
46   private native void SetSelection_8(int id0,int id1,int id2,int id3);
47   public void SetSelection(int id0,int id1,int id2,int id3)
48     { SetSelection_8(id0,id1,id2,id3); }
49
50   private native void SetSelection_9(int id0[]);
51   public void SetSelection(int id0[])
52     { SetSelection_9(id0); }
53
54   private native int[]  GetSelection_10();
55   public int[]  GetSelection()
56     { return GetSelection_10(); }
57
58   private native void SetSelectInvisible_11(int id0);
59   public void SetSelectInvisible(int id0)
60     { SetSelectInvisible_11(id0); }
61
62   private native int GetSelectInvisible_12();
63   public int GetSelectInvisible()
64     { return GetSelectInvisible_12(); }
65
66   private native void SelectInvisibleOn_13();
67   public void SelectInvisibleOn()
68     { SelectInvisibleOn_13(); }
69
70   private native void SelectInvisibleOff_14();
71   public void SelectInvisibleOff()
72     { SelectInvisibleOff_14(); }
73
74   private native void SetTolerance_15(double id0);
75   public void SetTolerance(double id0)
76     { SetTolerance_15(id0); }
77
78   private native double GetToleranceMinValue_16();
79   public double GetToleranceMinValue()
80     { return GetToleranceMinValue_16(); }
81
82   private native double GetToleranceMaxValue_17();
83   public double GetToleranceMaxValue()
84     { return GetToleranceMaxValue_17(); }
85
86   private native double GetTolerance_18();
87   public double GetTolerance()
88     { return GetTolerance_18(); }
89
90   private native int GetMTime_19();
91   public int GetMTime()
92     { return GetMTime_19(); }
93
94   public vtkSelectVisiblePoints() { super(); }
95
96   public vtkSelectVisiblePoints(long id) { super(id); }
97   public native long   VTKInit();
98
99 }