X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=vtk%2Fsrc%2Fvtk%2FvtkRenderWindow.java;h=a4cd1667fcabccf1b1debd3d353c370b7dfd9bb1;hb=3523a218827de60e1aa4ce7be126342418ddb054;hp=e66092ee5a9d2f48148b03f2ce8f9352f02088a1;hpb=471c46e9a685e20de958d77166461aebc7a7b6ee;p=simantics%2F3d.git diff --git a/vtk/src/vtk/vtkRenderWindow.java b/vtk/src/vtk/vtkRenderWindow.java index e66092ee..a4cd1667 100644 --- a/vtk/src/vtk/vtkRenderWindow.java +++ b/vtk/src/vtk/vtkRenderWindow.java @@ -1,579 +1,607 @@ -// java wrapper for vtkRenderWindow object -// - -package vtk; -import vtk.*; - -public class vtkRenderWindow extends vtkWindow -{ - - 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 AddRenderer_2(vtkRenderer id0); - public void AddRenderer(vtkRenderer id0) - { AddRenderer_2(id0); } - - private native void RemoveRenderer_3(vtkRenderer id0); - public void RemoveRenderer(vtkRenderer id0) - { RemoveRenderer_3(id0); } - - private native int HasRenderer_4(vtkRenderer id0); - public int HasRenderer(vtkRenderer id0) - { return HasRenderer_4(id0); } - - private native String GetRenderLibrary_5(); - public String GetRenderLibrary() - { return GetRenderLibrary_5(); } - - private native long GetRenderers_6(); - public vtkRendererCollection GetRenderers() { - long temp = GetRenderers_6(); - - if (temp == 0) return null; - return (vtkRendererCollection)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native void Render_7(); - public void Render() - { Render_7(); } - - private native void Start_8(); - public void Start() - { Start_8(); } - - private native void Finalize_9(); - public void Finalize() - { Finalize_9(); } - - private native void Frame_10(); - public void Frame() - { Frame_10(); } - - private native void WaitForCompletion_11(); - public void WaitForCompletion() - { WaitForCompletion_11(); } - - private native void CopyResultFrame_12(); - public void CopyResultFrame() - { CopyResultFrame_12(); } - - private native long MakeRenderWindowInteractor_13(); - public vtkRenderWindowInteractor MakeRenderWindowInteractor() { - long temp = MakeRenderWindowInteractor_13(); - - if (temp == 0) return null; - return (vtkRenderWindowInteractor)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native void HideCursor_14(); - public void HideCursor() - { HideCursor_14(); } - - private native void ShowCursor_15(); - public void ShowCursor() - { ShowCursor_15(); } - - private native void SetCursorPosition_16(int id0,int id1); - public void SetCursorPosition(int id0,int id1) - { SetCursorPosition_16(id0,id1); } - - private native void SetCurrentCursor_17(int id0); - public void SetCurrentCursor(int id0) - { SetCurrentCursor_17(id0); } - - private native int GetCurrentCursor_18(); - public int GetCurrentCursor() - { return GetCurrentCursor_18(); } - - private native void SetFullScreen_19(int id0); - public void SetFullScreen(int id0) - { SetFullScreen_19(id0); } - - private native int GetFullScreen_20(); - public int GetFullScreen() - { return GetFullScreen_20(); } - - private native void FullScreenOn_21(); - public void FullScreenOn() - { FullScreenOn_21(); } - - private native void FullScreenOff_22(); - public void FullScreenOff() - { FullScreenOff_22(); } - - private native void SetBorders_23(int id0); - public void SetBorders(int id0) - { SetBorders_23(id0); } - - private native int GetBorders_24(); - public int GetBorders() - { return GetBorders_24(); } - - private native void BordersOn_25(); - public void BordersOn() - { BordersOn_25(); } - - private native void BordersOff_26(); - public void BordersOff() - { BordersOff_26(); } - - private native int GetStereoCapableWindow_27(); - public int GetStereoCapableWindow() - { return GetStereoCapableWindow_27(); } - - private native void StereoCapableWindowOn_28(); - public void StereoCapableWindowOn() - { StereoCapableWindowOn_28(); } - - private native void StereoCapableWindowOff_29(); - public void StereoCapableWindowOff() - { StereoCapableWindowOff_29(); } - - private native void SetStereoCapableWindow_30(int id0); - public void SetStereoCapableWindow(int id0) - { SetStereoCapableWindow_30(id0); } - - private native int GetStereoRender_31(); - public int GetStereoRender() - { return GetStereoRender_31(); } - - private native void SetStereoRender_32(int id0); - public void SetStereoRender(int id0) - { SetStereoRender_32(id0); } - - private native void StereoRenderOn_33(); - public void StereoRenderOn() - { StereoRenderOn_33(); } - - private native void StereoRenderOff_34(); - public void StereoRenderOff() - { StereoRenderOff_34(); } - - private native void SetAlphaBitPlanes_35(int id0); - public void SetAlphaBitPlanes(int id0) - { SetAlphaBitPlanes_35(id0); } - - private native int GetAlphaBitPlanes_36(); - public int GetAlphaBitPlanes() - { return GetAlphaBitPlanes_36(); } - - private native void AlphaBitPlanesOn_37(); - public void AlphaBitPlanesOn() - { AlphaBitPlanesOn_37(); } - - private native void AlphaBitPlanesOff_38(); - public void AlphaBitPlanesOff() - { AlphaBitPlanesOff_38(); } - - private native void SetPointSmoothing_39(int id0); - public void SetPointSmoothing(int id0) - { SetPointSmoothing_39(id0); } - - private native int GetPointSmoothing_40(); - public int GetPointSmoothing() - { return GetPointSmoothing_40(); } - - private native void PointSmoothingOn_41(); - public void PointSmoothingOn() - { PointSmoothingOn_41(); } - - private native void PointSmoothingOff_42(); - public void PointSmoothingOff() - { PointSmoothingOff_42(); } - - private native void SetLineSmoothing_43(int id0); - public void SetLineSmoothing(int id0) - { SetLineSmoothing_43(id0); } - - private native int GetLineSmoothing_44(); - public int GetLineSmoothing() - { return GetLineSmoothing_44(); } - - private native void LineSmoothingOn_45(); - public void LineSmoothingOn() - { LineSmoothingOn_45(); } - - private native void LineSmoothingOff_46(); - public void LineSmoothingOff() - { LineSmoothingOff_46(); } - - private native void SetPolygonSmoothing_47(int id0); - public void SetPolygonSmoothing(int id0) - { SetPolygonSmoothing_47(id0); } - - private native int GetPolygonSmoothing_48(); - public int GetPolygonSmoothing() - { return GetPolygonSmoothing_48(); } - - private native void PolygonSmoothingOn_49(); - public void PolygonSmoothingOn() - { PolygonSmoothingOn_49(); } - - private native void PolygonSmoothingOff_50(); - public void PolygonSmoothingOff() - { PolygonSmoothingOff_50(); } - - private native int GetStereoType_51(); - public int GetStereoType() - { return GetStereoType_51(); } - - private native void SetStereoType_52(int id0); - public void SetStereoType(int id0) - { SetStereoType_52(id0); } - - private native void SetStereoTypeToCrystalEyes_53(); - public void SetStereoTypeToCrystalEyes() - { SetStereoTypeToCrystalEyes_53(); } - - private native void SetStereoTypeToRedBlue_54(); - public void SetStereoTypeToRedBlue() - { SetStereoTypeToRedBlue_54(); } - - private native void SetStereoTypeToInterlaced_55(); - public void SetStereoTypeToInterlaced() - { SetStereoTypeToInterlaced_55(); } - - private native void SetStereoTypeToLeft_56(); - public void SetStereoTypeToLeft() - { SetStereoTypeToLeft_56(); } - - private native void SetStereoTypeToRight_57(); - public void SetStereoTypeToRight() - { SetStereoTypeToRight_57(); } - - private native void SetStereoTypeToDresden_58(); - public void SetStereoTypeToDresden() - { SetStereoTypeToDresden_58(); } - - private native void SetStereoTypeToAnaglyph_59(); - public void SetStereoTypeToAnaglyph() - { SetStereoTypeToAnaglyph_59(); } - - private native void SetStereoTypeToCheckerboard_60(); - public void SetStereoTypeToCheckerboard() - { SetStereoTypeToCheckerboard_60(); } - - private native String GetStereoTypeAsString_61(); - public String GetStereoTypeAsString() - { return GetStereoTypeAsString_61(); } - - private native void StereoUpdate_62(); - public void StereoUpdate() - { StereoUpdate_62(); } - - private native void StereoMidpoint_63(); - public void StereoMidpoint() - { StereoMidpoint_63(); } - - private native void StereoRenderComplete_64(); - public void StereoRenderComplete() - { StereoRenderComplete_64(); } - - private native void SetAnaglyphColorSaturation_65(double id0); - public void SetAnaglyphColorSaturation(double id0) - { SetAnaglyphColorSaturation_65(id0); } - - private native double GetAnaglyphColorSaturationMinValue_66(); - public double GetAnaglyphColorSaturationMinValue() - { return GetAnaglyphColorSaturationMinValue_66(); } - - private native double GetAnaglyphColorSaturationMaxValue_67(); - public double GetAnaglyphColorSaturationMaxValue() - { return GetAnaglyphColorSaturationMaxValue_67(); } - - private native double GetAnaglyphColorSaturation_68(); - public double GetAnaglyphColorSaturation() - { return GetAnaglyphColorSaturation_68(); } - - private native void SetAnaglyphColorMask_69(int id0,int id1); - public void SetAnaglyphColorMask(int id0,int id1) - { SetAnaglyphColorMask_69(id0,id1); } - - private native void SetAnaglyphColorMask_70(int id0[]); - public void SetAnaglyphColorMask(int id0[]) - { SetAnaglyphColorMask_70(id0); } - - private native int[] GetAnaglyphColorMask_71(); - public int[] GetAnaglyphColorMask() - { return GetAnaglyphColorMask_71(); } - - private native void WindowRemap_72(); - public void WindowRemap() - { WindowRemap_72(); } - - private native void SetSwapBuffers_73(int id0); - public void SetSwapBuffers(int id0) - { SetSwapBuffers_73(id0); } - - private native int GetSwapBuffers_74(); - public int GetSwapBuffers() - { return GetSwapBuffers_74(); } - - private native void SwapBuffersOn_75(); - public void SwapBuffersOn() - { SwapBuffersOn_75(); } - - private native void SwapBuffersOff_76(); - public void SwapBuffersOff() - { SwapBuffersOff_76(); } - - private native int SetPixelData_77(int id0,int id1,int id2,int id3,vtkUnsignedCharArray id4,int id5); - public int SetPixelData(int id0,int id1,int id2,int id3,vtkUnsignedCharArray id4,int id5) - { return SetPixelData_77(id0,id1,id2,id3,id4,id5); } - - private native int GetRGBAPixelData_78(int id0,int id1,int id2,int id3,int id4,vtkFloatArray id5); - public int GetRGBAPixelData(int id0,int id1,int id2,int id3,int id4,vtkFloatArray id5) - { return GetRGBAPixelData_78(id0,id1,id2,id3,id4,id5); } - - private native int SetRGBAPixelData_79(int id0,int id1,int id2,int id3,vtkFloatArray id4,int id5,int id6); - public int SetRGBAPixelData(int id0,int id1,int id2,int id3,vtkFloatArray id4,int id5,int id6) - { return SetRGBAPixelData_79(id0,id1,id2,id3,id4,id5,id6); } - - private native int GetRGBACharPixelData_80(int id0,int id1,int id2,int id3,int id4,vtkUnsignedCharArray id5); - public int GetRGBACharPixelData(int id0,int id1,int id2,int id3,int id4,vtkUnsignedCharArray id5) - { return GetRGBACharPixelData_80(id0,id1,id2,id3,id4,id5); } - - private native int SetRGBACharPixelData_81(int id0,int id1,int id2,int id3,vtkUnsignedCharArray id4,int id5,int id6); - public int SetRGBACharPixelData(int id0,int id1,int id2,int id3,vtkUnsignedCharArray id4,int id5,int id6) - { return SetRGBACharPixelData_81(id0,id1,id2,id3,id4,id5,id6); } - - private native int GetZbufferData_82(int id0,int id1,int id2,int id3,vtkFloatArray id4); - public int GetZbufferData(int id0,int id1,int id2,int id3,vtkFloatArray id4) - { return GetZbufferData_82(id0,id1,id2,id3,id4); } - - private native int SetZbufferData_83(int id0,int id1,int id2,int id3,vtkFloatArray id4); - public int SetZbufferData(int id0,int id1,int id2,int id3,vtkFloatArray id4) - { return SetZbufferData_83(id0,id1,id2,id3,id4); } - - private native double GetZbufferDataAtPoint_84(int id0,int id1); - public double GetZbufferDataAtPoint(int id0,int id1) - { return GetZbufferDataAtPoint_84(id0,id1); } - - private native int GetAAFrames_85(); - public int GetAAFrames() - { return GetAAFrames_85(); } - - private native void SetAAFrames_86(int id0); - public void SetAAFrames(int id0) - { SetAAFrames_86(id0); } - - private native int GetFDFrames_87(); - public int GetFDFrames() - { return GetFDFrames_87(); } - - private native void SetFDFrames_88(int id0); - public void SetFDFrames(int id0) - { SetFDFrames_88(id0); } - - private native int GetSubFrames_89(); - public int GetSubFrames() - { return GetSubFrames_89(); } - - private native void SetSubFrames_90(int id0); - public void SetSubFrames(int id0) - { SetSubFrames_90(id0); } - - private native int GetNeverRendered_91(); - public int GetNeverRendered() - { return GetNeverRendered_91(); } - - private native int GetAbortRender_92(); - public int GetAbortRender() - { return GetAbortRender_92(); } - - private native void SetAbortRender_93(int id0); - public void SetAbortRender(int id0) - { SetAbortRender_93(id0); } - - private native int GetInAbortCheck_94(); - public int GetInAbortCheck() - { return GetInAbortCheck_94(); } - - private native void SetInAbortCheck_95(int id0); - public void SetInAbortCheck(int id0) - { SetInAbortCheck_95(id0); } - - private native int CheckAbortStatus_96(); - public int CheckAbortStatus() - { return CheckAbortStatus_96(); } - - private native int GetIsPicking_97(); - public int GetIsPicking() - { return GetIsPicking_97(); } - - private native void SetIsPicking_98(int id0); - public void SetIsPicking(int id0) - { SetIsPicking_98(id0); } - - private native void IsPickingOn_99(); - public void IsPickingOn() - { IsPickingOn_99(); } - - private native void IsPickingOff_100(); - public void IsPickingOff() - { IsPickingOff_100(); } - - private native int GetEventPending_101(); - public int GetEventPending() - { return GetEventPending_101(); } - - private native int CheckInRenderStatus_102(); - public int CheckInRenderStatus() - { return CheckInRenderStatus_102(); } - - private native void ClearInRenderStatus_103(); - public void ClearInRenderStatus() - { ClearInRenderStatus_103(); } - - private native void SetDesiredUpdateRate_104(double id0); - public void SetDesiredUpdateRate(double id0) - { SetDesiredUpdateRate_104(id0); } - - private native double GetDesiredUpdateRate_105(); - public double GetDesiredUpdateRate() - { return GetDesiredUpdateRate_105(); } - - private native int GetNumberOfLayers_106(); - public int GetNumberOfLayers() - { return GetNumberOfLayers_106(); } - - private native void SetNumberOfLayers_107(int id0); - public void SetNumberOfLayers(int id0) - { SetNumberOfLayers_107(id0); } - - private native int GetNumberOfLayersMinValue_108(); - public int GetNumberOfLayersMinValue() - { return GetNumberOfLayersMinValue_108(); } - - private native int GetNumberOfLayersMaxValue_109(); - public int GetNumberOfLayersMaxValue() - { return GetNumberOfLayersMaxValue_109(); } - - private native long GetInteractor_110(); - public vtkRenderWindowInteractor GetInteractor() { - long temp = GetInteractor_110(); - - if (temp == 0) return null; - return (vtkRenderWindowInteractor)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native void SetInteractor_111(vtkRenderWindowInteractor id0); - public void SetInteractor(vtkRenderWindowInteractor id0) - { SetInteractor_111(id0); } - - private native void UnRegister_112(vtkObjectBase id0); - public void UnRegister(vtkObjectBase id0) - { UnRegister_112(id0); } - - private native void SetWindowInfo_113(String id0); - public void SetWindowInfo(String id0) - { SetWindowInfo_113(id0); } - - private native void SetNextWindowInfo_114(String id0); - public void SetNextWindowInfo(String id0) - { SetNextWindowInfo_114(id0); } - - private native void SetParentInfo_115(String id0); - public void SetParentInfo(String id0) - { SetParentInfo_115(id0); } - - private native void MakeCurrent_116(); - public void MakeCurrent() - { MakeCurrent_116(); } - - private native boolean IsCurrent_117(); - public boolean IsCurrent() - { return IsCurrent_117(); } - - private native void SetForceMakeCurrent_118(); - public void SetForceMakeCurrent() - { SetForceMakeCurrent_118(); } - - private native String ReportCapabilities_119(); - public String ReportCapabilities() - { return ReportCapabilities_119(); } - - private native int SupportsOpenGL_120(); - public int SupportsOpenGL() - { return SupportsOpenGL_120(); } - - private native int IsDirect_121(); - public int IsDirect() - { return IsDirect_121(); } - - private native int GetDepthBufferSize_122(); - public int GetDepthBufferSize() - { return GetDepthBufferSize_122(); } - - private native long GetPainterDeviceAdapter_123(); - public vtkPainterDeviceAdapter GetPainterDeviceAdapter() { - long temp = GetPainterDeviceAdapter_123(); - - if (temp == 0) return null; - return (vtkPainterDeviceAdapter)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native void SetMultiSamples_124(int id0); - public void SetMultiSamples(int id0) - { SetMultiSamples_124(id0); } - - private native int GetMultiSamples_125(); - public int GetMultiSamples() - { return GetMultiSamples_125(); } - - private native void SetStencilCapable_126(int id0); - public void SetStencilCapable(int id0) - { SetStencilCapable_126(id0); } - - private native int GetStencilCapable_127(); - public int GetStencilCapable() - { return GetStencilCapable_127(); } - - private native void StencilCapableOn_128(); - public void StencilCapableOn() - { StencilCapableOn_128(); } - - private native void StencilCapableOff_129(); - public void StencilCapableOff() - { StencilCapableOff_129(); } - - private native void SetReportGraphicErrors_130(int id0); - public void SetReportGraphicErrors(int id0) - { SetReportGraphicErrors_130(id0); } - - private native int GetReportGraphicErrors_131(); - public int GetReportGraphicErrors() - { return GetReportGraphicErrors_131(); } - - private native void ReportGraphicErrorsOn_132(); - public void ReportGraphicErrorsOn() - { ReportGraphicErrorsOn_132(); } - - private native void ReportGraphicErrorsOff_133(); - public void ReportGraphicErrorsOff() - { ReportGraphicErrorsOff_133(); } - - private native void CheckGraphicError_134(); - public void CheckGraphicError() - { CheckGraphicError_134(); } - - private native int HasGraphicError_135(); - public int HasGraphicError() - { return HasGraphicError_135(); } - - private native String GetLastGraphicErrorString_136(); - public String GetLastGraphicErrorString() - { return GetLastGraphicErrorString_136(); } - - public vtkRenderWindow() { super(); } - - public vtkRenderWindow(long id) { super(id); } - public native long VTKInit(); - -} +// java wrapper for vtkRenderWindow object +// + +package vtk; +import vtk.*; + +public class vtkRenderWindow extends vtkWindow +{ + + private native int IsTypeOf_0(String id0); + public int IsTypeOf(String id0) + { return IsTypeOf_0(id0); } + + private native int IsA_1(String id0); + public int IsA(String id0) + { return IsA_1(id0); } + + private native void AddRenderer_2(vtkRenderer id0); + public void AddRenderer(vtkRenderer id0) + { AddRenderer_2(id0); } + + private native void RemoveRenderer_3(vtkRenderer id0); + public void RemoveRenderer(vtkRenderer id0) + { RemoveRenderer_3(id0); } + + private native int HasRenderer_4(vtkRenderer id0); + public int HasRenderer(vtkRenderer id0) + { return HasRenderer_4(id0); } + + private native String GetRenderLibrary_5(); + public String GetRenderLibrary() + { return GetRenderLibrary_5(); } + + private native String GetRenderingBackend_6(); + public String GetRenderingBackend() + { return GetRenderingBackend_6(); } + + private native long GetRenderTimer_7(); + public vtkRenderTimerLog GetRenderTimer() { + long temp = GetRenderTimer_7(); + + if (temp == 0) return null; + return (vtkRenderTimerLog)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native long GetRenderers_8(); + public vtkRendererCollection GetRenderers() { + long temp = GetRenderers_8(); + + if (temp == 0) return null; + return (vtkRendererCollection)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native void CaptureGL2PSSpecialProps_9(vtkCollection id0); + public void CaptureGL2PSSpecialProps(vtkCollection id0) + { CaptureGL2PSSpecialProps_9(id0); } + + private native int GetCapturingGL2PSSpecialProps_10(); + public int GetCapturingGL2PSSpecialProps() + { return GetCapturingGL2PSSpecialProps_10(); } + + private native void Render_11(); + public void Render() + { Render_11(); } + + private native void Start_12(); + public void Start() + { Start_12(); } + + private native void Finalize_13(); + public void Finalize() + { Finalize_13(); } + + private native void Frame_14(); + public void Frame() + { Frame_14(); } + + private native void WaitForCompletion_15(); + public void WaitForCompletion() + { WaitForCompletion_15(); } + + private native void CopyResultFrame_16(); + public void CopyResultFrame() + { CopyResultFrame_16(); } + + private native long MakeRenderWindowInteractor_17(); + public vtkRenderWindowInteractor MakeRenderWindowInteractor() { + long temp = MakeRenderWindowInteractor_17(); + + if (temp == 0) return null; + return (vtkRenderWindowInteractor)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native void HideCursor_18(); + public void HideCursor() + { HideCursor_18(); } + + private native void ShowCursor_19(); + public void ShowCursor() + { ShowCursor_19(); } + + private native void SetCursorPosition_20(int id0,int id1); + public void SetCursorPosition(int id0,int id1) + { SetCursorPosition_20(id0,id1); } + + private native void SetCurrentCursor_21(int id0); + public void SetCurrentCursor(int id0) + { SetCurrentCursor_21(id0); } + + private native int GetCurrentCursor_22(); + public int GetCurrentCursor() + { return GetCurrentCursor_22(); } + + private native void SetFullScreen_23(int id0); + public void SetFullScreen(int id0) + { SetFullScreen_23(id0); } + + private native int GetFullScreen_24(); + public int GetFullScreen() + { return GetFullScreen_24(); } + + private native void FullScreenOn_25(); + public void FullScreenOn() + { FullScreenOn_25(); } + + private native void FullScreenOff_26(); + public void FullScreenOff() + { FullScreenOff_26(); } + + private native void SetBorders_27(int id0); + public void SetBorders(int id0) + { SetBorders_27(id0); } + + private native int GetBorders_28(); + public int GetBorders() + { return GetBorders_28(); } + + private native void BordersOn_29(); + public void BordersOn() + { BordersOn_29(); } + + private native void BordersOff_30(); + public void BordersOff() + { BordersOff_30(); } + + private native int GetStereoCapableWindow_31(); + public int GetStereoCapableWindow() + { return GetStereoCapableWindow_31(); } + + private native void StereoCapableWindowOn_32(); + public void StereoCapableWindowOn() + { StereoCapableWindowOn_32(); } + + private native void StereoCapableWindowOff_33(); + public void StereoCapableWindowOff() + { StereoCapableWindowOff_33(); } + + private native void SetStereoCapableWindow_34(int id0); + public void SetStereoCapableWindow(int id0) + { SetStereoCapableWindow_34(id0); } + + private native int GetStereoRender_35(); + public int GetStereoRender() + { return GetStereoRender_35(); } + + private native void SetStereoRender_36(int id0); + public void SetStereoRender(int id0) + { SetStereoRender_36(id0); } + + private native void StereoRenderOn_37(); + public void StereoRenderOn() + { StereoRenderOn_37(); } + + private native void StereoRenderOff_38(); + public void StereoRenderOff() + { StereoRenderOff_38(); } + + private native void SetAlphaBitPlanes_39(int id0); + public void SetAlphaBitPlanes(int id0) + { SetAlphaBitPlanes_39(id0); } + + private native int GetAlphaBitPlanes_40(); + public int GetAlphaBitPlanes() + { return GetAlphaBitPlanes_40(); } + + private native void AlphaBitPlanesOn_41(); + public void AlphaBitPlanesOn() + { AlphaBitPlanesOn_41(); } + + private native void AlphaBitPlanesOff_42(); + public void AlphaBitPlanesOff() + { AlphaBitPlanesOff_42(); } + + private native void SetPointSmoothing_43(int id0); + public void SetPointSmoothing(int id0) + { SetPointSmoothing_43(id0); } + + private native int GetPointSmoothing_44(); + public int GetPointSmoothing() + { return GetPointSmoothing_44(); } + + private native void PointSmoothingOn_45(); + public void PointSmoothingOn() + { PointSmoothingOn_45(); } + + private native void PointSmoothingOff_46(); + public void PointSmoothingOff() + { PointSmoothingOff_46(); } + + private native void SetLineSmoothing_47(int id0); + public void SetLineSmoothing(int id0) + { SetLineSmoothing_47(id0); } + + private native int GetLineSmoothing_48(); + public int GetLineSmoothing() + { return GetLineSmoothing_48(); } + + private native void LineSmoothingOn_49(); + public void LineSmoothingOn() + { LineSmoothingOn_49(); } + + private native void LineSmoothingOff_50(); + public void LineSmoothingOff() + { LineSmoothingOff_50(); } + + private native void SetPolygonSmoothing_51(int id0); + public void SetPolygonSmoothing(int id0) + { SetPolygonSmoothing_51(id0); } + + private native int GetPolygonSmoothing_52(); + public int GetPolygonSmoothing() + { return GetPolygonSmoothing_52(); } + + private native void PolygonSmoothingOn_53(); + public void PolygonSmoothingOn() + { PolygonSmoothingOn_53(); } + + private native void PolygonSmoothingOff_54(); + public void PolygonSmoothingOff() + { PolygonSmoothingOff_54(); } + + private native int GetStereoType_55(); + public int GetStereoType() + { return GetStereoType_55(); } + + private native void SetStereoType_56(int id0); + public void SetStereoType(int id0) + { SetStereoType_56(id0); } + + private native void SetStereoTypeToCrystalEyes_57(); + public void SetStereoTypeToCrystalEyes() + { SetStereoTypeToCrystalEyes_57(); } + + private native void SetStereoTypeToRedBlue_58(); + public void SetStereoTypeToRedBlue() + { SetStereoTypeToRedBlue_58(); } + + private native void SetStereoTypeToInterlaced_59(); + public void SetStereoTypeToInterlaced() + { SetStereoTypeToInterlaced_59(); } + + private native void SetStereoTypeToLeft_60(); + public void SetStereoTypeToLeft() + { SetStereoTypeToLeft_60(); } + + private native void SetStereoTypeToRight_61(); + public void SetStereoTypeToRight() + { SetStereoTypeToRight_61(); } + + private native void SetStereoTypeToDresden_62(); + public void SetStereoTypeToDresden() + { SetStereoTypeToDresden_62(); } + + private native void SetStereoTypeToAnaglyph_63(); + public void SetStereoTypeToAnaglyph() + { SetStereoTypeToAnaglyph_63(); } + + private native void SetStereoTypeToCheckerboard_64(); + public void SetStereoTypeToCheckerboard() + { SetStereoTypeToCheckerboard_64(); } + + private native void SetStereoTypeToSplitViewportHorizontal_65(); + public void SetStereoTypeToSplitViewportHorizontal() + { SetStereoTypeToSplitViewportHorizontal_65(); } + + private native void SetStereoTypeToFake_66(); + public void SetStereoTypeToFake() + { SetStereoTypeToFake_66(); } + + private native String GetStereoTypeAsString_67(); + public String GetStereoTypeAsString() + { return GetStereoTypeAsString_67(); } + + private native void StereoUpdate_68(); + public void StereoUpdate() + { StereoUpdate_68(); } + + private native void StereoMidpoint_69(); + public void StereoMidpoint() + { StereoMidpoint_69(); } + + private native void StereoRenderComplete_70(); + public void StereoRenderComplete() + { StereoRenderComplete_70(); } + + private native void SetAnaglyphColorSaturation_71(double id0); + public void SetAnaglyphColorSaturation(double id0) + { SetAnaglyphColorSaturation_71(id0); } + + private native double GetAnaglyphColorSaturationMinValue_72(); + public double GetAnaglyphColorSaturationMinValue() + { return GetAnaglyphColorSaturationMinValue_72(); } + + private native double GetAnaglyphColorSaturationMaxValue_73(); + public double GetAnaglyphColorSaturationMaxValue() + { return GetAnaglyphColorSaturationMaxValue_73(); } + + private native double GetAnaglyphColorSaturation_74(); + public double GetAnaglyphColorSaturation() + { return GetAnaglyphColorSaturation_74(); } + + private native void SetAnaglyphColorMask_75(int id0,int id1); + public void SetAnaglyphColorMask(int id0,int id1) + { SetAnaglyphColorMask_75(id0,id1); } + + private native void SetAnaglyphColorMask_76(int id0[]); + public void SetAnaglyphColorMask(int id0[]) + { SetAnaglyphColorMask_76(id0); } + + private native int[] GetAnaglyphColorMask_77(); + public int[] GetAnaglyphColorMask() + { return GetAnaglyphColorMask_77(); } + + private native void WindowRemap_78(); + public void WindowRemap() + { WindowRemap_78(); } + + private native void SetSwapBuffers_79(int id0); + public void SetSwapBuffers(int id0) + { SetSwapBuffers_79(id0); } + + private native int GetSwapBuffers_80(); + public int GetSwapBuffers() + { return GetSwapBuffers_80(); } + + private native void SwapBuffersOn_81(); + public void SwapBuffersOn() + { SwapBuffersOn_81(); } + + private native void SwapBuffersOff_82(); + public void SwapBuffersOff() + { SwapBuffersOff_82(); } + + private native int SetPixelData_83(int id0,int id1,int id2,int id3,vtkUnsignedCharArray id4,int id5,int id6); + public int SetPixelData(int id0,int id1,int id2,int id3,vtkUnsignedCharArray id4,int id5,int id6) + { return SetPixelData_83(id0,id1,id2,id3,id4,id5,id6); } + + private native int GetRGBAPixelData_84(int id0,int id1,int id2,int id3,int id4,vtkFloatArray id5,int id6); + public int GetRGBAPixelData(int id0,int id1,int id2,int id3,int id4,vtkFloatArray id5,int id6) + { return GetRGBAPixelData_84(id0,id1,id2,id3,id4,id5,id6); } + + private native int SetRGBAPixelData_85(int id0,int id1,int id2,int id3,vtkFloatArray id4,int id5,int id6,int id7); + public int SetRGBAPixelData(int id0,int id1,int id2,int id3,vtkFloatArray id4,int id5,int id6,int id7) + { return SetRGBAPixelData_85(id0,id1,id2,id3,id4,id5,id6,id7); } + + private native int GetRGBACharPixelData_86(int id0,int id1,int id2,int id3,int id4,vtkUnsignedCharArray id5,int id6); + public int GetRGBACharPixelData(int id0,int id1,int id2,int id3,int id4,vtkUnsignedCharArray id5,int id6) + { return GetRGBACharPixelData_86(id0,id1,id2,id3,id4,id5,id6); } + + private native int SetRGBACharPixelData_87(int id0,int id1,int id2,int id3,vtkUnsignedCharArray id4,int id5,int id6,int id7); + public int SetRGBACharPixelData(int id0,int id1,int id2,int id3,vtkUnsignedCharArray id4,int id5,int id6,int id7) + { return SetRGBACharPixelData_87(id0,id1,id2,id3,id4,id5,id6,id7); } + + private native int GetZbufferData_88(int id0,int id1,int id2,int id3,vtkFloatArray id4); + public int GetZbufferData(int id0,int id1,int id2,int id3,vtkFloatArray id4) + { return GetZbufferData_88(id0,id1,id2,id3,id4); } + + private native int SetZbufferData_89(int id0,int id1,int id2,int id3,vtkFloatArray id4); + public int SetZbufferData(int id0,int id1,int id2,int id3,vtkFloatArray id4) + { return SetZbufferData_89(id0,id1,id2,id3,id4); } + + private native double GetZbufferDataAtPoint_90(int id0,int id1); + public double GetZbufferDataAtPoint(int id0,int id1) + { return GetZbufferDataAtPoint_90(id0,id1); } + + private native int GetNeverRendered_91(); + public int GetNeverRendered() + { return GetNeverRendered_91(); } + + private native int GetAbortRender_92(); + public int GetAbortRender() + { return GetAbortRender_92(); } + + private native void SetAbortRender_93(int id0); + public void SetAbortRender(int id0) + { SetAbortRender_93(id0); } + + private native int GetInAbortCheck_94(); + public int GetInAbortCheck() + { return GetInAbortCheck_94(); } + + private native void SetInAbortCheck_95(int id0); + public void SetInAbortCheck(int id0) + { SetInAbortCheck_95(id0); } + + private native int CheckAbortStatus_96(); + public int CheckAbortStatus() + { return CheckAbortStatus_96(); } + + private native int GetIsPicking_97(); + public int GetIsPicking() + { return GetIsPicking_97(); } + + private native void SetIsPicking_98(int id0); + public void SetIsPicking(int id0) + { SetIsPicking_98(id0); } + + private native void IsPickingOn_99(); + public void IsPickingOn() + { IsPickingOn_99(); } + + private native void IsPickingOff_100(); + public void IsPickingOff() + { IsPickingOff_100(); } + + private native int GetEventPending_101(); + public int GetEventPending() + { return GetEventPending_101(); } + + private native int CheckInRenderStatus_102(); + public int CheckInRenderStatus() + { return CheckInRenderStatus_102(); } + + private native void ClearInRenderStatus_103(); + public void ClearInRenderStatus() + { ClearInRenderStatus_103(); } + + private native void SetDesiredUpdateRate_104(double id0); + public void SetDesiredUpdateRate(double id0) + { SetDesiredUpdateRate_104(id0); } + + private native double GetDesiredUpdateRate_105(); + public double GetDesiredUpdateRate() + { return GetDesiredUpdateRate_105(); } + + private native int GetNumberOfLayers_106(); + public int GetNumberOfLayers() + { return GetNumberOfLayers_106(); } + + private native void SetNumberOfLayers_107(int id0); + public void SetNumberOfLayers(int id0) + { SetNumberOfLayers_107(id0); } + + private native int GetNumberOfLayersMinValue_108(); + public int GetNumberOfLayersMinValue() + { return GetNumberOfLayersMinValue_108(); } + + private native int GetNumberOfLayersMaxValue_109(); + public int GetNumberOfLayersMaxValue() + { return GetNumberOfLayersMaxValue_109(); } + + private native long GetInteractor_110(); + public vtkRenderWindowInteractor GetInteractor() { + long temp = GetInteractor_110(); + + if (temp == 0) return null; + return (vtkRenderWindowInteractor)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native void SetInteractor_111(vtkRenderWindowInteractor id0); + public void SetInteractor(vtkRenderWindowInteractor id0) + { SetInteractor_111(id0); } + + private native void UnRegister_112(vtkObjectBase id0); + public void UnRegister(vtkObjectBase id0) + { UnRegister_112(id0); } + + private native void SetWindowInfo_113(String id0); + public void SetWindowInfo(String id0) + { SetWindowInfo_113(id0); } + + private native void SetNextWindowInfo_114(String id0); + public void SetNextWindowInfo(String id0) + { SetNextWindowInfo_114(id0); } + + private native void SetParentInfo_115(String id0); + public void SetParentInfo(String id0) + { SetParentInfo_115(id0); } + + private native boolean InitializeFromCurrentContext_116(); + public boolean InitializeFromCurrentContext() + { return InitializeFromCurrentContext_116(); } + + private native void SetSharedRenderWindow_117(vtkRenderWindow id0); + public void SetSharedRenderWindow(vtkRenderWindow id0) + { SetSharedRenderWindow_117(id0); } + + private native long GetSharedRenderWindow_118(); + public vtkRenderWindow GetSharedRenderWindow() { + long temp = GetSharedRenderWindow_118(); + + if (temp == 0) return null; + return (vtkRenderWindow)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native boolean GetPlatformSupportsRenderWindowSharing_119(); + public boolean GetPlatformSupportsRenderWindowSharing() + { return GetPlatformSupportsRenderWindowSharing_119(); } + + private native void MakeCurrent_120(); + public void MakeCurrent() + { MakeCurrent_120(); } + + private native boolean IsCurrent_121(); + public boolean IsCurrent() + { return IsCurrent_121(); } + + private native boolean IsDrawable_122(); + public boolean IsDrawable() + { return IsDrawable_122(); } + + private native void SetForceMakeCurrent_123(); + public void SetForceMakeCurrent() + { SetForceMakeCurrent_123(); } + + private native String ReportCapabilities_124(); + public String ReportCapabilities() + { return ReportCapabilities_124(); } + + private native int SupportsOpenGL_125(); + public int SupportsOpenGL() + { return SupportsOpenGL_125(); } + + private native int IsDirect_126(); + public int IsDirect() + { return IsDirect_126(); } + + private native int GetDepthBufferSize_127(); + public int GetDepthBufferSize() + { return GetDepthBufferSize_127(); } + + private native void SetMultiSamples_128(int id0); + public void SetMultiSamples(int id0) + { SetMultiSamples_128(id0); } + + private native int GetMultiSamples_129(); + public int GetMultiSamples() + { return GetMultiSamples_129(); } + + private native void SetStencilCapable_130(int id0); + public void SetStencilCapable(int id0) + { SetStencilCapable_130(id0); } + + private native int GetStencilCapable_131(); + public int GetStencilCapable() + { return GetStencilCapable_131(); } + + private native void StencilCapableOn_132(); + public void StencilCapableOn() + { StencilCapableOn_132(); } + + private native void StencilCapableOff_133(); + public void StencilCapableOff() + { StencilCapableOff_133(); } + + private native void SetDeviceIndex_134(int id0); + public void SetDeviceIndex(int id0) + { SetDeviceIndex_134(id0); } + + private native int GetDeviceIndex_135(); + public int GetDeviceIndex() + { return GetDeviceIndex_135(); } + + private native int GetNumberOfDevices_136(); + public int GetNumberOfDevices() + { return GetNumberOfDevices_136(); } + + private native int SetUseOffScreenBuffers_137(boolean id0); + public int SetUseOffScreenBuffers(boolean id0) + { return SetUseOffScreenBuffers_137(id0); } + + private native boolean GetUseOffScreenBuffers_138(); + public boolean GetUseOffScreenBuffers() + { return GetUseOffScreenBuffers_138(); } + + private native boolean GetUseSRGBColorSpace_139(); + public boolean GetUseSRGBColorSpace() + { return GetUseSRGBColorSpace_139(); } + + private native void SetUseSRGBColorSpace_140(boolean id0); + public void SetUseSRGBColorSpace(boolean id0) + { SetUseSRGBColorSpace_140(id0); } + + private native void UseSRGBColorSpaceOn_141(); + public void UseSRGBColorSpaceOn() + { UseSRGBColorSpaceOn_141(); } + + private native void UseSRGBColorSpaceOff_142(); + public void UseSRGBColorSpaceOff() + { UseSRGBColorSpaceOff_142(); } + + public vtkRenderWindow() { super(); } + + public vtkRenderWindow(long id) { super(id); } + public native long VTKInit(); + +}