]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkImagePlaneWidget.java
Loading VTK dlls with plug-in activator.
[simantics/3d.git] / vtk / src / vtk / vtkImagePlaneWidget.java
1 // java wrapper for vtkImagePlaneWidget object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkImagePlaneWidget extends vtkPolyDataSourceWidget
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 SetInputConnection_6(vtkAlgorithmOutput id0);
35   public void SetInputConnection(vtkAlgorithmOutput id0)
36     { SetInputConnection_6(id0); }
37
38   private native void SetOrigin_7(double id0,double id1,double id2);
39   public void SetOrigin(double id0,double id1,double id2)
40     { SetOrigin_7(id0,id1,id2); }
41
42   private native void SetOrigin_8(double id0[]);
43   public void SetOrigin(double id0[])
44     { SetOrigin_8(id0); }
45
46   private native double[] GetOrigin_9();
47   public double[] GetOrigin()
48     { return GetOrigin_9(); }
49
50   private native void GetOrigin_10(double id0[]);
51   public void GetOrigin(double id0[])
52     { GetOrigin_10(id0); }
53
54   private native void SetPoint1_11(double id0,double id1,double id2);
55   public void SetPoint1(double id0,double id1,double id2)
56     { SetPoint1_11(id0,id1,id2); }
57
58   private native void SetPoint1_12(double id0[]);
59   public void SetPoint1(double id0[])
60     { SetPoint1_12(id0); }
61
62   private native double[] GetPoint1_13();
63   public double[] GetPoint1()
64     { return GetPoint1_13(); }
65
66   private native void GetPoint1_14(double id0[]);
67   public void GetPoint1(double id0[])
68     { GetPoint1_14(id0); }
69
70   private native void SetPoint2_15(double id0,double id1,double id2);
71   public void SetPoint2(double id0,double id1,double id2)
72     { SetPoint2_15(id0,id1,id2); }
73
74   private native void SetPoint2_16(double id0[]);
75   public void SetPoint2(double id0[])
76     { SetPoint2_16(id0); }
77
78   private native double[] GetPoint2_17();
79   public double[] GetPoint2()
80     { return GetPoint2_17(); }
81
82   private native void GetPoint2_18(double id0[]);
83   public void GetPoint2(double id0[])
84     { GetPoint2_18(id0); }
85
86   private native double[] GetCenter_19();
87   public double[] GetCenter()
88     { return GetCenter_19(); }
89
90   private native void GetCenter_20(double id0[]);
91   public void GetCenter(double id0[])
92     { GetCenter_20(id0); }
93
94   private native double[] GetNormal_21();
95   public double[] GetNormal()
96     { return GetNormal_21(); }
97
98   private native void GetNormal_22(double id0[]);
99   public void GetNormal(double id0[])
100     { GetNormal_22(id0); }
101
102   private native void GetVector1_23(double id0[]);
103   public void GetVector1(double id0[])
104     { GetVector1_23(id0); }
105
106   private native void GetVector2_24(double id0[]);
107   public void GetVector2(double id0[])
108     { GetVector2_24(id0); }
109
110   private native int GetSliceIndex_25();
111   public int GetSliceIndex()
112     { return GetSliceIndex_25(); }
113
114   private native void SetSliceIndex_26(int id0);
115   public void SetSliceIndex(int id0)
116     { SetSliceIndex_26(id0); }
117
118   private native double GetSlicePosition_27();
119   public double GetSlicePosition()
120     { return GetSlicePosition_27(); }
121
122   private native void SetSlicePosition_28(double id0);
123   public void SetSlicePosition(double id0)
124     { SetSlicePosition_28(id0); }
125
126   private native void SetResliceInterpolate_29(int id0);
127   public void SetResliceInterpolate(int id0)
128     { SetResliceInterpolate_29(id0); }
129
130   private native int GetResliceInterpolate_30();
131   public int GetResliceInterpolate()
132     { return GetResliceInterpolate_30(); }
133
134   private native void SetResliceInterpolateToNearestNeighbour_31();
135   public void SetResliceInterpolateToNearestNeighbour()
136     { SetResliceInterpolateToNearestNeighbour_31(); }
137
138   private native void SetResliceInterpolateToLinear_32();
139   public void SetResliceInterpolateToLinear()
140     { SetResliceInterpolateToLinear_32(); }
141
142   private native void SetResliceInterpolateToCubic_33();
143   public void SetResliceInterpolateToCubic()
144     { SetResliceInterpolateToCubic_33(); }
145
146   private native long GetResliceOutput_34();
147   public vtkImageData GetResliceOutput() {
148     long temp = GetResliceOutput_34();
149
150     if (temp == 0) return null;
151     return (vtkImageData)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
152 }
153
154   private native void SetRestrictPlaneToVolume_35(int id0);
155   public void SetRestrictPlaneToVolume(int id0)
156     { SetRestrictPlaneToVolume_35(id0); }
157
158   private native int GetRestrictPlaneToVolume_36();
159   public int GetRestrictPlaneToVolume()
160     { return GetRestrictPlaneToVolume_36(); }
161
162   private native void RestrictPlaneToVolumeOn_37();
163   public void RestrictPlaneToVolumeOn()
164     { RestrictPlaneToVolumeOn_37(); }
165
166   private native void RestrictPlaneToVolumeOff_38();
167   public void RestrictPlaneToVolumeOff()
168     { RestrictPlaneToVolumeOff_38(); }
169
170   private native void SetUserControlledLookupTable_39(int id0);
171   public void SetUserControlledLookupTable(int id0)
172     { SetUserControlledLookupTable_39(id0); }
173
174   private native int GetUserControlledLookupTable_40();
175   public int GetUserControlledLookupTable()
176     { return GetUserControlledLookupTable_40(); }
177
178   private native void UserControlledLookupTableOn_41();
179   public void UserControlledLookupTableOn()
180     { UserControlledLookupTableOn_41(); }
181
182   private native void UserControlledLookupTableOff_42();
183   public void UserControlledLookupTableOff()
184     { UserControlledLookupTableOff_42(); }
185
186   private native void SetTextureInterpolate_43(int id0);
187   public void SetTextureInterpolate(int id0)
188     { SetTextureInterpolate_43(id0); }
189
190   private native int GetTextureInterpolate_44();
191   public int GetTextureInterpolate()
192     { return GetTextureInterpolate_44(); }
193
194   private native void TextureInterpolateOn_45();
195   public void TextureInterpolateOn()
196     { TextureInterpolateOn_45(); }
197
198   private native void TextureInterpolateOff_46();
199   public void TextureInterpolateOff()
200     { TextureInterpolateOff_46(); }
201
202   private native void SetTextureVisibility_47(int id0);
203   public void SetTextureVisibility(int id0)
204     { SetTextureVisibility_47(id0); }
205
206   private native int GetTextureVisibility_48();
207   public int GetTextureVisibility()
208     { return GetTextureVisibility_48(); }
209
210   private native void TextureVisibilityOn_49();
211   public void TextureVisibilityOn()
212     { TextureVisibilityOn_49(); }
213
214   private native void TextureVisibilityOff_50();
215   public void TextureVisibilityOff()
216     { TextureVisibilityOff_50(); }
217
218   private native void GetPolyData_51(vtkPolyData id0);
219   public void GetPolyData(vtkPolyData id0)
220     { GetPolyData_51(id0); }
221
222   private native long GetPolyDataAlgorithm_52();
223   public vtkPolyDataAlgorithm GetPolyDataAlgorithm() {
224     long temp = GetPolyDataAlgorithm_52();
225
226     if (temp == 0) return null;
227     return (vtkPolyDataAlgorithm)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
228 }
229
230   private native void UpdatePlacement_53();
231   public void UpdatePlacement()
232     { UpdatePlacement_53(); }
233
234   private native long GetTexture_54();
235   public vtkTexture GetTexture() {
236     long temp = GetTexture_54();
237
238     if (temp == 0) return null;
239     return (vtkTexture)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
240 }
241
242   private native long GetColorMap_55();
243   public vtkImageMapToColors GetColorMap() {
244     long temp = GetColorMap_55();
245
246     if (temp == 0) return null;
247     return (vtkImageMapToColors)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
248 }
249
250   private native void SetColorMap_56(vtkImageMapToColors id0);
251   public void SetColorMap(vtkImageMapToColors id0)
252     { SetColorMap_56(id0); }
253
254   private native void SetPlaneProperty_57(vtkProperty id0);
255   public void SetPlaneProperty(vtkProperty id0)
256     { SetPlaneProperty_57(id0); }
257
258   private native long GetPlaneProperty_58();
259   public vtkProperty GetPlaneProperty() {
260     long temp = GetPlaneProperty_58();
261
262     if (temp == 0) return null;
263     return (vtkProperty)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
264 }
265
266   private native void SetSelectedPlaneProperty_59(vtkProperty id0);
267   public void SetSelectedPlaneProperty(vtkProperty id0)
268     { SetSelectedPlaneProperty_59(id0); }
269
270   private native long GetSelectedPlaneProperty_60();
271   public vtkProperty GetSelectedPlaneProperty() {
272     long temp = GetSelectedPlaneProperty_60();
273
274     if (temp == 0) return null;
275     return (vtkProperty)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
276 }
277
278   private native void SetPlaneOrientation_61(int id0);
279   public void SetPlaneOrientation(int id0)
280     { SetPlaneOrientation_61(id0); }
281
282   private native int GetPlaneOrientation_62();
283   public int GetPlaneOrientation()
284     { return GetPlaneOrientation_62(); }
285
286   private native void SetPlaneOrientationToXAxes_63();
287   public void SetPlaneOrientationToXAxes()
288     { SetPlaneOrientationToXAxes_63(); }
289
290   private native void SetPlaneOrientationToYAxes_64();
291   public void SetPlaneOrientationToYAxes()
292     { SetPlaneOrientationToYAxes_64(); }
293
294   private native void SetPlaneOrientationToZAxes_65();
295   public void SetPlaneOrientationToZAxes()
296     { SetPlaneOrientationToZAxes_65(); }
297
298   private native void SetPicker_66(vtkAbstractPropPicker id0);
299   public void SetPicker(vtkAbstractPropPicker id0)
300     { SetPicker_66(id0); }
301
302   private native void SetLookupTable_67(vtkLookupTable id0);
303   public void SetLookupTable(vtkLookupTable id0)
304     { SetLookupTable_67(id0); }
305
306   private native long GetLookupTable_68();
307   public vtkLookupTable GetLookupTable() {
308     long temp = GetLookupTable_68();
309
310     if (temp == 0) return null;
311     return (vtkLookupTable)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
312 }
313
314   private native void SetDisplayText_69(int id0);
315   public void SetDisplayText(int id0)
316     { SetDisplayText_69(id0); }
317
318   private native int GetDisplayText_70();
319   public int GetDisplayText()
320     { return GetDisplayText_70(); }
321
322   private native void DisplayTextOn_71();
323   public void DisplayTextOn()
324     { DisplayTextOn_71(); }
325
326   private native void DisplayTextOff_72();
327   public void DisplayTextOff()
328     { DisplayTextOff_72(); }
329
330   private native void SetCursorProperty_73(vtkProperty id0);
331   public void SetCursorProperty(vtkProperty id0)
332     { SetCursorProperty_73(id0); }
333
334   private native long GetCursorProperty_74();
335   public vtkProperty GetCursorProperty() {
336     long temp = GetCursorProperty_74();
337
338     if (temp == 0) return null;
339     return (vtkProperty)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
340 }
341
342   private native void SetMarginProperty_75(vtkProperty id0);
343   public void SetMarginProperty(vtkProperty id0)
344     { SetMarginProperty_75(id0); }
345
346   private native long GetMarginProperty_76();
347   public vtkProperty GetMarginProperty() {
348     long temp = GetMarginProperty_76();
349
350     if (temp == 0) return null;
351     return (vtkProperty)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
352 }
353
354   private native void SetMarginSizeX_77(double id0);
355   public void SetMarginSizeX(double id0)
356     { SetMarginSizeX_77(id0); }
357
358   private native double GetMarginSizeXMinValue_78();
359   public double GetMarginSizeXMinValue()
360     { return GetMarginSizeXMinValue_78(); }
361
362   private native double GetMarginSizeXMaxValue_79();
363   public double GetMarginSizeXMaxValue()
364     { return GetMarginSizeXMaxValue_79(); }
365
366   private native double GetMarginSizeX_80();
367   public double GetMarginSizeX()
368     { return GetMarginSizeX_80(); }
369
370   private native void SetMarginSizeY_81(double id0);
371   public void SetMarginSizeY(double id0)
372     { SetMarginSizeY_81(id0); }
373
374   private native double GetMarginSizeYMinValue_82();
375   public double GetMarginSizeYMinValue()
376     { return GetMarginSizeYMinValue_82(); }
377
378   private native double GetMarginSizeYMaxValue_83();
379   public double GetMarginSizeYMaxValue()
380     { return GetMarginSizeYMaxValue_83(); }
381
382   private native double GetMarginSizeY_84();
383   public double GetMarginSizeY()
384     { return GetMarginSizeY_84(); }
385
386   private native void SetTextProperty_85(vtkTextProperty id0);
387   public void SetTextProperty(vtkTextProperty id0)
388     { SetTextProperty_85(id0); }
389
390   private native long GetTextProperty_86();
391   public vtkTextProperty GetTextProperty() {
392     long temp = GetTextProperty_86();
393
394     if (temp == 0) return null;
395     return (vtkTextProperty)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
396 }
397
398   private native void SetTexturePlaneProperty_87(vtkProperty id0);
399   public void SetTexturePlaneProperty(vtkProperty id0)
400     { SetTexturePlaneProperty_87(id0); }
401
402   private native long GetTexturePlaneProperty_88();
403   public vtkProperty GetTexturePlaneProperty() {
404     long temp = GetTexturePlaneProperty_88();
405
406     if (temp == 0) return null;
407     return (vtkProperty)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
408 }
409
410   private native void SetWindowLevel_89(double id0,double id1,int id2);
411   public void SetWindowLevel(double id0,double id1,int id2)
412     { SetWindowLevel_89(id0,id1,id2); }
413
414   private native void GetWindowLevel_90(double id0[]);
415   public void GetWindowLevel(double id0[])
416     { GetWindowLevel_90(id0); }
417
418   private native double GetWindow_91();
419   public double GetWindow()
420     { return GetWindow_91(); }
421
422   private native double GetLevel_92();
423   public double GetLevel()
424     { return GetLevel_92(); }
425
426   private native int GetCursorData_93(double id0[]);
427   public int GetCursorData(double id0[])
428     { return GetCursorData_93(id0); }
429
430   private native int GetCursorDataStatus_94();
431   public int GetCursorDataStatus()
432     { return GetCursorDataStatus_94(); }
433
434   private native double[] GetCurrentCursorPosition_95();
435   public double[] GetCurrentCursorPosition()
436     { return GetCurrentCursorPosition_95(); }
437
438   private native double GetCurrentImageValue_96();
439   public double GetCurrentImageValue()
440     { return GetCurrentImageValue_96(); }
441
442   private native long GetResliceAxes_97();
443   public vtkMatrix4x4 GetResliceAxes() {
444     long temp = GetResliceAxes_97();
445
446     if (temp == 0) return null;
447     return (vtkMatrix4x4)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
448 }
449
450   private native long GetReslice_98();
451   public vtkImageReslice GetReslice() {
452     long temp = GetReslice_98();
453
454     if (temp == 0) return null;
455     return (vtkImageReslice)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
456 }
457
458   private native void SetUseContinuousCursor_99(int id0);
459   public void SetUseContinuousCursor(int id0)
460     { SetUseContinuousCursor_99(id0); }
461
462   private native int GetUseContinuousCursor_100();
463   public int GetUseContinuousCursor()
464     { return GetUseContinuousCursor_100(); }
465
466   private native void UseContinuousCursorOn_101();
467   public void UseContinuousCursorOn()
468     { UseContinuousCursorOn_101(); }
469
470   private native void UseContinuousCursorOff_102();
471   public void UseContinuousCursorOff()
472     { UseContinuousCursorOff_102(); }
473
474   private native void SetInteraction_103(int id0);
475   public void SetInteraction(int id0)
476     { SetInteraction_103(id0); }
477
478   private native int GetInteraction_104();
479   public int GetInteraction()
480     { return GetInteraction_104(); }
481
482   private native void InteractionOn_105();
483   public void InteractionOn()
484     { InteractionOn_105(); }
485
486   private native void InteractionOff_106();
487   public void InteractionOff()
488     { InteractionOff_106(); }
489
490   private native void SetLeftButtonAction_107(int id0);
491   public void SetLeftButtonAction(int id0)
492     { SetLeftButtonAction_107(id0); }
493
494   private native int GetLeftButtonActionMinValue_108();
495   public int GetLeftButtonActionMinValue()
496     { return GetLeftButtonActionMinValue_108(); }
497
498   private native int GetLeftButtonActionMaxValue_109();
499   public int GetLeftButtonActionMaxValue()
500     { return GetLeftButtonActionMaxValue_109(); }
501
502   private native int GetLeftButtonAction_110();
503   public int GetLeftButtonAction()
504     { return GetLeftButtonAction_110(); }
505
506   private native void SetMiddleButtonAction_111(int id0);
507   public void SetMiddleButtonAction(int id0)
508     { SetMiddleButtonAction_111(id0); }
509
510   private native int GetMiddleButtonActionMinValue_112();
511   public int GetMiddleButtonActionMinValue()
512     { return GetMiddleButtonActionMinValue_112(); }
513
514   private native int GetMiddleButtonActionMaxValue_113();
515   public int GetMiddleButtonActionMaxValue()
516     { return GetMiddleButtonActionMaxValue_113(); }
517
518   private native int GetMiddleButtonAction_114();
519   public int GetMiddleButtonAction()
520     { return GetMiddleButtonAction_114(); }
521
522   private native void SetRightButtonAction_115(int id0);
523   public void SetRightButtonAction(int id0)
524     { SetRightButtonAction_115(id0); }
525
526   private native int GetRightButtonActionMinValue_116();
527   public int GetRightButtonActionMinValue()
528     { return GetRightButtonActionMinValue_116(); }
529
530   private native int GetRightButtonActionMaxValue_117();
531   public int GetRightButtonActionMaxValue()
532     { return GetRightButtonActionMaxValue_117(); }
533
534   private native int GetRightButtonAction_118();
535   public int GetRightButtonAction()
536     { return GetRightButtonAction_118(); }
537
538   private native void SetLeftButtonAutoModifier_119(int id0);
539   public void SetLeftButtonAutoModifier(int id0)
540     { SetLeftButtonAutoModifier_119(id0); }
541
542   private native int GetLeftButtonAutoModifierMinValue_120();
543   public int GetLeftButtonAutoModifierMinValue()
544     { return GetLeftButtonAutoModifierMinValue_120(); }
545
546   private native int GetLeftButtonAutoModifierMaxValue_121();
547   public int GetLeftButtonAutoModifierMaxValue()
548     { return GetLeftButtonAutoModifierMaxValue_121(); }
549
550   private native int GetLeftButtonAutoModifier_122();
551   public int GetLeftButtonAutoModifier()
552     { return GetLeftButtonAutoModifier_122(); }
553
554   private native void SetMiddleButtonAutoModifier_123(int id0);
555   public void SetMiddleButtonAutoModifier(int id0)
556     { SetMiddleButtonAutoModifier_123(id0); }
557
558   private native int GetMiddleButtonAutoModifierMinValue_124();
559   public int GetMiddleButtonAutoModifierMinValue()
560     { return GetMiddleButtonAutoModifierMinValue_124(); }
561
562   private native int GetMiddleButtonAutoModifierMaxValue_125();
563   public int GetMiddleButtonAutoModifierMaxValue()
564     { return GetMiddleButtonAutoModifierMaxValue_125(); }
565
566   private native int GetMiddleButtonAutoModifier_126();
567   public int GetMiddleButtonAutoModifier()
568     { return GetMiddleButtonAutoModifier_126(); }
569
570   private native void SetRightButtonAutoModifier_127(int id0);
571   public void SetRightButtonAutoModifier(int id0)
572     { SetRightButtonAutoModifier_127(id0); }
573
574   private native int GetRightButtonAutoModifierMinValue_128();
575   public int GetRightButtonAutoModifierMinValue()
576     { return GetRightButtonAutoModifierMinValue_128(); }
577
578   private native int GetRightButtonAutoModifierMaxValue_129();
579   public int GetRightButtonAutoModifierMaxValue()
580     { return GetRightButtonAutoModifierMaxValue_129(); }
581
582   private native int GetRightButtonAutoModifier_130();
583   public int GetRightButtonAutoModifier()
584     { return GetRightButtonAutoModifier_130(); }
585
586   public vtkImagePlaneWidget() { super(); }
587
588   public vtkImagePlaneWidget(long id) { super(id); }
589   public native long   VTKInit();
590
591 }