]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkImageTracerWidget.java
Perform view direction switching via vtkCameraAndSelectorAction
[simantics/3d.git] / vtk / src / vtk / vtkImageTracerWidget.java
1 // java wrapper for vtkImageTracerWidget object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkImageTracerWidget extends vtk3DWidget
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 SetEnabled_2(int id0);
19   public void SetEnabled(int id0)
20     { SetEnabled_2(id0); }
21
22   private native void PlaceWidget_3(double id0[]);
23   public void PlaceWidget(double id0[])
24     { PlaceWidget_3(id0); }
25
26   private native void PlaceWidget_4();
27   public void PlaceWidget()
28     { PlaceWidget_4(); }
29
30   private native void PlaceWidget_5(double id0,double id1,double id2,double id3,double id4,double id5);
31   public void PlaceWidget(double id0,double id1,double id2,double id3,double id4,double id5)
32     { PlaceWidget_5(id0,id1,id2,id3,id4,id5); }
33
34   private native void SetHandleProperty_6(vtkProperty id0);
35   public void SetHandleProperty(vtkProperty id0)
36     { SetHandleProperty_6(id0); }
37
38   private native long GetHandleProperty_7();
39   public vtkProperty GetHandleProperty() {
40     long temp = GetHandleProperty_7();
41
42     if (temp == 0) return null;
43     return (vtkProperty)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
44 }
45
46   private native void SetSelectedHandleProperty_8(vtkProperty id0);
47   public void SetSelectedHandleProperty(vtkProperty id0)
48     { SetSelectedHandleProperty_8(id0); }
49
50   private native long GetSelectedHandleProperty_9();
51   public vtkProperty GetSelectedHandleProperty() {
52     long temp = GetSelectedHandleProperty_9();
53
54     if (temp == 0) return null;
55     return (vtkProperty)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
56 }
57
58   private native void SetLineProperty_10(vtkProperty id0);
59   public void SetLineProperty(vtkProperty id0)
60     { SetLineProperty_10(id0); }
61
62   private native long GetLineProperty_11();
63   public vtkProperty GetLineProperty() {
64     long temp = GetLineProperty_11();
65
66     if (temp == 0) return null;
67     return (vtkProperty)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
68 }
69
70   private native void SetSelectedLineProperty_12(vtkProperty id0);
71   public void SetSelectedLineProperty(vtkProperty id0)
72     { SetSelectedLineProperty_12(id0); }
73
74   private native long GetSelectedLineProperty_13();
75   public vtkProperty GetSelectedLineProperty() {
76     long temp = GetSelectedLineProperty_13();
77
78     if (temp == 0) return null;
79     return (vtkProperty)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
80 }
81
82   private native void SetViewProp_14(vtkProp id0);
83   public void SetViewProp(vtkProp id0)
84     { SetViewProp_14(id0); }
85
86   private native void SetProjectToPlane_15(int id0);
87   public void SetProjectToPlane(int id0)
88     { SetProjectToPlane_15(id0); }
89
90   private native int GetProjectToPlane_16();
91   public int GetProjectToPlane()
92     { return GetProjectToPlane_16(); }
93
94   private native void ProjectToPlaneOn_17();
95   public void ProjectToPlaneOn()
96     { ProjectToPlaneOn_17(); }
97
98   private native void ProjectToPlaneOff_18();
99   public void ProjectToPlaneOff()
100     { ProjectToPlaneOff_18(); }
101
102   private native void SetProjectionNormal_19(int id0);
103   public void SetProjectionNormal(int id0)
104     { SetProjectionNormal_19(id0); }
105
106   private native int GetProjectionNormalMinValue_20();
107   public int GetProjectionNormalMinValue()
108     { return GetProjectionNormalMinValue_20(); }
109
110   private native int GetProjectionNormalMaxValue_21();
111   public int GetProjectionNormalMaxValue()
112     { return GetProjectionNormalMaxValue_21(); }
113
114   private native int GetProjectionNormal_22();
115   public int GetProjectionNormal()
116     { return GetProjectionNormal_22(); }
117
118   private native void SetProjectionNormalToXAxes_23();
119   public void SetProjectionNormalToXAxes()
120     { SetProjectionNormalToXAxes_23(); }
121
122   private native void SetProjectionNormalToYAxes_24();
123   public void SetProjectionNormalToYAxes()
124     { SetProjectionNormalToYAxes_24(); }
125
126   private native void SetProjectionNormalToZAxes_25();
127   public void SetProjectionNormalToZAxes()
128     { SetProjectionNormalToZAxes_25(); }
129
130   private native void SetProjectionPosition_26(double id0);
131   public void SetProjectionPosition(double id0)
132     { SetProjectionPosition_26(id0); }
133
134   private native double GetProjectionPosition_27();
135   public double GetProjectionPosition()
136     { return GetProjectionPosition_27(); }
137
138   private native void SetSnapToImage_28(int id0);
139   public void SetSnapToImage(int id0)
140     { SetSnapToImage_28(id0); }
141
142   private native int GetSnapToImage_29();
143   public int GetSnapToImage()
144     { return GetSnapToImage_29(); }
145
146   private native void SnapToImageOn_30();
147   public void SnapToImageOn()
148     { SnapToImageOn_30(); }
149
150   private native void SnapToImageOff_31();
151   public void SnapToImageOff()
152     { SnapToImageOff_31(); }
153
154   private native void SetAutoClose_32(int id0);
155   public void SetAutoClose(int id0)
156     { SetAutoClose_32(id0); }
157
158   private native int GetAutoClose_33();
159   public int GetAutoClose()
160     { return GetAutoClose_33(); }
161
162   private native void AutoCloseOn_34();
163   public void AutoCloseOn()
164     { AutoCloseOn_34(); }
165
166   private native void AutoCloseOff_35();
167   public void AutoCloseOff()
168     { AutoCloseOff_35(); }
169
170   private native void SetCaptureRadius_36(double id0);
171   public void SetCaptureRadius(double id0)
172     { SetCaptureRadius_36(id0); }
173
174   private native double GetCaptureRadius_37();
175   public double GetCaptureRadius()
176     { return GetCaptureRadius_37(); }
177
178   private native void GetPath_38(vtkPolyData id0);
179   public void GetPath(vtkPolyData id0)
180     { GetPath_38(id0); }
181
182   private native long GetGlyphSource_39();
183   public vtkGlyphSource2D GetGlyphSource() {
184     long temp = GetGlyphSource_39();
185
186     if (temp == 0) return null;
187     return (vtkGlyphSource2D)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
188 }
189
190   private native void SetImageSnapType_40(int id0);
191   public void SetImageSnapType(int id0)
192     { SetImageSnapType_40(id0); }
193
194   private native int GetImageSnapTypeMinValue_41();
195   public int GetImageSnapTypeMinValue()
196     { return GetImageSnapTypeMinValue_41(); }
197
198   private native int GetImageSnapTypeMaxValue_42();
199   public int GetImageSnapTypeMaxValue()
200     { return GetImageSnapTypeMaxValue_42(); }
201
202   private native int GetImageSnapType_43();
203   public int GetImageSnapType()
204     { return GetImageSnapType_43(); }
205
206   private native void SetHandlePosition_44(int id0,double id1[]);
207   public void SetHandlePosition(int id0,double id1[])
208     { SetHandlePosition_44(id0,id1); }
209
210   private native void SetHandlePosition_45(int id0,double id1,double id2,double id3);
211   public void SetHandlePosition(int id0,double id1,double id2,double id3)
212     { SetHandlePosition_45(id0,id1,id2,id3); }
213
214   private native void GetHandlePosition_46(int id0,double id1[]);
215   public void GetHandlePosition(int id0,double id1[])
216     { GetHandlePosition_46(id0,id1); }
217
218   private native double[] GetHandlePosition_47(int id0);
219   public double[] GetHandlePosition(int id0)
220     { return GetHandlePosition_47(id0); }
221
222   private native int GetNumberOfHandles_48();
223   public int GetNumberOfHandles()
224     { return GetNumberOfHandles_48(); }
225
226   private native void SetInteraction_49(int id0);
227   public void SetInteraction(int id0)
228     { SetInteraction_49(id0); }
229
230   private native int GetInteraction_50();
231   public int GetInteraction()
232     { return GetInteraction_50(); }
233
234   private native void InteractionOn_51();
235   public void InteractionOn()
236     { InteractionOn_51(); }
237
238   private native void InteractionOff_52();
239   public void InteractionOff()
240     { InteractionOff_52(); }
241
242   private native void InitializeHandles_53(vtkPoints id0);
243   public void InitializeHandles(vtkPoints id0)
244     { InitializeHandles_53(id0); }
245
246   private native int IsClosed_54();
247   public int IsClosed()
248     { return IsClosed_54(); }
249
250   private native void SetHandleLeftMouseButton_55(int id0);
251   public void SetHandleLeftMouseButton(int id0)
252     { SetHandleLeftMouseButton_55(id0); }
253
254   private native int GetHandleLeftMouseButton_56();
255   public int GetHandleLeftMouseButton()
256     { return GetHandleLeftMouseButton_56(); }
257
258   private native void HandleLeftMouseButtonOn_57();
259   public void HandleLeftMouseButtonOn()
260     { HandleLeftMouseButtonOn_57(); }
261
262   private native void HandleLeftMouseButtonOff_58();
263   public void HandleLeftMouseButtonOff()
264     { HandleLeftMouseButtonOff_58(); }
265
266   private native void SetHandleMiddleMouseButton_59(int id0);
267   public void SetHandleMiddleMouseButton(int id0)
268     { SetHandleMiddleMouseButton_59(id0); }
269
270   private native int GetHandleMiddleMouseButton_60();
271   public int GetHandleMiddleMouseButton()
272     { return GetHandleMiddleMouseButton_60(); }
273
274   private native void HandleMiddleMouseButtonOn_61();
275   public void HandleMiddleMouseButtonOn()
276     { HandleMiddleMouseButtonOn_61(); }
277
278   private native void HandleMiddleMouseButtonOff_62();
279   public void HandleMiddleMouseButtonOff()
280     { HandleMiddleMouseButtonOff_62(); }
281
282   private native void SetHandleRightMouseButton_63(int id0);
283   public void SetHandleRightMouseButton(int id0)
284     { SetHandleRightMouseButton_63(id0); }
285
286   private native int GetHandleRightMouseButton_64();
287   public int GetHandleRightMouseButton()
288     { return GetHandleRightMouseButton_64(); }
289
290   private native void HandleRightMouseButtonOn_65();
291   public void HandleRightMouseButtonOn()
292     { HandleRightMouseButtonOn_65(); }
293
294   private native void HandleRightMouseButtonOff_66();
295   public void HandleRightMouseButtonOff()
296     { HandleRightMouseButtonOff_66(); }
297
298   public vtkImageTracerWidget() { super(); }
299
300   public vtkImageTracerWidget(long id) { super(id); }
301   public native long   VTKInit();
302
303 }