]> gerrit.simantics Code Review - simantics/3d.git/blobdiff - vtk/src/vtk/vtkRenderWindow.java
Loading VTK dlls with plug-in activator.
[simantics/3d.git] / vtk / src / vtk / vtkRenderWindow.java
index e66092ee5a9d2f48148b03f2ce8f9352f02088a1..a4cd1667fcabccf1b1debd3d353c370b7dfd9bb1 100644 (file)
-// java wrapper for vtkRenderWindow object\r
-//\r
-\r
-package vtk;\r
-import vtk.*;\r
-\r
-public class vtkRenderWindow extends vtkWindow\r
-{\r
-\r
-  private native String GetClassName_0();\r
-  public String GetClassName()\r
-    { return GetClassName_0(); }\r
-\r
-  private native int IsA_1(String id0);\r
-  public int IsA(String id0)\r
-    { return IsA_1(id0); }\r
-\r
-  private native void AddRenderer_2(vtkRenderer id0);\r
-  public void AddRenderer(vtkRenderer id0)\r
-    { AddRenderer_2(id0); }\r
-\r
-  private native void RemoveRenderer_3(vtkRenderer id0);\r
-  public void RemoveRenderer(vtkRenderer id0)\r
-    { RemoveRenderer_3(id0); }\r
-\r
-  private native int HasRenderer_4(vtkRenderer id0);\r
-  public int HasRenderer(vtkRenderer id0)\r
-    { return HasRenderer_4(id0); }\r
-\r
-  private native String GetRenderLibrary_5();\r
-  public String GetRenderLibrary()\r
-    { return GetRenderLibrary_5(); }\r
-\r
-  private native long GetRenderers_6();\r
-  public vtkRendererCollection GetRenderers() {\r
-    long temp = GetRenderers_6();\r
-\r
-    if (temp == 0) return null;\r
-    return (vtkRendererCollection)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
-  }\r
-\r
-  private native void Render_7();\r
-  public void Render()\r
-    { Render_7(); }\r
-\r
-  private native void Start_8();\r
-  public void Start()\r
-    { Start_8(); }\r
-\r
-  private native void Finalize_9();\r
-  public void Finalize()\r
-    { Finalize_9(); }\r
-\r
-  private native void Frame_10();\r
-  public void Frame()\r
-    { Frame_10(); }\r
-\r
-  private native void WaitForCompletion_11();\r
-  public void WaitForCompletion()\r
-    { WaitForCompletion_11(); }\r
-\r
-  private native void CopyResultFrame_12();\r
-  public void CopyResultFrame()\r
-    { CopyResultFrame_12(); }\r
-\r
-  private native long MakeRenderWindowInteractor_13();\r
-  public vtkRenderWindowInteractor MakeRenderWindowInteractor() {\r
-    long temp = MakeRenderWindowInteractor_13();\r
-\r
-    if (temp == 0) return null;\r
-    return (vtkRenderWindowInteractor)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
-  }\r
-\r
-  private native void HideCursor_14();\r
-  public void HideCursor()\r
-    { HideCursor_14(); }\r
-\r
-  private native void ShowCursor_15();\r
-  public void ShowCursor()\r
-    { ShowCursor_15(); }\r
-\r
-  private native void SetCursorPosition_16(int id0,int id1);\r
-  public void SetCursorPosition(int id0,int id1)\r
-    { SetCursorPosition_16(id0,id1); }\r
-\r
-  private native void SetCurrentCursor_17(int id0);\r
-  public void SetCurrentCursor(int id0)\r
-    { SetCurrentCursor_17(id0); }\r
-\r
-  private native int GetCurrentCursor_18();\r
-  public int GetCurrentCursor()\r
-    { return GetCurrentCursor_18(); }\r
-\r
-  private native void SetFullScreen_19(int id0);\r
-  public void SetFullScreen(int id0)\r
-    { SetFullScreen_19(id0); }\r
-\r
-  private native int GetFullScreen_20();\r
-  public int GetFullScreen()\r
-    { return GetFullScreen_20(); }\r
-\r
-  private native void FullScreenOn_21();\r
-  public void FullScreenOn()\r
-    { FullScreenOn_21(); }\r
-\r
-  private native void FullScreenOff_22();\r
-  public void FullScreenOff()\r
-    { FullScreenOff_22(); }\r
-\r
-  private native void SetBorders_23(int id0);\r
-  public void SetBorders(int id0)\r
-    { SetBorders_23(id0); }\r
-\r
-  private native int GetBorders_24();\r
-  public int GetBorders()\r
-    { return GetBorders_24(); }\r
-\r
-  private native void BordersOn_25();\r
-  public void BordersOn()\r
-    { BordersOn_25(); }\r
-\r
-  private native void BordersOff_26();\r
-  public void BordersOff()\r
-    { BordersOff_26(); }\r
-\r
-  private native int GetStereoCapableWindow_27();\r
-  public int GetStereoCapableWindow()\r
-    { return GetStereoCapableWindow_27(); }\r
-\r
-  private native void StereoCapableWindowOn_28();\r
-  public void StereoCapableWindowOn()\r
-    { StereoCapableWindowOn_28(); }\r
-\r
-  private native void StereoCapableWindowOff_29();\r
-  public void StereoCapableWindowOff()\r
-    { StereoCapableWindowOff_29(); }\r
-\r
-  private native void SetStereoCapableWindow_30(int id0);\r
-  public void SetStereoCapableWindow(int id0)\r
-    { SetStereoCapableWindow_30(id0); }\r
-\r
-  private native int GetStereoRender_31();\r
-  public int GetStereoRender()\r
-    { return GetStereoRender_31(); }\r
-\r
-  private native void SetStereoRender_32(int id0);\r
-  public void SetStereoRender(int id0)\r
-    { SetStereoRender_32(id0); }\r
-\r
-  private native void StereoRenderOn_33();\r
-  public void StereoRenderOn()\r
-    { StereoRenderOn_33(); }\r
-\r
-  private native void StereoRenderOff_34();\r
-  public void StereoRenderOff()\r
-    { StereoRenderOff_34(); }\r
-\r
-  private native void SetAlphaBitPlanes_35(int id0);\r
-  public void SetAlphaBitPlanes(int id0)\r
-    { SetAlphaBitPlanes_35(id0); }\r
-\r
-  private native int GetAlphaBitPlanes_36();\r
-  public int GetAlphaBitPlanes()\r
-    { return GetAlphaBitPlanes_36(); }\r
-\r
-  private native void AlphaBitPlanesOn_37();\r
-  public void AlphaBitPlanesOn()\r
-    { AlphaBitPlanesOn_37(); }\r
-\r
-  private native void AlphaBitPlanesOff_38();\r
-  public void AlphaBitPlanesOff()\r
-    { AlphaBitPlanesOff_38(); }\r
-\r
-  private native void SetPointSmoothing_39(int id0);\r
-  public void SetPointSmoothing(int id0)\r
-    { SetPointSmoothing_39(id0); }\r
-\r
-  private native int GetPointSmoothing_40();\r
-  public int GetPointSmoothing()\r
-    { return GetPointSmoothing_40(); }\r
-\r
-  private native void PointSmoothingOn_41();\r
-  public void PointSmoothingOn()\r
-    { PointSmoothingOn_41(); }\r
-\r
-  private native void PointSmoothingOff_42();\r
-  public void PointSmoothingOff()\r
-    { PointSmoothingOff_42(); }\r
-\r
-  private native void SetLineSmoothing_43(int id0);\r
-  public void SetLineSmoothing(int id0)\r
-    { SetLineSmoothing_43(id0); }\r
-\r
-  private native int GetLineSmoothing_44();\r
-  public int GetLineSmoothing()\r
-    { return GetLineSmoothing_44(); }\r
-\r
-  private native void LineSmoothingOn_45();\r
-  public void LineSmoothingOn()\r
-    { LineSmoothingOn_45(); }\r
-\r
-  private native void LineSmoothingOff_46();\r
-  public void LineSmoothingOff()\r
-    { LineSmoothingOff_46(); }\r
-\r
-  private native void SetPolygonSmoothing_47(int id0);\r
-  public void SetPolygonSmoothing(int id0)\r
-    { SetPolygonSmoothing_47(id0); }\r
-\r
-  private native int GetPolygonSmoothing_48();\r
-  public int GetPolygonSmoothing()\r
-    { return GetPolygonSmoothing_48(); }\r
-\r
-  private native void PolygonSmoothingOn_49();\r
-  public void PolygonSmoothingOn()\r
-    { PolygonSmoothingOn_49(); }\r
-\r
-  private native void PolygonSmoothingOff_50();\r
-  public void PolygonSmoothingOff()\r
-    { PolygonSmoothingOff_50(); }\r
-\r
-  private native int GetStereoType_51();\r
-  public int GetStereoType()\r
-    { return GetStereoType_51(); }\r
-\r
-  private native void SetStereoType_52(int id0);\r
-  public void SetStereoType(int id0)\r
-    { SetStereoType_52(id0); }\r
-\r
-  private native void SetStereoTypeToCrystalEyes_53();\r
-  public void SetStereoTypeToCrystalEyes()\r
-    { SetStereoTypeToCrystalEyes_53(); }\r
-\r
-  private native void SetStereoTypeToRedBlue_54();\r
-  public void SetStereoTypeToRedBlue()\r
-    { SetStereoTypeToRedBlue_54(); }\r
-\r
-  private native void SetStereoTypeToInterlaced_55();\r
-  public void SetStereoTypeToInterlaced()\r
-    { SetStereoTypeToInterlaced_55(); }\r
-\r
-  private native void SetStereoTypeToLeft_56();\r
-  public void SetStereoTypeToLeft()\r
-    { SetStereoTypeToLeft_56(); }\r
-\r
-  private native void SetStereoTypeToRight_57();\r
-  public void SetStereoTypeToRight()\r
-    { SetStereoTypeToRight_57(); }\r
-\r
-  private native void SetStereoTypeToDresden_58();\r
-  public void SetStereoTypeToDresden()\r
-    { SetStereoTypeToDresden_58(); }\r
-\r
-  private native void SetStereoTypeToAnaglyph_59();\r
-  public void SetStereoTypeToAnaglyph()\r
-    { SetStereoTypeToAnaglyph_59(); }\r
-\r
-  private native void SetStereoTypeToCheckerboard_60();\r
-  public void SetStereoTypeToCheckerboard()\r
-    { SetStereoTypeToCheckerboard_60(); }\r
-\r
-  private native String GetStereoTypeAsString_61();\r
-  public String GetStereoTypeAsString()\r
-    { return GetStereoTypeAsString_61(); }\r
-\r
-  private native void StereoUpdate_62();\r
-  public void StereoUpdate()\r
-    { StereoUpdate_62(); }\r
-\r
-  private native void StereoMidpoint_63();\r
-  public void StereoMidpoint()\r
-    { StereoMidpoint_63(); }\r
-\r
-  private native void StereoRenderComplete_64();\r
-  public void StereoRenderComplete()\r
-    { StereoRenderComplete_64(); }\r
-\r
-  private native void SetAnaglyphColorSaturation_65(double id0);\r
-  public void SetAnaglyphColorSaturation(double id0)\r
-    { SetAnaglyphColorSaturation_65(id0); }\r
-\r
-  private native double GetAnaglyphColorSaturationMinValue_66();\r
-  public double GetAnaglyphColorSaturationMinValue()\r
-    { return GetAnaglyphColorSaturationMinValue_66(); }\r
-\r
-  private native double GetAnaglyphColorSaturationMaxValue_67();\r
-  public double GetAnaglyphColorSaturationMaxValue()\r
-    { return GetAnaglyphColorSaturationMaxValue_67(); }\r
-\r
-  private native double GetAnaglyphColorSaturation_68();\r
-  public double GetAnaglyphColorSaturation()\r
-    { return GetAnaglyphColorSaturation_68(); }\r
-\r
-  private native void SetAnaglyphColorMask_69(int id0,int id1);\r
-  public void SetAnaglyphColorMask(int id0,int id1)\r
-    { SetAnaglyphColorMask_69(id0,id1); }\r
-\r
-  private native void SetAnaglyphColorMask_70(int id0[]);\r
-  public void SetAnaglyphColorMask(int id0[])\r
-    { SetAnaglyphColorMask_70(id0); }\r
-\r
-  private native int[]  GetAnaglyphColorMask_71();\r
-  public int[]  GetAnaglyphColorMask()\r
-    { return GetAnaglyphColorMask_71(); }\r
-\r
-  private native void WindowRemap_72();\r
-  public void WindowRemap()\r
-    { WindowRemap_72(); }\r
-\r
-  private native void SetSwapBuffers_73(int id0);\r
-  public void SetSwapBuffers(int id0)\r
-    { SetSwapBuffers_73(id0); }\r
-\r
-  private native int GetSwapBuffers_74();\r
-  public int GetSwapBuffers()\r
-    { return GetSwapBuffers_74(); }\r
-\r
-  private native void SwapBuffersOn_75();\r
-  public void SwapBuffersOn()\r
-    { SwapBuffersOn_75(); }\r
-\r
-  private native void SwapBuffersOff_76();\r
-  public void SwapBuffersOff()\r
-    { SwapBuffersOff_76(); }\r
-\r
-  private native int SetPixelData_77(int id0,int id1,int id2,int id3,vtkUnsignedCharArray id4,int id5);\r
-  public int SetPixelData(int id0,int id1,int id2,int id3,vtkUnsignedCharArray id4,int id5)\r
-    { return SetPixelData_77(id0,id1,id2,id3,id4,id5); }\r
-\r
-  private native int GetRGBAPixelData_78(int id0,int id1,int id2,int id3,int id4,vtkFloatArray id5);\r
-  public int GetRGBAPixelData(int id0,int id1,int id2,int id3,int id4,vtkFloatArray id5)\r
-    { return GetRGBAPixelData_78(id0,id1,id2,id3,id4,id5); }\r
-\r
-  private native int SetRGBAPixelData_79(int id0,int id1,int id2,int id3,vtkFloatArray id4,int id5,int id6);\r
-  public int SetRGBAPixelData(int id0,int id1,int id2,int id3,vtkFloatArray id4,int id5,int id6)\r
-    { return SetRGBAPixelData_79(id0,id1,id2,id3,id4,id5,id6); }\r
-\r
-  private native int GetRGBACharPixelData_80(int id0,int id1,int id2,int id3,int id4,vtkUnsignedCharArray id5);\r
-  public int GetRGBACharPixelData(int id0,int id1,int id2,int id3,int id4,vtkUnsignedCharArray id5)\r
-    { return GetRGBACharPixelData_80(id0,id1,id2,id3,id4,id5); }\r
-\r
-  private native int SetRGBACharPixelData_81(int id0,int id1,int id2,int id3,vtkUnsignedCharArray id4,int id5,int id6);\r
-  public int SetRGBACharPixelData(int id0,int id1,int id2,int id3,vtkUnsignedCharArray id4,int id5,int id6)\r
-    { return SetRGBACharPixelData_81(id0,id1,id2,id3,id4,id5,id6); }\r
-\r
-  private native int GetZbufferData_82(int id0,int id1,int id2,int id3,vtkFloatArray id4);\r
-  public int GetZbufferData(int id0,int id1,int id2,int id3,vtkFloatArray id4)\r
-    { return GetZbufferData_82(id0,id1,id2,id3,id4); }\r
-\r
-  private native int SetZbufferData_83(int id0,int id1,int id2,int id3,vtkFloatArray id4);\r
-  public int SetZbufferData(int id0,int id1,int id2,int id3,vtkFloatArray id4)\r
-    { return SetZbufferData_83(id0,id1,id2,id3,id4); }\r
-\r
-  private native double GetZbufferDataAtPoint_84(int id0,int id1);\r
-  public double GetZbufferDataAtPoint(int id0,int id1)\r
-    { return GetZbufferDataAtPoint_84(id0,id1); }\r
-\r
-  private native int GetAAFrames_85();\r
-  public int GetAAFrames()\r
-    { return GetAAFrames_85(); }\r
-\r
-  private native void SetAAFrames_86(int id0);\r
-  public void SetAAFrames(int id0)\r
-    { SetAAFrames_86(id0); }\r
-\r
-  private native int GetFDFrames_87();\r
-  public int GetFDFrames()\r
-    { return GetFDFrames_87(); }\r
-\r
-  private native void SetFDFrames_88(int id0);\r
-  public void SetFDFrames(int id0)\r
-    { SetFDFrames_88(id0); }\r
-\r
-  private native int GetSubFrames_89();\r
-  public int GetSubFrames()\r
-    { return GetSubFrames_89(); }\r
-\r
-  private native void SetSubFrames_90(int id0);\r
-  public void SetSubFrames(int id0)\r
-    { SetSubFrames_90(id0); }\r
-\r
-  private native int GetNeverRendered_91();\r
-  public int GetNeverRendered()\r
-    { return GetNeverRendered_91(); }\r
-\r
-  private native int GetAbortRender_92();\r
-  public int GetAbortRender()\r
-    { return GetAbortRender_92(); }\r
-\r
-  private native void SetAbortRender_93(int id0);\r
-  public void SetAbortRender(int id0)\r
-    { SetAbortRender_93(id0); }\r
-\r
-  private native int GetInAbortCheck_94();\r
-  public int GetInAbortCheck()\r
-    { return GetInAbortCheck_94(); }\r
-\r
-  private native void SetInAbortCheck_95(int id0);\r
-  public void SetInAbortCheck(int id0)\r
-    { SetInAbortCheck_95(id0); }\r
-\r
-  private native int CheckAbortStatus_96();\r
-  public int CheckAbortStatus()\r
-    { return CheckAbortStatus_96(); }\r
-\r
-  private native int GetIsPicking_97();\r
-  public int GetIsPicking()\r
-    { return GetIsPicking_97(); }\r
-\r
-  private native void SetIsPicking_98(int id0);\r
-  public void SetIsPicking(int id0)\r
-    { SetIsPicking_98(id0); }\r
-\r
-  private native void IsPickingOn_99();\r
-  public void IsPickingOn()\r
-    { IsPickingOn_99(); }\r
-\r
-  private native void IsPickingOff_100();\r
-  public void IsPickingOff()\r
-    { IsPickingOff_100(); }\r
-\r
-  private native int GetEventPending_101();\r
-  public int GetEventPending()\r
-    { return GetEventPending_101(); }\r
-\r
-  private native int CheckInRenderStatus_102();\r
-  public int CheckInRenderStatus()\r
-    { return CheckInRenderStatus_102(); }\r
-\r
-  private native void ClearInRenderStatus_103();\r
-  public void ClearInRenderStatus()\r
-    { ClearInRenderStatus_103(); }\r
-\r
-  private native void SetDesiredUpdateRate_104(double id0);\r
-  public void SetDesiredUpdateRate(double id0)\r
-    { SetDesiredUpdateRate_104(id0); }\r
-\r
-  private native double GetDesiredUpdateRate_105();\r
-  public double GetDesiredUpdateRate()\r
-    { return GetDesiredUpdateRate_105(); }\r
-\r
-  private native int GetNumberOfLayers_106();\r
-  public int GetNumberOfLayers()\r
-    { return GetNumberOfLayers_106(); }\r
-\r
-  private native void SetNumberOfLayers_107(int id0);\r
-  public void SetNumberOfLayers(int id0)\r
-    { SetNumberOfLayers_107(id0); }\r
-\r
-  private native int GetNumberOfLayersMinValue_108();\r
-  public int GetNumberOfLayersMinValue()\r
-    { return GetNumberOfLayersMinValue_108(); }\r
-\r
-  private native int GetNumberOfLayersMaxValue_109();\r
-  public int GetNumberOfLayersMaxValue()\r
-    { return GetNumberOfLayersMaxValue_109(); }\r
-\r
-  private native long GetInteractor_110();\r
-  public vtkRenderWindowInteractor GetInteractor() {\r
-    long temp = GetInteractor_110();\r
-\r
-    if (temp == 0) return null;\r
-    return (vtkRenderWindowInteractor)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
-  }\r
-\r
-  private native void SetInteractor_111(vtkRenderWindowInteractor id0);\r
-  public void SetInteractor(vtkRenderWindowInteractor id0)\r
-    { SetInteractor_111(id0); }\r
-\r
-  private native void UnRegister_112(vtkObjectBase id0);\r
-  public void UnRegister(vtkObjectBase id0)\r
-    { UnRegister_112(id0); }\r
-\r
-  private native void SetWindowInfo_113(String id0);\r
-  public void SetWindowInfo(String id0)\r
-    { SetWindowInfo_113(id0); }\r
-\r
-  private native void SetNextWindowInfo_114(String id0);\r
-  public void SetNextWindowInfo(String id0)\r
-    { SetNextWindowInfo_114(id0); }\r
-\r
-  private native void SetParentInfo_115(String id0);\r
-  public void SetParentInfo(String id0)\r
-    { SetParentInfo_115(id0); }\r
-\r
-  private native void MakeCurrent_116();\r
-  public void MakeCurrent()\r
-    { MakeCurrent_116(); }\r
-\r
-  private native boolean IsCurrent_117();\r
-  public boolean IsCurrent()\r
-    { return IsCurrent_117(); }\r
-\r
-  private native void SetForceMakeCurrent_118();\r
-  public void SetForceMakeCurrent()\r
-    { SetForceMakeCurrent_118(); }\r
-\r
-  private native String ReportCapabilities_119();\r
-  public String ReportCapabilities()\r
-    { return ReportCapabilities_119(); }\r
-\r
-  private native int SupportsOpenGL_120();\r
-  public int SupportsOpenGL()\r
-    { return SupportsOpenGL_120(); }\r
-\r
-  private native int IsDirect_121();\r
-  public int IsDirect()\r
-    { return IsDirect_121(); }\r
-\r
-  private native int GetDepthBufferSize_122();\r
-  public int GetDepthBufferSize()\r
-    { return GetDepthBufferSize_122(); }\r
-\r
-  private native long GetPainterDeviceAdapter_123();\r
-  public vtkPainterDeviceAdapter GetPainterDeviceAdapter() {\r
-    long temp = GetPainterDeviceAdapter_123();\r
-\r
-    if (temp == 0) return null;\r
-    return (vtkPainterDeviceAdapter)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
-  }\r
-\r
-  private native void SetMultiSamples_124(int id0);\r
-  public void SetMultiSamples(int id0)\r
-    { SetMultiSamples_124(id0); }\r
-\r
-  private native int GetMultiSamples_125();\r
-  public int GetMultiSamples()\r
-    { return GetMultiSamples_125(); }\r
-\r
-  private native void SetStencilCapable_126(int id0);\r
-  public void SetStencilCapable(int id0)\r
-    { SetStencilCapable_126(id0); }\r
-\r
-  private native int GetStencilCapable_127();\r
-  public int GetStencilCapable()\r
-    { return GetStencilCapable_127(); }\r
-\r
-  private native void StencilCapableOn_128();\r
-  public void StencilCapableOn()\r
-    { StencilCapableOn_128(); }\r
-\r
-  private native void StencilCapableOff_129();\r
-  public void StencilCapableOff()\r
-    { StencilCapableOff_129(); }\r
-\r
-  private native void SetReportGraphicErrors_130(int id0);\r
-  public void SetReportGraphicErrors(int id0)\r
-    { SetReportGraphicErrors_130(id0); }\r
-\r
-  private native int GetReportGraphicErrors_131();\r
-  public int GetReportGraphicErrors()\r
-    { return GetReportGraphicErrors_131(); }\r
-\r
-  private native void ReportGraphicErrorsOn_132();\r
-  public void ReportGraphicErrorsOn()\r
-    { ReportGraphicErrorsOn_132(); }\r
-\r
-  private native void ReportGraphicErrorsOff_133();\r
-  public void ReportGraphicErrorsOff()\r
-    { ReportGraphicErrorsOff_133(); }\r
-\r
-  private native void CheckGraphicError_134();\r
-  public void CheckGraphicError()\r
-    { CheckGraphicError_134(); }\r
-\r
-  private native int HasGraphicError_135();\r
-  public int HasGraphicError()\r
-    { return HasGraphicError_135(); }\r
-\r
-  private native String GetLastGraphicErrorString_136();\r
-  public String GetLastGraphicErrorString()\r
-    { return GetLastGraphicErrorString_136(); }\r
-\r
-  public vtkRenderWindow() { super(); }\r
-\r
-  public vtkRenderWindow(long id) { super(id); }\r
-  public native long   VTKInit();\r
-\r
-}\r
+// 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();
+
+}