// java wrapper for vtkRenderWindowInteractor object // package vtk; import vtk.*; public class vtkRenderWindowInteractor extends vtkObject { private native String GetClassName_0(); public String GetClassName() { return GetClassName_0(); } private native int IsA_1(String id0); public int IsA(String id0) { return IsA_1(id0); } private native void Initialize_2(); public void Initialize() { Initialize_2(); } private native void ReInitialize_3(); public void ReInitialize() { ReInitialize_3(); } private native void UnRegister_4(vtkObjectBase id0); public void UnRegister(vtkObjectBase id0) { UnRegister_4(id0); } private native void Start_5(); public void Start() { Start_5(); } private native void Enable_6(); public void Enable() { Enable_6(); } private native void Disable_7(); public void Disable() { Disable_7(); } private native int GetEnabled_8(); public int GetEnabled() { return GetEnabled_8(); } private native void EnableRenderOn_9(); public void EnableRenderOn() { EnableRenderOn_9(); } private native void EnableRenderOff_10(); public void EnableRenderOff() { EnableRenderOff_10(); } private native void SetEnableRender_11(boolean id0); public void SetEnableRender(boolean id0) { SetEnableRender_11(id0); } private native boolean GetEnableRender_12(); public boolean GetEnableRender() { return GetEnableRender_12(); } private native void SetRenderWindow_13(vtkRenderWindow id0); public void SetRenderWindow(vtkRenderWindow id0) { SetRenderWindow_13(id0); } private native long GetRenderWindow_14(); public vtkRenderWindow GetRenderWindow() { long temp = GetRenderWindow_14(); if (temp == 0) return null; return (vtkRenderWindow)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native void UpdateSize_15(int id0,int id1); public void UpdateSize(int id0,int id1) { UpdateSize_15(id0,id1); } private native int CreateTimer_16(int id0); public int CreateTimer(int id0) { return CreateTimer_16(id0); } private native int DestroyTimer_17(); public int DestroyTimer() { return DestroyTimer_17(); } private native int CreateRepeatingTimer_18(int id0); public int CreateRepeatingTimer(int id0) { return CreateRepeatingTimer_18(id0); } private native int CreateOneShotTimer_19(int id0); public int CreateOneShotTimer(int id0) { return CreateOneShotTimer_19(id0); } private native int IsOneShotTimer_20(int id0); public int IsOneShotTimer(int id0) { return IsOneShotTimer_20(id0); } private native int GetTimerDuration_21(int id0); public int GetTimerDuration(int id0) { return GetTimerDuration_21(id0); } private native int ResetTimer_22(int id0); public int ResetTimer(int id0) { return ResetTimer_22(id0); } private native int DestroyTimer_23(int id0); public int DestroyTimer(int id0) { return DestroyTimer_23(id0); } private native int GetVTKTimerId_24(int id0); public int GetVTKTimerId(int id0) { return GetVTKTimerId_24(id0); } private native void SetTimerDuration_25(int id0); public void SetTimerDuration(int id0) { SetTimerDuration_25(id0); } private native int GetTimerDurationMinValue_26(); public int GetTimerDurationMinValue() { return GetTimerDurationMinValue_26(); } private native int GetTimerDurationMaxValue_27(); public int GetTimerDurationMaxValue() { return GetTimerDurationMaxValue_27(); } private native int GetTimerDuration_28(); public int GetTimerDuration() { return GetTimerDuration_28(); } private native void SetTimerEventId_29(int id0); public void SetTimerEventId(int id0) { SetTimerEventId_29(id0); } private native int GetTimerEventId_30(); public int GetTimerEventId() { return GetTimerEventId_30(); } private native void SetTimerEventType_31(int id0); public void SetTimerEventType(int id0) { SetTimerEventType_31(id0); } private native int GetTimerEventType_32(); public int GetTimerEventType() { return GetTimerEventType_32(); } private native void SetTimerEventDuration_33(int id0); public void SetTimerEventDuration(int id0) { SetTimerEventDuration_33(id0); } private native int GetTimerEventDuration_34(); public int GetTimerEventDuration() { return GetTimerEventDuration_34(); } private native void SetTimerEventPlatformId_35(int id0); public void SetTimerEventPlatformId(int id0) { SetTimerEventPlatformId_35(id0); } private native int GetTimerEventPlatformId_36(); public int GetTimerEventPlatformId() { return GetTimerEventPlatformId_36(); } private native void TerminateApp_37(); public void TerminateApp() { TerminateApp_37(); } private native void SetInteractorStyle_38(vtkInteractorObserver id0); public void SetInteractorStyle(vtkInteractorObserver id0) { SetInteractorStyle_38(id0); } private native long GetInteractorStyle_39(); public vtkInteractorObserver GetInteractorStyle() { long temp = GetInteractorStyle_39(); if (temp == 0) return null; return (vtkInteractorObserver)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native void SetLightFollowCamera_40(int id0); public void SetLightFollowCamera(int id0) { SetLightFollowCamera_40(id0); } private native int GetLightFollowCamera_41(); public int GetLightFollowCamera() { return GetLightFollowCamera_41(); } private native void LightFollowCameraOn_42(); public void LightFollowCameraOn() { LightFollowCameraOn_42(); } private native void LightFollowCameraOff_43(); public void LightFollowCameraOff() { LightFollowCameraOff_43(); } private native void SetDesiredUpdateRate_44(double id0); public void SetDesiredUpdateRate(double id0) { SetDesiredUpdateRate_44(id0); } private native double GetDesiredUpdateRateMinValue_45(); public double GetDesiredUpdateRateMinValue() { return GetDesiredUpdateRateMinValue_45(); } private native double GetDesiredUpdateRateMaxValue_46(); public double GetDesiredUpdateRateMaxValue() { return GetDesiredUpdateRateMaxValue_46(); } private native double GetDesiredUpdateRate_47(); public double GetDesiredUpdateRate() { return GetDesiredUpdateRate_47(); } private native void SetStillUpdateRate_48(double id0); public void SetStillUpdateRate(double id0) { SetStillUpdateRate_48(id0); } private native double GetStillUpdateRateMinValue_49(); public double GetStillUpdateRateMinValue() { return GetStillUpdateRateMinValue_49(); } private native double GetStillUpdateRateMaxValue_50(); public double GetStillUpdateRateMaxValue() { return GetStillUpdateRateMaxValue_50(); } private native double GetStillUpdateRate_51(); public double GetStillUpdateRate() { return GetStillUpdateRate_51(); } private native int GetInitialized_52(); public int GetInitialized() { return GetInitialized_52(); } private native void SetPicker_53(vtkAbstractPicker id0); public void SetPicker(vtkAbstractPicker id0) { SetPicker_53(id0); } private native long GetPicker_54(); public vtkAbstractPicker GetPicker() { long temp = GetPicker_54(); if (temp == 0) return null; return (vtkAbstractPicker)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native long CreateDefaultPicker_55(); public vtkAbstractPropPicker CreateDefaultPicker() { long temp = CreateDefaultPicker_55(); if (temp == 0) return null; return (vtkAbstractPropPicker)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native void ExitCallback_56(); public void ExitCallback() { ExitCallback_56(); } private native void UserCallback_57(); public void UserCallback() { UserCallback_57(); } private native void StartPickCallback_58(); public void StartPickCallback() { StartPickCallback_58(); } private native void EndPickCallback_59(); public void EndPickCallback() { EndPickCallback_59(); } private native void HideCursor_60(); public void HideCursor() { HideCursor_60(); } private native void ShowCursor_61(); public void ShowCursor() { ShowCursor_61(); } private native void Render_62(); public void Render() { Render_62(); } private native void FlyTo_63(vtkRenderer id0,double id1,double id2,double id3); public void FlyTo(vtkRenderer id0,double id1,double id2,double id3) { FlyTo_63(id0,id1,id2,id3); } private native void FlyToImage_64(vtkRenderer id0,double id1,double id2); public void FlyToImage(vtkRenderer id0,double id1,double id2) { FlyToImage_64(id0,id1,id2); } private native void SetNumberOfFlyFrames_65(int id0); public void SetNumberOfFlyFrames(int id0) { SetNumberOfFlyFrames_65(id0); } private native int GetNumberOfFlyFramesMinValue_66(); public int GetNumberOfFlyFramesMinValue() { return GetNumberOfFlyFramesMinValue_66(); } private native int GetNumberOfFlyFramesMaxValue_67(); public int GetNumberOfFlyFramesMaxValue() { return GetNumberOfFlyFramesMaxValue_67(); } private native int GetNumberOfFlyFrames_68(); public int GetNumberOfFlyFrames() { return GetNumberOfFlyFrames_68(); } private native void SetDolly_69(double id0); public void SetDolly(double id0) { SetDolly_69(id0); } private native double GetDolly_70(); public double GetDolly() { return GetDolly_70(); } private native int[] GetEventPosition_71(); public int[] GetEventPosition() { return GetEventPosition_71(); } private native int[] GetLastEventPosition_72(); public int[] GetLastEventPosition() { return GetLastEventPosition_72(); } private native void SetLastEventPosition_73(int id0,int id1); public void SetLastEventPosition(int id0,int id1) { SetLastEventPosition_73(id0,id1); } private native void SetLastEventPosition_74(int id0[]); public void SetLastEventPosition(int id0[]) { SetLastEventPosition_74(id0); } private native void SetEventPosition_75(int id0,int id1); public void SetEventPosition(int id0,int id1) { SetEventPosition_75(id0,id1); } private native void SetEventPosition_76(int id0[]); public void SetEventPosition(int id0[]) { SetEventPosition_76(id0); } private native void SetEventPositionFlipY_77(int id0,int id1); public void SetEventPositionFlipY(int id0,int id1) { SetEventPositionFlipY_77(id0,id1); } private native void SetEventPositionFlipY_78(int id0[]); public void SetEventPositionFlipY(int id0[]) { SetEventPositionFlipY_78(id0); } private native void SetAltKey_79(int id0); public void SetAltKey(int id0) { SetAltKey_79(id0); } private native int GetAltKey_80(); public int GetAltKey() { return GetAltKey_80(); } private native void SetControlKey_81(int id0); public void SetControlKey(int id0) { SetControlKey_81(id0); } private native int GetControlKey_82(); public int GetControlKey() { return GetControlKey_82(); } private native void SetShiftKey_83(int id0); public void SetShiftKey(int id0) { SetShiftKey_83(id0); } private native int GetShiftKey_84(); public int GetShiftKey() { return GetShiftKey_84(); } private native void SetKeyCode_85(char id0); public void SetKeyCode(char id0) { SetKeyCode_85(id0); } private native char GetKeyCode_86(); public char GetKeyCode() { return GetKeyCode_86(); } private native void SetRepeatCount_87(int id0); public void SetRepeatCount(int id0) { SetRepeatCount_87(id0); } private native int GetRepeatCount_88(); public int GetRepeatCount() { return GetRepeatCount_88(); } private native void SetKeySym_89(String id0); public void SetKeySym(String id0) { SetKeySym_89(id0); } private native String GetKeySym_90(); public String GetKeySym() { return GetKeySym_90(); } private native void SetEventInformation_91(int id0,int id1,int id2,int id3,char id4,int id5,String id6); public void SetEventInformation(int id0,int id1,int id2,int id3,char id4,int id5,String id6) { SetEventInformation_91(id0,id1,id2,id3,id4,id5,id6); } private native void SetEventInformationFlipY_92(int id0,int id1,int id2,int id3,char id4,int id5,String id6); public void SetEventInformationFlipY(int id0,int id1,int id2,int id3,char id4,int id5,String id6) { SetEventInformationFlipY_92(id0,id1,id2,id3,id4,id5,id6); } private native void SetKeyEventInformation_93(int id0,int id1,char id2,int id3,String id4); public void SetKeyEventInformation(int id0,int id1,char id2,int id3,String id4) { SetKeyEventInformation_93(id0,id1,id2,id3,id4); } private native void SetSize_94(int id0,int id1); public void SetSize(int id0,int id1) { SetSize_94(id0,id1); } private native void SetSize_95(int id0[]); public void SetSize(int id0[]) { SetSize_95(id0); } private native int[] GetSize_96(); public int[] GetSize() { return GetSize_96(); } private native void SetEventSize_97(int id0,int id1); public void SetEventSize(int id0,int id1) { SetEventSize_97(id0,id1); } private native void SetEventSize_98(int id0[]); public void SetEventSize(int id0[]) { SetEventSize_98(id0); } private native int[] GetEventSize_99(); public int[] GetEventSize() { return GetEventSize_99(); } private native long FindPokedRenderer_100(int id0,int id1); public vtkRenderer FindPokedRenderer(int id0,int id1) { long temp = FindPokedRenderer_100(id0,id1); if (temp == 0) return null; return (vtkRenderer)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native long GetObserverMediator_101(); public vtkObserverMediator GetObserverMediator() { long temp = GetObserverMediator_101(); if (temp == 0) return null; return (vtkObserverMediator)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native void SetUseTDx_102(boolean id0); public void SetUseTDx(boolean id0) { SetUseTDx_102(id0); } private native boolean GetUseTDx_103(); public boolean GetUseTDx() { return GetUseTDx_103(); } private native void MouseMoveEvent_104(); public void MouseMoveEvent() { MouseMoveEvent_104(); } private native void RightButtonPressEvent_105(); public void RightButtonPressEvent() { RightButtonPressEvent_105(); } private native void RightButtonReleaseEvent_106(); public void RightButtonReleaseEvent() { RightButtonReleaseEvent_106(); } private native void LeftButtonPressEvent_107(); public void LeftButtonPressEvent() { LeftButtonPressEvent_107(); } private native void LeftButtonReleaseEvent_108(); public void LeftButtonReleaseEvent() { LeftButtonReleaseEvent_108(); } private native void MiddleButtonPressEvent_109(); public void MiddleButtonPressEvent() { MiddleButtonPressEvent_109(); } private native void MiddleButtonReleaseEvent_110(); public void MiddleButtonReleaseEvent() { MiddleButtonReleaseEvent_110(); } private native void MouseWheelForwardEvent_111(); public void MouseWheelForwardEvent() { MouseWheelForwardEvent_111(); } private native void MouseWheelBackwardEvent_112(); public void MouseWheelBackwardEvent() { MouseWheelBackwardEvent_112(); } private native void ExposeEvent_113(); public void ExposeEvent() { ExposeEvent_113(); } private native void ConfigureEvent_114(); public void ConfigureEvent() { ConfigureEvent_114(); } private native void EnterEvent_115(); public void EnterEvent() { EnterEvent_115(); } private native void LeaveEvent_116(); public void LeaveEvent() { LeaveEvent_116(); } private native void KeyPressEvent_117(); public void KeyPressEvent() { KeyPressEvent_117(); } private native void KeyReleaseEvent_118(); public void KeyReleaseEvent() { KeyReleaseEvent_118(); } private native void CharEvent_119(); public void CharEvent() { CharEvent_119(); } private native void ExitEvent_120(); public void ExitEvent() { ExitEvent_120(); } public vtkRenderWindowInteractor() { super(); } public vtkRenderWindowInteractor(long id) { super(id); } public native long VTKInit(); }