]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkHardwareSelector.java
Perform view direction switching via vtkCameraAndSelectorAction
[simantics/3d.git] / vtk / src / vtk / vtkHardwareSelector.java
1 // java wrapper for vtkHardwareSelector object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkHardwareSelector extends vtkObject
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 SetArea_4(int id0,int id1,int id2,int id3);
31   public void SetArea(int id0,int id1,int id2,int id3)
32     { SetArea_4(id0,id1,id2,id3); }
33
34   private native void SetFieldAssociation_5(int id0);
35   public void SetFieldAssociation(int id0)
36     { SetFieldAssociation_5(id0); }
37
38   private native int GetFieldAssociation_6();
39   public int GetFieldAssociation()
40     { return GetFieldAssociation_6(); }
41
42   private native void SetUseProcessIdFromData_7(boolean id0);
43   public void SetUseProcessIdFromData(boolean id0)
44     { SetUseProcessIdFromData_7(id0); }
45
46   private native boolean GetUseProcessIdFromData_8();
47   public boolean GetUseProcessIdFromData()
48     { return GetUseProcessIdFromData_8(); }
49
50   private native long Select_9();
51   public vtkSelection Select() {
52     long temp = Select_9();
53
54     if (temp == 0) return null;
55     return (vtkSelection)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
56 }
57
58   private native boolean CaptureBuffers_10();
59   public boolean CaptureBuffers()
60     { return CaptureBuffers_10(); }
61
62   private native void ClearBuffers_11();
63   public void ClearBuffers()
64     { ClearBuffers_11(); }
65
66   private native void RenderCompositeIndex_12(int id0);
67   public void RenderCompositeIndex(int id0)
68     { RenderCompositeIndex_12(id0); }
69
70   private native void UpdateMaximumCellId_13(int id0);
71   public void UpdateMaximumCellId(int id0)
72     { UpdateMaximumCellId_13(id0); }
73
74   private native void UpdateMaximumPointId_14(int id0);
75   public void UpdateMaximumPointId(int id0)
76     { UpdateMaximumPointId_14(id0); }
77
78   private native void RenderProcessId_15(int id0);
79   public void RenderProcessId(int id0)
80     { RenderProcessId_15(id0); }
81
82   private native boolean GetActorPassOnly_16();
83   public boolean GetActorPassOnly()
84     { return GetActorPassOnly_16(); }
85
86   private native void SetActorPassOnly_17(boolean id0);
87   public void SetActorPassOnly(boolean id0)
88     { SetActorPassOnly_17(id0); }
89
90   private native boolean GetCaptureZValues_18();
91   public boolean GetCaptureZValues()
92     { return GetCaptureZValues_18(); }
93
94   private native void SetCaptureZValues_19(boolean id0);
95   public void SetCaptureZValues(boolean id0)
96     { SetCaptureZValues_19(id0); }
97
98   private native void BeginRenderProp_20();
99   public void BeginRenderProp()
100     { BeginRenderProp_20(); }
101
102   private native void EndRenderProp_21();
103   public void EndRenderProp()
104     { EndRenderProp_21(); }
105
106   private native void SetProcessID_22(int id0);
107   public void SetProcessID(int id0)
108     { SetProcessID_22(id0); }
109
110   private native int GetProcessID_23();
111   public int GetProcessID()
112     { return GetProcessID_23(); }
113
114   private native double[] GetPropColorValue_24();
115   public double[] GetPropColorValue()
116     { return GetPropColorValue_24(); }
117
118   private native void SetPropColorValue_25(double id0,double id1,double id2);
119   public void SetPropColorValue(double id0,double id1,double id2)
120     { SetPropColorValue_25(id0,id1,id2); }
121
122   private native void SetPropColorValue_26(double id0[]);
123   public void SetPropColorValue(double id0[])
124     { SetPropColorValue_26(id0); }
125
126   private native void SetPropColorValue_27(int id0);
127   public void SetPropColorValue(int id0)
128     { SetPropColorValue_27(id0); }
129
130   private native int GetCurrentPass_28();
131   public int GetCurrentPass()
132     { return GetCurrentPass_28(); }
133
134   private native long GenerateSelection_29();
135   public vtkSelection GenerateSelection() {
136     long temp = GenerateSelection_29();
137
138     if (temp == 0) return null;
139     return (vtkSelection)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
140 }
141
142   private native long GenerateSelection_30(int id0,int id1,int id2,int id3);
143   public vtkSelection GenerateSelection(int id0,int id1,int id2,int id3) {
144     long temp = GenerateSelection_30(id0,id1,id2,id3);
145
146     if (temp == 0) return null;
147     return (vtkSelection)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
148 }
149
150   private native long GetPropFromID_31(int id0);
151   public vtkProp GetPropFromID(int id0) {
152     long temp = GetPropFromID_31(id0);
153
154     if (temp == 0) return null;
155     return (vtkProp)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
156 }
157
158   private native String PassTypeToString_32(int id0);
159   public String PassTypeToString(int id0)
160     { return PassTypeToString_32(id0); }
161
162   private native void Convert_33(int id0,double id1[]);
163   public void Convert(int id0,double id1[])
164     { Convert_33(id0,id1); }
165
166   private native void SavePixelBuffer_34(int id0);
167   public void SavePixelBuffer(int id0)
168     { SavePixelBuffer_34(id0); }
169
170   public vtkHardwareSelector() { super(); }
171
172   public vtkHardwareSelector(long id) { super(id); }
173   public native long   VTKInit();
174
175 }