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