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