]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkRenderWindowInteractor.java
Loading VTK dlls with plug-in activator.
[simantics/3d.git] / vtk / src / vtk / vtkRenderWindowInteractor.java
1 // java wrapper for vtkRenderWindowInteractor object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkRenderWindowInteractor 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 Initialize_2();
19   public void Initialize()
20     { Initialize_2(); }
21
22   private native void ReInitialize_3();
23   public void ReInitialize()
24     { ReInitialize_3(); }
25
26   private native void UnRegister_4(vtkObjectBase id0);
27   public void UnRegister(vtkObjectBase id0)
28     { UnRegister_4(id0); }
29
30   private native void Start_5();
31   public void Start()
32     { Start_5(); }
33
34   private native void Enable_6();
35   public void Enable()
36     { Enable_6(); }
37
38   private native void Disable_7();
39   public void Disable()
40     { Disable_7(); }
41
42   private native int GetEnabled_8();
43   public int GetEnabled()
44     { return GetEnabled_8(); }
45
46   private native void EnableRenderOn_9();
47   public void EnableRenderOn()
48     { EnableRenderOn_9(); }
49
50   private native void EnableRenderOff_10();
51   public void EnableRenderOff()
52     { EnableRenderOff_10(); }
53
54   private native void SetEnableRender_11(boolean id0);
55   public void SetEnableRender(boolean id0)
56     { SetEnableRender_11(id0); }
57
58   private native boolean GetEnableRender_12();
59   public boolean GetEnableRender()
60     { return GetEnableRender_12(); }
61
62   private native void SetRenderWindow_13(vtkRenderWindow id0);
63   public void SetRenderWindow(vtkRenderWindow id0)
64     { SetRenderWindow_13(id0); }
65
66   private native long GetRenderWindow_14();
67   public vtkRenderWindow GetRenderWindow() {
68     long temp = GetRenderWindow_14();
69
70     if (temp == 0) return null;
71     return (vtkRenderWindow)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
72 }
73
74   private native void UpdateSize_15(int id0,int id1);
75   public void UpdateSize(int id0,int id1)
76     { UpdateSize_15(id0,id1); }
77
78   private native int CreateTimer_16(int id0);
79   public int CreateTimer(int id0)
80     { return CreateTimer_16(id0); }
81
82   private native int DestroyTimer_17();
83   public int DestroyTimer()
84     { return DestroyTimer_17(); }
85
86   private native int CreateRepeatingTimer_18(int id0);
87   public int CreateRepeatingTimer(int id0)
88     { return CreateRepeatingTimer_18(id0); }
89
90   private native int CreateOneShotTimer_19(int id0);
91   public int CreateOneShotTimer(int id0)
92     { return CreateOneShotTimer_19(id0); }
93
94   private native int IsOneShotTimer_20(int id0);
95   public int IsOneShotTimer(int id0)
96     { return IsOneShotTimer_20(id0); }
97
98   private native int GetTimerDuration_21(int id0);
99   public int GetTimerDuration(int id0)
100     { return GetTimerDuration_21(id0); }
101
102   private native int ResetTimer_22(int id0);
103   public int ResetTimer(int id0)
104     { return ResetTimer_22(id0); }
105
106   private native int DestroyTimer_23(int id0);
107   public int DestroyTimer(int id0)
108     { return DestroyTimer_23(id0); }
109
110   private native int GetVTKTimerId_24(int id0);
111   public int GetVTKTimerId(int id0)
112     { return GetVTKTimerId_24(id0); }
113
114   private native void SetTimerDuration_25(int id0);
115   public void SetTimerDuration(int id0)
116     { SetTimerDuration_25(id0); }
117
118   private native int GetTimerDurationMinValue_26();
119   public int GetTimerDurationMinValue()
120     { return GetTimerDurationMinValue_26(); }
121
122   private native int GetTimerDurationMaxValue_27();
123   public int GetTimerDurationMaxValue()
124     { return GetTimerDurationMaxValue_27(); }
125
126   private native int GetTimerDuration_28();
127   public int GetTimerDuration()
128     { return GetTimerDuration_28(); }
129
130   private native void SetTimerEventId_29(int id0);
131   public void SetTimerEventId(int id0)
132     { SetTimerEventId_29(id0); }
133
134   private native int GetTimerEventId_30();
135   public int GetTimerEventId()
136     { return GetTimerEventId_30(); }
137
138   private native void SetTimerEventType_31(int id0);
139   public void SetTimerEventType(int id0)
140     { SetTimerEventType_31(id0); }
141
142   private native int GetTimerEventType_32();
143   public int GetTimerEventType()
144     { return GetTimerEventType_32(); }
145
146   private native void SetTimerEventDuration_33(int id0);
147   public void SetTimerEventDuration(int id0)
148     { SetTimerEventDuration_33(id0); }
149
150   private native int GetTimerEventDuration_34();
151   public int GetTimerEventDuration()
152     { return GetTimerEventDuration_34(); }
153
154   private native void SetTimerEventPlatformId_35(int id0);
155   public void SetTimerEventPlatformId(int id0)
156     { SetTimerEventPlatformId_35(id0); }
157
158   private native int GetTimerEventPlatformId_36();
159   public int GetTimerEventPlatformId()
160     { return GetTimerEventPlatformId_36(); }
161
162   private native void TerminateApp_37();
163   public void TerminateApp()
164     { TerminateApp_37(); }
165
166   private native void SetInteractorStyle_38(vtkInteractorObserver id0);
167   public void SetInteractorStyle(vtkInteractorObserver id0)
168     { SetInteractorStyle_38(id0); }
169
170   private native long GetInteractorStyle_39();
171   public vtkInteractorObserver GetInteractorStyle() {
172     long temp = GetInteractorStyle_39();
173
174     if (temp == 0) return null;
175     return (vtkInteractorObserver)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
176 }
177
178   private native void SetLightFollowCamera_40(int id0);
179   public void SetLightFollowCamera(int id0)
180     { SetLightFollowCamera_40(id0); }
181
182   private native int GetLightFollowCamera_41();
183   public int GetLightFollowCamera()
184     { return GetLightFollowCamera_41(); }
185
186   private native void LightFollowCameraOn_42();
187   public void LightFollowCameraOn()
188     { LightFollowCameraOn_42(); }
189
190   private native void LightFollowCameraOff_43();
191   public void LightFollowCameraOff()
192     { LightFollowCameraOff_43(); }
193
194   private native void SetDesiredUpdateRate_44(double id0);
195   public void SetDesiredUpdateRate(double id0)
196     { SetDesiredUpdateRate_44(id0); }
197
198   private native double GetDesiredUpdateRateMinValue_45();
199   public double GetDesiredUpdateRateMinValue()
200     { return GetDesiredUpdateRateMinValue_45(); }
201
202   private native double GetDesiredUpdateRateMaxValue_46();
203   public double GetDesiredUpdateRateMaxValue()
204     { return GetDesiredUpdateRateMaxValue_46(); }
205
206   private native double GetDesiredUpdateRate_47();
207   public double GetDesiredUpdateRate()
208     { return GetDesiredUpdateRate_47(); }
209
210   private native void SetStillUpdateRate_48(double id0);
211   public void SetStillUpdateRate(double id0)
212     { SetStillUpdateRate_48(id0); }
213
214   private native double GetStillUpdateRateMinValue_49();
215   public double GetStillUpdateRateMinValue()
216     { return GetStillUpdateRateMinValue_49(); }
217
218   private native double GetStillUpdateRateMaxValue_50();
219   public double GetStillUpdateRateMaxValue()
220     { return GetStillUpdateRateMaxValue_50(); }
221
222   private native double GetStillUpdateRate_51();
223   public double GetStillUpdateRate()
224     { return GetStillUpdateRate_51(); }
225
226   private native int GetInitialized_52();
227   public int GetInitialized()
228     { return GetInitialized_52(); }
229
230   private native void SetPicker_53(vtkAbstractPicker id0);
231   public void SetPicker(vtkAbstractPicker id0)
232     { SetPicker_53(id0); }
233
234   private native long GetPicker_54();
235   public vtkAbstractPicker GetPicker() {
236     long temp = GetPicker_54();
237
238     if (temp == 0) return null;
239     return (vtkAbstractPicker)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
240 }
241
242   private native long CreateDefaultPicker_55();
243   public vtkAbstractPropPicker CreateDefaultPicker() {
244     long temp = CreateDefaultPicker_55();
245
246     if (temp == 0) return null;
247     return (vtkAbstractPropPicker)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
248 }
249
250   private native void SetPickingManager_56(vtkPickingManager id0);
251   public void SetPickingManager(vtkPickingManager id0)
252     { SetPickingManager_56(id0); }
253
254   private native long GetPickingManager_57();
255   public vtkPickingManager GetPickingManager() {
256     long temp = GetPickingManager_57();
257
258     if (temp == 0) return null;
259     return (vtkPickingManager)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
260 }
261
262   private native void ExitCallback_58();
263   public void ExitCallback()
264     { ExitCallback_58(); }
265
266   private native void UserCallback_59();
267   public void UserCallback()
268     { UserCallback_59(); }
269
270   private native void StartPickCallback_60();
271   public void StartPickCallback()
272     { StartPickCallback_60(); }
273
274   private native void EndPickCallback_61();
275   public void EndPickCallback()
276     { EndPickCallback_61(); }
277
278   private native void HideCursor_62();
279   public void HideCursor()
280     { HideCursor_62(); }
281
282   private native void ShowCursor_63();
283   public void ShowCursor()
284     { ShowCursor_63(); }
285
286   private native void Render_64();
287   public void Render()
288     { Render_64(); }
289
290   private native void FlyTo_65(vtkRenderer id0,double id1,double id2,double id3);
291   public void FlyTo(vtkRenderer id0,double id1,double id2,double id3)
292     { FlyTo_65(id0,id1,id2,id3); }
293
294   private native void FlyToImage_66(vtkRenderer id0,double id1,double id2);
295   public void FlyToImage(vtkRenderer id0,double id1,double id2)
296     { FlyToImage_66(id0,id1,id2); }
297
298   private native void SetNumberOfFlyFrames_67(int id0);
299   public void SetNumberOfFlyFrames(int id0)
300     { SetNumberOfFlyFrames_67(id0); }
301
302   private native int GetNumberOfFlyFramesMinValue_68();
303   public int GetNumberOfFlyFramesMinValue()
304     { return GetNumberOfFlyFramesMinValue_68(); }
305
306   private native int GetNumberOfFlyFramesMaxValue_69();
307   public int GetNumberOfFlyFramesMaxValue()
308     { return GetNumberOfFlyFramesMaxValue_69(); }
309
310   private native int GetNumberOfFlyFrames_70();
311   public int GetNumberOfFlyFrames()
312     { return GetNumberOfFlyFrames_70(); }
313
314   private native void SetDolly_71(double id0);
315   public void SetDolly(double id0)
316     { SetDolly_71(id0); }
317
318   private native double GetDolly_72();
319   public double GetDolly()
320     { return GetDolly_72(); }
321
322   private native int[]  GetEventPosition_73();
323   public int[]  GetEventPosition()
324     { return GetEventPosition_73(); }
325
326   private native int[]  GetLastEventPosition_74();
327   public int[]  GetLastEventPosition()
328     { return GetLastEventPosition_74(); }
329
330   private native void SetLastEventPosition_75(int id0,int id1);
331   public void SetLastEventPosition(int id0,int id1)
332     { SetLastEventPosition_75(id0,id1); }
333
334   private native void SetLastEventPosition_76(int id0[]);
335   public void SetLastEventPosition(int id0[])
336     { SetLastEventPosition_76(id0); }
337
338   private native void SetEventPosition_77(int id0,int id1);
339   public void SetEventPosition(int id0,int id1)
340     { SetEventPosition_77(id0,id1); }
341
342   private native void SetEventPosition_78(int id0[]);
343   public void SetEventPosition(int id0[])
344     { SetEventPosition_78(id0); }
345
346   private native void SetEventPositionFlipY_79(int id0,int id1);
347   public void SetEventPositionFlipY(int id0,int id1)
348     { SetEventPositionFlipY_79(id0,id1); }
349
350   private native void SetEventPositionFlipY_80(int id0[]);
351   public void SetEventPositionFlipY(int id0[])
352     { SetEventPositionFlipY_80(id0); }
353
354   private native void SetEventPosition_81(int id0,int id1,int id2);
355   public void SetEventPosition(int id0,int id1,int id2)
356     { SetEventPosition_81(id0,id1,id2); }
357
358   private native void SetEventPosition_82(int id0[],int id1);
359   public void SetEventPosition(int id0[],int id1)
360     { SetEventPosition_82(id0,id1); }
361
362   private native void SetEventPositionFlipY_83(int id0,int id1,int id2);
363   public void SetEventPositionFlipY(int id0,int id1,int id2)
364     { SetEventPositionFlipY_83(id0,id1,id2); }
365
366   private native void SetEventPositionFlipY_84(int id0[],int id1);
367   public void SetEventPositionFlipY(int id0[],int id1)
368     { SetEventPositionFlipY_84(id0,id1); }
369
370   private native void SetAltKey_85(int id0);
371   public void SetAltKey(int id0)
372     { SetAltKey_85(id0); }
373
374   private native int GetAltKey_86();
375   public int GetAltKey()
376     { return GetAltKey_86(); }
377
378   private native void SetControlKey_87(int id0);
379   public void SetControlKey(int id0)
380     { SetControlKey_87(id0); }
381
382   private native int GetControlKey_88();
383   public int GetControlKey()
384     { return GetControlKey_88(); }
385
386   private native void SetShiftKey_89(int id0);
387   public void SetShiftKey(int id0)
388     { SetShiftKey_89(id0); }
389
390   private native int GetShiftKey_90();
391   public int GetShiftKey()
392     { return GetShiftKey_90(); }
393
394   private native void SetKeyCode_91(char id0);
395   public void SetKeyCode(char id0)
396     { SetKeyCode_91(id0); }
397
398   private native char GetKeyCode_92();
399   public char GetKeyCode()
400     { return GetKeyCode_92(); }
401
402   private native void SetRepeatCount_93(int id0);
403   public void SetRepeatCount(int id0)
404     { SetRepeatCount_93(id0); }
405
406   private native int GetRepeatCount_94();
407   public int GetRepeatCount()
408     { return GetRepeatCount_94(); }
409
410   private native void SetKeySym_95(String id0);
411   public void SetKeySym(String id0)
412     { SetKeySym_95(id0); }
413
414   private native String GetKeySym_96();
415   public String GetKeySym()
416     { return GetKeySym_96(); }
417
418   private native void SetPointerIndex_97(int id0);
419   public void SetPointerIndex(int id0)
420     { SetPointerIndex_97(id0); }
421
422   private native int GetPointerIndex_98();
423   public int GetPointerIndex()
424     { return GetPointerIndex_98(); }
425
426   private native void SetRotation_99(double id0);
427   public void SetRotation(double id0)
428     { SetRotation_99(id0); }
429
430   private native double GetRotation_100();
431   public double GetRotation()
432     { return GetRotation_100(); }
433
434   private native double GetLastRotation_101();
435   public double GetLastRotation()
436     { return GetLastRotation_101(); }
437
438   private native void SetScale_102(double id0);
439   public void SetScale(double id0)
440     { SetScale_102(id0); }
441
442   private native double GetScale_103();
443   public double GetScale()
444     { return GetScale_103(); }
445
446   private native double GetLastScale_104();
447   public double GetLastScale()
448     { return GetLastScale_104(); }
449
450   private native void SetTranslation_105(double id0[]);
451   public void SetTranslation(double id0[])
452     { SetTranslation_105(id0); }
453
454   private native double[] GetTranslation_106();
455   public double[] GetTranslation()
456     { return GetTranslation_106(); }
457
458   private native double[] GetLastTranslation_107();
459   public double[] GetLastTranslation()
460     { return GetLastTranslation_107(); }
461
462   private native void SetEventInformation_108(int id0,int id1,int id2,int id3,char id4,int id5,String id6,int id7);
463   public void SetEventInformation(int id0,int id1,int id2,int id3,char id4,int id5,String id6,int id7)
464     { SetEventInformation_108(id0,id1,id2,id3,id4,id5,id6,id7); }
465
466   private native void SetEventInformation_109(int id0,int id1,int id2,int id3,char id4,int id5,String id6);
467   public void SetEventInformation(int id0,int id1,int id2,int id3,char id4,int id5,String id6)
468     { SetEventInformation_109(id0,id1,id2,id3,id4,id5,id6); }
469
470   private native void SetEventInformationFlipY_110(int id0,int id1,int id2,int id3,char id4,int id5,String id6,int id7);
471   public void SetEventInformationFlipY(int id0,int id1,int id2,int id3,char id4,int id5,String id6,int id7)
472     { SetEventInformationFlipY_110(id0,id1,id2,id3,id4,id5,id6,id7); }
473
474   private native void SetEventInformationFlipY_111(int id0,int id1,int id2,int id3,char id4,int id5,String id6);
475   public void SetEventInformationFlipY(int id0,int id1,int id2,int id3,char id4,int id5,String id6)
476     { SetEventInformationFlipY_111(id0,id1,id2,id3,id4,id5,id6); }
477
478   private native void SetKeyEventInformation_112(int id0,int id1,char id2,int id3,String id4);
479   public void SetKeyEventInformation(int id0,int id1,char id2,int id3,String id4)
480     { SetKeyEventInformation_112(id0,id1,id2,id3,id4); }
481
482   private native void SetSize_113(int id0,int id1);
483   public void SetSize(int id0,int id1)
484     { SetSize_113(id0,id1); }
485
486   private native void SetSize_114(int id0[]);
487   public void SetSize(int id0[])
488     { SetSize_114(id0); }
489
490   private native int[]  GetSize_115();
491   public int[]  GetSize()
492     { return GetSize_115(); }
493
494   private native void SetEventSize_116(int id0,int id1);
495   public void SetEventSize(int id0,int id1)
496     { SetEventSize_116(id0,id1); }
497
498   private native void SetEventSize_117(int id0[]);
499   public void SetEventSize(int id0[])
500     { SetEventSize_117(id0); }
501
502   private native int[]  GetEventSize_118();
503   public int[]  GetEventSize()
504     { return GetEventSize_118(); }
505
506   private native long FindPokedRenderer_119(int id0,int id1);
507   public vtkRenderer FindPokedRenderer(int id0,int id1) {
508     long temp = FindPokedRenderer_119(id0,id1);
509
510     if (temp == 0) return null;
511     return (vtkRenderer)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
512 }
513
514   private native long GetObserverMediator_120();
515   public vtkObserverMediator GetObserverMediator() {
516     long temp = GetObserverMediator_120();
517
518     if (temp == 0) return null;
519     return (vtkObserverMediator)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
520 }
521
522   private native void SetUseTDx_121(boolean id0);
523   public void SetUseTDx(boolean id0)
524     { SetUseTDx_121(id0); }
525
526   private native boolean GetUseTDx_122();
527   public boolean GetUseTDx()
528     { return GetUseTDx_122(); }
529
530   private native void MouseMoveEvent_123();
531   public void MouseMoveEvent()
532     { MouseMoveEvent_123(); }
533
534   private native void RightButtonPressEvent_124();
535   public void RightButtonPressEvent()
536     { RightButtonPressEvent_124(); }
537
538   private native void RightButtonReleaseEvent_125();
539   public void RightButtonReleaseEvent()
540     { RightButtonReleaseEvent_125(); }
541
542   private native void LeftButtonPressEvent_126();
543   public void LeftButtonPressEvent()
544     { LeftButtonPressEvent_126(); }
545
546   private native void LeftButtonReleaseEvent_127();
547   public void LeftButtonReleaseEvent()
548     { LeftButtonReleaseEvent_127(); }
549
550   private native void MiddleButtonPressEvent_128();
551   public void MiddleButtonPressEvent()
552     { MiddleButtonPressEvent_128(); }
553
554   private native void MiddleButtonReleaseEvent_129();
555   public void MiddleButtonReleaseEvent()
556     { MiddleButtonReleaseEvent_129(); }
557
558   private native void MouseWheelForwardEvent_130();
559   public void MouseWheelForwardEvent()
560     { MouseWheelForwardEvent_130(); }
561
562   private native void MouseWheelBackwardEvent_131();
563   public void MouseWheelBackwardEvent()
564     { MouseWheelBackwardEvent_131(); }
565
566   private native void ExposeEvent_132();
567   public void ExposeEvent()
568     { ExposeEvent_132(); }
569
570   private native void ConfigureEvent_133();
571   public void ConfigureEvent()
572     { ConfigureEvent_133(); }
573
574   private native void EnterEvent_134();
575   public void EnterEvent()
576     { EnterEvent_134(); }
577
578   private native void LeaveEvent_135();
579   public void LeaveEvent()
580     { LeaveEvent_135(); }
581
582   private native void KeyPressEvent_136();
583   public void KeyPressEvent()
584     { KeyPressEvent_136(); }
585
586   private native void KeyReleaseEvent_137();
587   public void KeyReleaseEvent()
588     { KeyReleaseEvent_137(); }
589
590   private native void CharEvent_138();
591   public void CharEvent()
592     { CharEvent_138(); }
593
594   private native void ExitEvent_139();
595   public void ExitEvent()
596     { ExitEvent_139(); }
597
598   private native void FourthButtonPressEvent_140();
599   public void FourthButtonPressEvent()
600     { FourthButtonPressEvent_140(); }
601
602   private native void FourthButtonReleaseEvent_141();
603   public void FourthButtonReleaseEvent()
604     { FourthButtonReleaseEvent_141(); }
605
606   private native void FifthButtonPressEvent_142();
607   public void FifthButtonPressEvent()
608     { FifthButtonPressEvent_142(); }
609
610   private native void FifthButtonReleaseEvent_143();
611   public void FifthButtonReleaseEvent()
612     { FifthButtonReleaseEvent_143(); }
613
614   private native void StartPinchEvent_144();
615   public void StartPinchEvent()
616     { StartPinchEvent_144(); }
617
618   private native void PinchEvent_145();
619   public void PinchEvent()
620     { PinchEvent_145(); }
621
622   private native void EndPinchEvent_146();
623   public void EndPinchEvent()
624     { EndPinchEvent_146(); }
625
626   private native void StartRotateEvent_147();
627   public void StartRotateEvent()
628     { StartRotateEvent_147(); }
629
630   private native void RotateEvent_148();
631   public void RotateEvent()
632     { RotateEvent_148(); }
633
634   private native void EndRotateEvent_149();
635   public void EndRotateEvent()
636     { EndRotateEvent_149(); }
637
638   private native void StartPanEvent_150();
639   public void StartPanEvent()
640     { StartPanEvent_150(); }
641
642   private native void PanEvent_151();
643   public void PanEvent()
644     { PanEvent_151(); }
645
646   private native void EndPanEvent_152();
647   public void EndPanEvent()
648     { EndPanEvent_152(); }
649
650   private native void TapEvent_153();
651   public void TapEvent()
652     { TapEvent_153(); }
653
654   private native void LongTapEvent_154();
655   public void LongTapEvent()
656     { LongTapEvent_154(); }
657
658   private native void SwipeEvent_155();
659   public void SwipeEvent()
660     { SwipeEvent_155(); }
661
662   private native void SetRecognizeGestures_156(boolean id0);
663   public void SetRecognizeGestures(boolean id0)
664     { SetRecognizeGestures_156(id0); }
665
666   private native boolean GetRecognizeGestures_157();
667   public boolean GetRecognizeGestures()
668     { return GetRecognizeGestures_157(); }
669
670   private native int GetPointersDownCount_158();
671   public int GetPointersDownCount()
672     { return GetPointersDownCount_158(); }
673
674   private native boolean IsPointerIndexSet_159(int id0);
675   public boolean IsPointerIndexSet(int id0)
676     { return IsPointerIndexSet_159(id0); }
677
678   private native void ClearPointerIndex_160(int id0);
679   public void ClearPointerIndex(int id0)
680     { ClearPointerIndex_160(id0); }
681
682   public vtkRenderWindowInteractor() { super(); }
683
684   public vtkRenderWindowInteractor(long id) { super(id); }
685   public native long   VTKInit();
686
687 }