// 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(); }