]> gerrit.simantics Code Review - simantics/3d.git/blobdiff - vtk/src/vtk/vtkRenderer.java
Revised native library loading for VTK
[simantics/3d.git] / vtk / src / vtk / vtkRenderer.java
index 72dbf9e2fc253c0085746a265bbf4482849060a9..24a4a8db21914fe44c93c2c01d38200a168ffc9d 100644 (file)
-// java wrapper for vtkRenderer object\r
-//\r
-\r
-package vtk;\r
-import vtk.*;\r
-\r
-public class vtkRenderer extends vtkViewport\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 AddActor_2(vtkProp id0);\r
-  public void AddActor(vtkProp id0)\r
-    { AddActor_2(id0); }\r
-\r
-  private native void AddVolume_3(vtkProp id0);\r
-  public void AddVolume(vtkProp id0)\r
-    { AddVolume_3(id0); }\r
-\r
-  private native void RemoveActor_4(vtkProp id0);\r
-  public void RemoveActor(vtkProp id0)\r
-    { RemoveActor_4(id0); }\r
-\r
-  private native void RemoveVolume_5(vtkProp id0);\r
-  public void RemoveVolume(vtkProp id0)\r
-    { RemoveVolume_5(id0); }\r
-\r
-  private native void AddLight_6(vtkLight id0);\r
-  public void AddLight(vtkLight id0)\r
-    { AddLight_6(id0); }\r
-\r
-  private native void RemoveLight_7(vtkLight id0);\r
-  public void RemoveLight(vtkLight id0)\r
-    { RemoveLight_7(id0); }\r
-\r
-  private native void RemoveAllLights_8();\r
-  public void RemoveAllLights()\r
-    { RemoveAllLights_8(); }\r
-\r
-  private native long GetLights_9();\r
-  public vtkLightCollection GetLights() {\r
-    long temp = GetLights_9();\r
-\r
-    if (temp == 0) return null;\r
-    return (vtkLightCollection)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
-  }\r
-\r
-  private native void SetLightCollection_10(vtkLightCollection id0);\r
-  public void SetLightCollection(vtkLightCollection id0)\r
-    { SetLightCollection_10(id0); }\r
-\r
-  private native void CreateLight_11();\r
-  public void CreateLight()\r
-    { CreateLight_11(); }\r
-\r
-  private native long MakeLight_12();\r
-  public vtkLight MakeLight() {\r
-    long temp = MakeLight_12();\r
-\r
-    if (temp == 0) return null;\r
-    return (vtkLight)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
-  }\r
-\r
-  private native int GetTwoSidedLighting_13();\r
-  public int GetTwoSidedLighting()\r
-    { return GetTwoSidedLighting_13(); }\r
-\r
-  private native void SetTwoSidedLighting_14(int id0);\r
-  public void SetTwoSidedLighting(int id0)\r
-    { SetTwoSidedLighting_14(id0); }\r
-\r
-  private native void TwoSidedLightingOn_15();\r
-  public void TwoSidedLightingOn()\r
-    { TwoSidedLightingOn_15(); }\r
-\r
-  private native void TwoSidedLightingOff_16();\r
-  public void TwoSidedLightingOff()\r
-    { TwoSidedLightingOff_16(); }\r
-\r
-  private native void SetLightFollowCamera_17(int id0);\r
-  public void SetLightFollowCamera(int id0)\r
-    { SetLightFollowCamera_17(id0); }\r
-\r
-  private native int GetLightFollowCamera_18();\r
-  public int GetLightFollowCamera()\r
-    { return GetLightFollowCamera_18(); }\r
-\r
-  private native void LightFollowCameraOn_19();\r
-  public void LightFollowCameraOn()\r
-    { LightFollowCameraOn_19(); }\r
-\r
-  private native void LightFollowCameraOff_20();\r
-  public void LightFollowCameraOff()\r
-    { LightFollowCameraOff_20(); }\r
-\r
-  private native int GetAutomaticLightCreation_21();\r
-  public int GetAutomaticLightCreation()\r
-    { return GetAutomaticLightCreation_21(); }\r
-\r
-  private native void SetAutomaticLightCreation_22(int id0);\r
-  public void SetAutomaticLightCreation(int id0)\r
-    { SetAutomaticLightCreation_22(id0); }\r
-\r
-  private native void AutomaticLightCreationOn_23();\r
-  public void AutomaticLightCreationOn()\r
-    { AutomaticLightCreationOn_23(); }\r
-\r
-  private native void AutomaticLightCreationOff_24();\r
-  public void AutomaticLightCreationOff()\r
-    { AutomaticLightCreationOff_24(); }\r
-\r
-  private native int UpdateLightsGeometryToFollowCamera_25();\r
-  public int UpdateLightsGeometryToFollowCamera()\r
-    { return UpdateLightsGeometryToFollowCamera_25(); }\r
-\r
-  private native long GetVolumes_26();\r
-  public vtkVolumeCollection GetVolumes() {\r
-    long temp = GetVolumes_26();\r
-\r
-    if (temp == 0) return null;\r
-    return (vtkVolumeCollection)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
-  }\r
-\r
-  private native long GetActors_27();\r
-  public vtkActorCollection GetActors() {\r
-    long temp = GetActors_27();\r
-\r
-    if (temp == 0) return null;\r
-    return (vtkActorCollection)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
-  }\r
-\r
-  private native void SetActiveCamera_28(vtkCamera id0);\r
-  public void SetActiveCamera(vtkCamera id0)\r
-    { SetActiveCamera_28(id0); }\r
-\r
-  private native long GetActiveCamera_29();\r
-  public vtkCamera GetActiveCamera() {\r
-    long temp = GetActiveCamera_29();\r
-\r
-    if (temp == 0) return null;\r
-    return (vtkCamera)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
-  }\r
-\r
-  private native long MakeCamera_30();\r
-  public vtkCamera MakeCamera() {\r
-    long temp = MakeCamera_30();\r
-\r
-    if (temp == 0) return null;\r
-    return (vtkCamera)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
-  }\r
-\r
-  private native void SetErase_31(int id0);\r
-  public void SetErase(int id0)\r
-    { SetErase_31(id0); }\r
-\r
-  private native int GetErase_32();\r
-  public int GetErase()\r
-    { return GetErase_32(); }\r
-\r
-  private native void EraseOn_33();\r
-  public void EraseOn()\r
-    { EraseOn_33(); }\r
-\r
-  private native void EraseOff_34();\r
-  public void EraseOff()\r
-    { EraseOff_34(); }\r
-\r
-  private native void SetDraw_35(int id0);\r
-  public void SetDraw(int id0)\r
-    { SetDraw_35(id0); }\r
-\r
-  private native int GetDraw_36();\r
-  public int GetDraw()\r
-    { return GetDraw_36(); }\r
-\r
-  private native void DrawOn_37();\r
-  public void DrawOn()\r
-    { DrawOn_37(); }\r
-\r
-  private native void DrawOff_38();\r
-  public void DrawOff()\r
-    { DrawOff_38(); }\r
-\r
-  private native void AddCuller_39(vtkCuller id0);\r
-  public void AddCuller(vtkCuller id0)\r
-    { AddCuller_39(id0); }\r
-\r
-  private native void RemoveCuller_40(vtkCuller id0);\r
-  public void RemoveCuller(vtkCuller id0)\r
-    { RemoveCuller_40(id0); }\r
-\r
-  private native long GetCullers_41();\r
-  public vtkCullerCollection GetCullers() {\r
-    long temp = GetCullers_41();\r
-\r
-    if (temp == 0) return null;\r
-    return (vtkCullerCollection)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
-  }\r
-\r
-  private native void SetAmbient_42(double id0,double id1,double id2);\r
-  public void SetAmbient(double id0,double id1,double id2)\r
-    { SetAmbient_42(id0,id1,id2); }\r
-\r
-  private native void SetAmbient_43(double id0[]);\r
-  public void SetAmbient(double id0[])\r
-    { SetAmbient_43(id0); }\r
-\r
-  private native double[] GetAmbient_44();\r
-  public double[] GetAmbient()\r
-    { return GetAmbient_44(); }\r
-\r
-  private native void SetAllocatedRenderTime_45(double id0);\r
-  public void SetAllocatedRenderTime(double id0)\r
-    { SetAllocatedRenderTime_45(id0); }\r
-\r
-  private native double GetAllocatedRenderTime_46();\r
-  public double GetAllocatedRenderTime()\r
-    { return GetAllocatedRenderTime_46(); }\r
-\r
-  private native double GetTimeFactor_47();\r
-  public double GetTimeFactor()\r
-    { return GetTimeFactor_47(); }\r
-\r
-  private native void Render_48();\r
-  public void Render()\r
-    { Render_48(); }\r
-\r
-  private native void DeviceRender_49();\r
-  public void DeviceRender()\r
-    { DeviceRender_49(); }\r
-\r
-  private native void DeviceRenderTranslucentPolygonalGeometry_50();\r
-  public void DeviceRenderTranslucentPolygonalGeometry()\r
-    { DeviceRenderTranslucentPolygonalGeometry_50(); }\r
-\r
-  private native void Clear_51();\r
-  public void Clear()\r
-    { Clear_51(); }\r
-\r
-  private native int VisibleActorCount_52();\r
-  public int VisibleActorCount()\r
-    { return VisibleActorCount_52(); }\r
-\r
-  private native int VisibleVolumeCount_53();\r
-  public int VisibleVolumeCount()\r
-    { return VisibleVolumeCount_53(); }\r
-\r
-  private native void ComputeVisiblePropBounds_54(double id0[]);\r
-  public void ComputeVisiblePropBounds(double id0[])\r
-    { ComputeVisiblePropBounds_54(id0); }\r
-\r
-  private native double[] ComputeVisiblePropBounds_55();\r
-  public double[] ComputeVisiblePropBounds()\r
-    { return ComputeVisiblePropBounds_55(); }\r
-\r
-  private native void ResetCameraClippingRange_56();\r
-  public void ResetCameraClippingRange()\r
-    { ResetCameraClippingRange_56(); }\r
-\r
-  private native void ResetCameraClippingRange_57(double id0[]);\r
-  public void ResetCameraClippingRange(double id0[])\r
-    { ResetCameraClippingRange_57(id0); }\r
-\r
-  private native void ResetCameraClippingRange_58(double id0,double id1,double id2,double id3,double id4,double id5);\r
-  public void ResetCameraClippingRange(double id0,double id1,double id2,double id3,double id4,double id5)\r
-    { ResetCameraClippingRange_58(id0,id1,id2,id3,id4,id5); }\r
-\r
-  private native void SetNearClippingPlaneTolerance_59(double id0);\r
-  public void SetNearClippingPlaneTolerance(double id0)\r
-    { SetNearClippingPlaneTolerance_59(id0); }\r
-\r
-  private native double GetNearClippingPlaneToleranceMinValue_60();\r
-  public double GetNearClippingPlaneToleranceMinValue()\r
-    { return GetNearClippingPlaneToleranceMinValue_60(); }\r
-\r
-  private native double GetNearClippingPlaneToleranceMaxValue_61();\r
-  public double GetNearClippingPlaneToleranceMaxValue()\r
-    { return GetNearClippingPlaneToleranceMaxValue_61(); }\r
-\r
-  private native double GetNearClippingPlaneTolerance_62();\r
-  public double GetNearClippingPlaneTolerance()\r
-    { return GetNearClippingPlaneTolerance_62(); }\r
-\r
-  private native void ResetCamera_63();\r
-  public void ResetCamera()\r
-    { ResetCamera_63(); }\r
-\r
-  private native void ResetCamera_64(double id0[]);\r
-  public void ResetCamera(double id0[])\r
-    { ResetCamera_64(id0); }\r
-\r
-  private native void ResetCamera_65(double id0,double id1,double id2,double id3,double id4,double id5);\r
-  public void ResetCamera(double id0,double id1,double id2,double id3,double id4,double id5)\r
-    { ResetCamera_65(id0,id1,id2,id3,id4,id5); }\r
-\r
-  private native void SetRenderWindow_66(vtkRenderWindow id0);\r
-  public void SetRenderWindow(vtkRenderWindow id0)\r
-    { SetRenderWindow_66(id0); }\r
-\r
-  private native long GetRenderWindow_67();\r
-  public vtkRenderWindow GetRenderWindow() {\r
-    long temp = GetRenderWindow_67();\r
-\r
-    if (temp == 0) return null;\r
-    return (vtkRenderWindow)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
-  }\r
-\r
-  private native long GetVTKWindow_68();\r
-  public vtkWindow GetVTKWindow() {\r
-    long temp = GetVTKWindow_68();\r
-\r
-    if (temp == 0) return null;\r
-    return (vtkWindow)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
-  }\r
-\r
-  private native void SetBackingStore_69(int id0);\r
-  public void SetBackingStore(int id0)\r
-    { SetBackingStore_69(id0); }\r
-\r
-  private native int GetBackingStore_70();\r
-  public int GetBackingStore()\r
-    { return GetBackingStore_70(); }\r
-\r
-  private native void BackingStoreOn_71();\r
-  public void BackingStoreOn()\r
-    { BackingStoreOn_71(); }\r
-\r
-  private native void BackingStoreOff_72();\r
-  public void BackingStoreOff()\r
-    { BackingStoreOff_72(); }\r
-\r
-  private native void SetInteractive_73(int id0);\r
-  public void SetInteractive(int id0)\r
-    { SetInteractive_73(id0); }\r
-\r
-  private native int GetInteractive_74();\r
-  public int GetInteractive()\r
-    { return GetInteractive_74(); }\r
-\r
-  private native void InteractiveOn_75();\r
-  public void InteractiveOn()\r
-    { InteractiveOn_75(); }\r
-\r
-  private native void InteractiveOff_76();\r
-  public void InteractiveOff()\r
-    { InteractiveOff_76(); }\r
-\r
-  private native void SetLayer_77(int id0);\r
-  public void SetLayer(int id0)\r
-    { SetLayer_77(id0); }\r
-\r
-  private native int GetLayer_78();\r
-  public int GetLayer()\r
-    { return GetLayer_78(); }\r
-\r
-  private native void SetPreserveDepthBuffer_79(int id0);\r
-  public void SetPreserveDepthBuffer(int id0)\r
-    { SetPreserveDepthBuffer_79(id0); }\r
-\r
-  private native int GetPreserveDepthBuffer_80();\r
-  public int GetPreserveDepthBuffer()\r
-    { return GetPreserveDepthBuffer_80(); }\r
-\r
-  private native void PreserveDepthBufferOn_81();\r
-  public void PreserveDepthBufferOn()\r
-    { PreserveDepthBufferOn_81(); }\r
-\r
-  private native void PreserveDepthBufferOff_82();\r
-  public void PreserveDepthBufferOff()\r
-    { PreserveDepthBufferOff_82(); }\r
-\r
-  private native int Transparent_83();\r
-  public int Transparent()\r
-    { return Transparent_83(); }\r
-\r
-  private native void WorldToView_84();\r
-  public void WorldToView()\r
-    { WorldToView_84(); }\r
-\r
-  private native void ViewToWorld_85();\r
-  public void ViewToWorld()\r
-    { ViewToWorld_85(); }\r
-\r
-  private native double GetZ_86(int id0,int id1);\r
-  public double GetZ(int id0,int id1)\r
-    { return GetZ_86(id0,id1); }\r
-\r
-  private native int GetMTime_87();\r
-  public int GetMTime()\r
-    { return GetMTime_87(); }\r
-\r
-  private native double GetLastRenderTimeInSeconds_88();\r
-  public double GetLastRenderTimeInSeconds()\r
-    { return GetLastRenderTimeInSeconds_88(); }\r
-\r
-  private native int GetNumberOfPropsRendered_89();\r
-  public int GetNumberOfPropsRendered()\r
-    { return GetNumberOfPropsRendered_89(); }\r
-\r
-  private native long PickProp_90(double id0,double id1);\r
-  public vtkAssemblyPath PickProp(double id0,double id1) {\r
-    long temp = PickProp_90(id0,id1);\r
-\r
-    if (temp == 0) return null;\r
-    return (vtkAssemblyPath)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
-  }\r
-\r
-  private native long PickProp_91(double id0,double id1,double id2,double id3);\r
-  public vtkAssemblyPath PickProp(double id0,double id1,double id2,double id3) {\r
-    long temp = PickProp_91(id0,id1,id2,id3);\r
-\r
-    if (temp == 0) return null;\r
-    return (vtkAssemblyPath)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
-  }\r
-\r
-  private native void StereoMidpoint_92();\r
-  public void StereoMidpoint()\r
-    { StereoMidpoint_92(); }\r
-\r
-  private native double GetTiledAspectRatio_93();\r
-  public double GetTiledAspectRatio()\r
-    { return GetTiledAspectRatio_93(); }\r
-\r
-  private native int IsActiveCameraCreated_94();\r
-  public int IsActiveCameraCreated()\r
-    { return IsActiveCameraCreated_94(); }\r
-\r
-  private native void SetUseDepthPeeling_95(int id0);\r
-  public void SetUseDepthPeeling(int id0)\r
-    { SetUseDepthPeeling_95(id0); }\r
-\r
-  private native int GetUseDepthPeeling_96();\r
-  public int GetUseDepthPeeling()\r
-    { return GetUseDepthPeeling_96(); }\r
-\r
-  private native void UseDepthPeelingOn_97();\r
-  public void UseDepthPeelingOn()\r
-    { UseDepthPeelingOn_97(); }\r
-\r
-  private native void UseDepthPeelingOff_98();\r
-  public void UseDepthPeelingOff()\r
-    { UseDepthPeelingOff_98(); }\r
-\r
-  private native void SetOcclusionRatio_99(double id0);\r
-  public void SetOcclusionRatio(double id0)\r
-    { SetOcclusionRatio_99(id0); }\r
-\r
-  private native double GetOcclusionRatioMinValue_100();\r
-  public double GetOcclusionRatioMinValue()\r
-    { return GetOcclusionRatioMinValue_100(); }\r
-\r
-  private native double GetOcclusionRatioMaxValue_101();\r
-  public double GetOcclusionRatioMaxValue()\r
-    { return GetOcclusionRatioMaxValue_101(); }\r
-\r
-  private native double GetOcclusionRatio_102();\r
-  public double GetOcclusionRatio()\r
-    { return GetOcclusionRatio_102(); }\r
-\r
-  private native void SetMaximumNumberOfPeels_103(int id0);\r
-  public void SetMaximumNumberOfPeels(int id0)\r
-    { SetMaximumNumberOfPeels_103(id0); }\r
-\r
-  private native int GetMaximumNumberOfPeels_104();\r
-  public int GetMaximumNumberOfPeels()\r
-    { return GetMaximumNumberOfPeels_104(); }\r
-\r
-  private native int GetLastRenderingUsedDepthPeeling_105();\r
-  public int GetLastRenderingUsedDepthPeeling()\r
-    { return GetLastRenderingUsedDepthPeeling_105(); }\r
-\r
-  private native void SetDelegate_106(vtkRendererDelegate id0);\r
-  public void SetDelegate(vtkRendererDelegate id0)\r
-    { SetDelegate_106(id0); }\r
-\r
-  private native long GetDelegate_107();\r
-  public vtkRendererDelegate GetDelegate() {\r
-    long temp = GetDelegate_107();\r
-\r
-    if (temp == 0) return null;\r
-    return (vtkRendererDelegate)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
-  }\r
-\r
-  private native void SetPass_108(vtkRenderPass id0);\r
-  public void SetPass(vtkRenderPass id0)\r
-    { SetPass_108(id0); }\r
-\r
-  private native long GetPass_109();\r
-  public vtkRenderPass GetPass() {\r
-    long temp = GetPass_109();\r
-\r
-    if (temp == 0) return null;\r
-    return (vtkRenderPass)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
-  }\r
-\r
-  private native long GetSelector_110();\r
-  public vtkHardwareSelector GetSelector() {\r
-    long temp = GetSelector_110();\r
-\r
-    if (temp == 0) return null;\r
-    return (vtkHardwareSelector)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
-  }\r
-\r
-  private native void SetBackgroundTexture_111(vtkTexture id0);\r
-  public void SetBackgroundTexture(vtkTexture id0)\r
-    { SetBackgroundTexture_111(id0); }\r
-\r
-  private native long GetBackgroundTexture_112();\r
-  public vtkTexture GetBackgroundTexture() {\r
-    long temp = GetBackgroundTexture_112();\r
-\r
-    if (temp == 0) return null;\r
-    return (vtkTexture)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
-  }\r
-\r
-  private native void SetTexturedBackground_113(boolean id0);\r
-  public void SetTexturedBackground(boolean id0)\r
-    { SetTexturedBackground_113(id0); }\r
-\r
-  private native boolean GetTexturedBackground_114();\r
-  public boolean GetTexturedBackground()\r
-    { return GetTexturedBackground_114(); }\r
-\r
-  private native void TexturedBackgroundOn_115();\r
-  public void TexturedBackgroundOn()\r
-    { TexturedBackgroundOn_115(); }\r
-\r
-  private native void TexturedBackgroundOff_116();\r
-  public void TexturedBackgroundOff()\r
-    { TexturedBackgroundOff_116(); }\r
-\r
-  public vtkRenderer() { super(); }\r
-\r
-  public vtkRenderer(long id) { super(id); }\r
-  public native long   VTKInit();\r
-\r
-}\r
+// java wrapper for vtkRenderer object
+//
+
+package vtk;
+import vtk.*;
+
+public class vtkRenderer extends vtkViewport
+{
+
+  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 AddActor_2(vtkProp id0);
+  public void AddActor(vtkProp id0)
+    { AddActor_2(id0); }
+
+  private native void AddVolume_3(vtkProp id0);
+  public void AddVolume(vtkProp id0)
+    { AddVolume_3(id0); }
+
+  private native void RemoveActor_4(vtkProp id0);
+  public void RemoveActor(vtkProp id0)
+    { RemoveActor_4(id0); }
+
+  private native void RemoveVolume_5(vtkProp id0);
+  public void RemoveVolume(vtkProp id0)
+    { RemoveVolume_5(id0); }
+
+  private native void AddLight_6(vtkLight id0);
+  public void AddLight(vtkLight id0)
+    { AddLight_6(id0); }
+
+  private native void RemoveLight_7(vtkLight id0);
+  public void RemoveLight(vtkLight id0)
+    { RemoveLight_7(id0); }
+
+  private native void RemoveAllLights_8();
+  public void RemoveAllLights()
+    { RemoveAllLights_8(); }
+
+  private native long GetLights_9();
+  public vtkLightCollection GetLights() {
+    long temp = GetLights_9();
+
+    if (temp == 0) return null;
+    return (vtkLightCollection)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
+}
+
+  private native void SetLightCollection_10(vtkLightCollection id0);
+  public void SetLightCollection(vtkLightCollection id0)
+    { SetLightCollection_10(id0); }
+
+  private native void CreateLight_11();
+  public void CreateLight()
+    { CreateLight_11(); }
+
+  private native long MakeLight_12();
+  public vtkLight MakeLight() {
+    long temp = MakeLight_12();
+
+    if (temp == 0) return null;
+    return (vtkLight)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
+}
+
+  private native int GetTwoSidedLighting_13();
+  public int GetTwoSidedLighting()
+    { return GetTwoSidedLighting_13(); }
+
+  private native void SetTwoSidedLighting_14(int id0);
+  public void SetTwoSidedLighting(int id0)
+    { SetTwoSidedLighting_14(id0); }
+
+  private native void TwoSidedLightingOn_15();
+  public void TwoSidedLightingOn()
+    { TwoSidedLightingOn_15(); }
+
+  private native void TwoSidedLightingOff_16();
+  public void TwoSidedLightingOff()
+    { TwoSidedLightingOff_16(); }
+
+  private native void SetLightFollowCamera_17(int id0);
+  public void SetLightFollowCamera(int id0)
+    { SetLightFollowCamera_17(id0); }
+
+  private native int GetLightFollowCamera_18();
+  public int GetLightFollowCamera()
+    { return GetLightFollowCamera_18(); }
+
+  private native void LightFollowCameraOn_19();
+  public void LightFollowCameraOn()
+    { LightFollowCameraOn_19(); }
+
+  private native void LightFollowCameraOff_20();
+  public void LightFollowCameraOff()
+    { LightFollowCameraOff_20(); }
+
+  private native int GetAutomaticLightCreation_21();
+  public int GetAutomaticLightCreation()
+    { return GetAutomaticLightCreation_21(); }
+
+  private native void SetAutomaticLightCreation_22(int id0);
+  public void SetAutomaticLightCreation(int id0)
+    { SetAutomaticLightCreation_22(id0); }
+
+  private native void AutomaticLightCreationOn_23();
+  public void AutomaticLightCreationOn()
+    { AutomaticLightCreationOn_23(); }
+
+  private native void AutomaticLightCreationOff_24();
+  public void AutomaticLightCreationOff()
+    { AutomaticLightCreationOff_24(); }
+
+  private native int UpdateLightsGeometryToFollowCamera_25();
+  public int UpdateLightsGeometryToFollowCamera()
+    { return UpdateLightsGeometryToFollowCamera_25(); }
+
+  private native long GetVolumes_26();
+  public vtkVolumeCollection GetVolumes() {
+    long temp = GetVolumes_26();
+
+    if (temp == 0) return null;
+    return (vtkVolumeCollection)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
+}
+
+  private native long GetActors_27();
+  public vtkActorCollection GetActors() {
+    long temp = GetActors_27();
+
+    if (temp == 0) return null;
+    return (vtkActorCollection)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
+}
+
+  private native void SetActiveCamera_28(vtkCamera id0);
+  public void SetActiveCamera(vtkCamera id0)
+    { SetActiveCamera_28(id0); }
+
+  private native long GetActiveCamera_29();
+  public vtkCamera GetActiveCamera() {
+    long temp = GetActiveCamera_29();
+
+    if (temp == 0) return null;
+    return (vtkCamera)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
+}
+
+  private native long MakeCamera_30();
+  public vtkCamera MakeCamera() {
+    long temp = MakeCamera_30();
+
+    if (temp == 0) return null;
+    return (vtkCamera)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
+}
+
+  private native void SetErase_31(int id0);
+  public void SetErase(int id0)
+    { SetErase_31(id0); }
+
+  private native int GetErase_32();
+  public int GetErase()
+    { return GetErase_32(); }
+
+  private native void EraseOn_33();
+  public void EraseOn()
+    { EraseOn_33(); }
+
+  private native void EraseOff_34();
+  public void EraseOff()
+    { EraseOff_34(); }
+
+  private native void SetDraw_35(int id0);
+  public void SetDraw(int id0)
+    { SetDraw_35(id0); }
+
+  private native int GetDraw_36();
+  public int GetDraw()
+    { return GetDraw_36(); }
+
+  private native void DrawOn_37();
+  public void DrawOn()
+    { DrawOn_37(); }
+
+  private native void DrawOff_38();
+  public void DrawOff()
+    { DrawOff_38(); }
+
+  private native int CaptureGL2PSSpecialProp_39(vtkProp id0);
+  public int CaptureGL2PSSpecialProp(vtkProp id0)
+    { return CaptureGL2PSSpecialProp_39(id0); }
+
+  private native void SetGL2PSSpecialPropCollection_40(vtkPropCollection id0);
+  public void SetGL2PSSpecialPropCollection(vtkPropCollection id0)
+    { SetGL2PSSpecialPropCollection_40(id0); }
+
+  private native void AddCuller_41(vtkCuller id0);
+  public void AddCuller(vtkCuller id0)
+    { AddCuller_41(id0); }
+
+  private native void RemoveCuller_42(vtkCuller id0);
+  public void RemoveCuller(vtkCuller id0)
+    { RemoveCuller_42(id0); }
+
+  private native long GetCullers_43();
+  public vtkCullerCollection GetCullers() {
+    long temp = GetCullers_43();
+
+    if (temp == 0) return null;
+    return (vtkCullerCollection)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
+}
+
+  private native void SetAmbient_44(double id0,double id1,double id2);
+  public void SetAmbient(double id0,double id1,double id2)
+    { SetAmbient_44(id0,id1,id2); }
+
+  private native void SetAmbient_45(double id0[]);
+  public void SetAmbient(double id0[])
+    { SetAmbient_45(id0); }
+
+  private native double[] GetAmbient_46();
+  public double[] GetAmbient()
+    { return GetAmbient_46(); }
+
+  private native void SetAllocatedRenderTime_47(double id0);
+  public void SetAllocatedRenderTime(double id0)
+    { SetAllocatedRenderTime_47(id0); }
+
+  private native double GetAllocatedRenderTime_48();
+  public double GetAllocatedRenderTime()
+    { return GetAllocatedRenderTime_48(); }
+
+  private native double GetTimeFactor_49();
+  public double GetTimeFactor()
+    { return GetTimeFactor_49(); }
+
+  private native void Render_50();
+  public void Render()
+    { Render_50(); }
+
+  private native void DeviceRender_51();
+  public void DeviceRender()
+    { DeviceRender_51(); }
+
+  private native void DeviceRenderOpaqueGeometry_52();
+  public void DeviceRenderOpaqueGeometry()
+    { DeviceRenderOpaqueGeometry_52(); }
+
+  private native void DeviceRenderTranslucentPolygonalGeometry_53();
+  public void DeviceRenderTranslucentPolygonalGeometry()
+    { DeviceRenderTranslucentPolygonalGeometry_53(); }
+
+  private native void ClearLights_54();
+  public void ClearLights()
+    { ClearLights_54(); }
+
+  private native void Clear_55();
+  public void Clear()
+    { Clear_55(); }
+
+  private native int VisibleActorCount_56();
+  public int VisibleActorCount()
+    { return VisibleActorCount_56(); }
+
+  private native int VisibleVolumeCount_57();
+  public int VisibleVolumeCount()
+    { return VisibleVolumeCount_57(); }
+
+  private native void ComputeVisiblePropBounds_58(double id0[]);
+  public void ComputeVisiblePropBounds(double id0[])
+    { ComputeVisiblePropBounds_58(id0); }
+
+  private native double[] ComputeVisiblePropBounds_59();
+  public double[] ComputeVisiblePropBounds()
+    { return ComputeVisiblePropBounds_59(); }
+
+  private native void ResetCameraClippingRange_60();
+  public void ResetCameraClippingRange()
+    { ResetCameraClippingRange_60(); }
+
+  private native void ResetCameraClippingRange_61(double id0[]);
+  public void ResetCameraClippingRange(double id0[])
+    { ResetCameraClippingRange_61(id0); }
+
+  private native void ResetCameraClippingRange_62(double id0,double id1,double id2,double id3,double id4,double id5);
+  public void ResetCameraClippingRange(double id0,double id1,double id2,double id3,double id4,double id5)
+    { ResetCameraClippingRange_62(id0,id1,id2,id3,id4,id5); }
+
+  private native void SetNearClippingPlaneTolerance_63(double id0);
+  public void SetNearClippingPlaneTolerance(double id0)
+    { SetNearClippingPlaneTolerance_63(id0); }
+
+  private native double GetNearClippingPlaneToleranceMinValue_64();
+  public double GetNearClippingPlaneToleranceMinValue()
+    { return GetNearClippingPlaneToleranceMinValue_64(); }
+
+  private native double GetNearClippingPlaneToleranceMaxValue_65();
+  public double GetNearClippingPlaneToleranceMaxValue()
+    { return GetNearClippingPlaneToleranceMaxValue_65(); }
+
+  private native double GetNearClippingPlaneTolerance_66();
+  public double GetNearClippingPlaneTolerance()
+    { return GetNearClippingPlaneTolerance_66(); }
+
+  private native void SetClippingRangeExpansion_67(double id0);
+  public void SetClippingRangeExpansion(double id0)
+    { SetClippingRangeExpansion_67(id0); }
+
+  private native double GetClippingRangeExpansionMinValue_68();
+  public double GetClippingRangeExpansionMinValue()
+    { return GetClippingRangeExpansionMinValue_68(); }
+
+  private native double GetClippingRangeExpansionMaxValue_69();
+  public double GetClippingRangeExpansionMaxValue()
+    { return GetClippingRangeExpansionMaxValue_69(); }
+
+  private native double GetClippingRangeExpansion_70();
+  public double GetClippingRangeExpansion()
+    { return GetClippingRangeExpansion_70(); }
+
+  private native void ResetCamera_71();
+  public void ResetCamera()
+    { ResetCamera_71(); }
+
+  private native void ResetCamera_72(double id0[]);
+  public void ResetCamera(double id0[])
+    { ResetCamera_72(id0); }
+
+  private native void ResetCamera_73(double id0,double id1,double id2,double id3,double id4,double id5);
+  public void ResetCamera(double id0,double id1,double id2,double id3,double id4,double id5)
+    { ResetCamera_73(id0,id1,id2,id3,id4,id5); }
+
+  private native void SetRenderWindow_74(vtkRenderWindow id0);
+  public void SetRenderWindow(vtkRenderWindow id0)
+    { SetRenderWindow_74(id0); }
+
+  private native long GetRenderWindow_75();
+  public vtkRenderWindow GetRenderWindow() {
+    long temp = GetRenderWindow_75();
+
+    if (temp == 0) return null;
+    return (vtkRenderWindow)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
+}
+
+  private native long GetVTKWindow_76();
+  public vtkWindow GetVTKWindow() {
+    long temp = GetVTKWindow_76();
+
+    if (temp == 0) return null;
+    return (vtkWindow)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
+}
+
+  private native void SetBackingStore_77(int id0);
+  public void SetBackingStore(int id0)
+    { SetBackingStore_77(id0); }
+
+  private native int GetBackingStore_78();
+  public int GetBackingStore()
+    { return GetBackingStore_78(); }
+
+  private native void BackingStoreOn_79();
+  public void BackingStoreOn()
+    { BackingStoreOn_79(); }
+
+  private native void BackingStoreOff_80();
+  public void BackingStoreOff()
+    { BackingStoreOff_80(); }
+
+  private native void SetInteractive_81(int id0);
+  public void SetInteractive(int id0)
+    { SetInteractive_81(id0); }
+
+  private native int GetInteractive_82();
+  public int GetInteractive()
+    { return GetInteractive_82(); }
+
+  private native void InteractiveOn_83();
+  public void InteractiveOn()
+    { InteractiveOn_83(); }
+
+  private native void InteractiveOff_84();
+  public void InteractiveOff()
+    { InteractiveOff_84(); }
+
+  private native void SetLayer_85(int id0);
+  public void SetLayer(int id0)
+    { SetLayer_85(id0); }
+
+  private native int GetLayer_86();
+  public int GetLayer()
+    { return GetLayer_86(); }
+
+  private native int GetPreserveColorBuffer_87();
+  public int GetPreserveColorBuffer()
+    { return GetPreserveColorBuffer_87(); }
+
+  private native void SetPreserveColorBuffer_88(int id0);
+  public void SetPreserveColorBuffer(int id0)
+    { SetPreserveColorBuffer_88(id0); }
+
+  private native void PreserveColorBufferOn_89();
+  public void PreserveColorBufferOn()
+    { PreserveColorBufferOn_89(); }
+
+  private native void PreserveColorBufferOff_90();
+  public void PreserveColorBufferOff()
+    { PreserveColorBufferOff_90(); }
+
+  private native void SetPreserveDepthBuffer_91(int id0);
+  public void SetPreserveDepthBuffer(int id0)
+    { SetPreserveDepthBuffer_91(id0); }
+
+  private native int GetPreserveDepthBuffer_92();
+  public int GetPreserveDepthBuffer()
+    { return GetPreserveDepthBuffer_92(); }
+
+  private native void PreserveDepthBufferOn_93();
+  public void PreserveDepthBufferOn()
+    { PreserveDepthBufferOn_93(); }
+
+  private native void PreserveDepthBufferOff_94();
+  public void PreserveDepthBufferOff()
+    { PreserveDepthBufferOff_94(); }
+
+  private native int Transparent_95();
+  public int Transparent()
+    { return Transparent_95(); }
+
+  private native void WorldToView_96();
+  public void WorldToView()
+    { WorldToView_96(); }
+
+  private native void ViewToWorld_97();
+  public void ViewToWorld()
+    { ViewToWorld_97(); }
+
+  private native double GetZ_98(int id0,int id1);
+  public double GetZ(int id0,int id1)
+    { return GetZ_98(id0,id1); }
+
+  private native int GetMTime_99();
+  public int GetMTime()
+    { return GetMTime_99(); }
+
+  private native double GetLastRenderTimeInSeconds_100();
+  public double GetLastRenderTimeInSeconds()
+    { return GetLastRenderTimeInSeconds_100(); }
+
+  private native int GetNumberOfPropsRendered_101();
+  public int GetNumberOfPropsRendered()
+    { return GetNumberOfPropsRendered_101(); }
+
+  private native long PickProp_102(double id0,double id1);
+  public vtkAssemblyPath PickProp(double id0,double id1) {
+    long temp = PickProp_102(id0,id1);
+
+    if (temp == 0) return null;
+    return (vtkAssemblyPath)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
+}
+
+  private native long PickProp_103(double id0,double id1,double id2,double id3);
+  public vtkAssemblyPath PickProp(double id0,double id1,double id2,double id3) {
+    long temp = PickProp_103(id0,id1,id2,id3);
+
+    if (temp == 0) return null;
+    return (vtkAssemblyPath)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
+}
+
+  private native void StereoMidpoint_104();
+  public void StereoMidpoint()
+    { StereoMidpoint_104(); }
+
+  private native double GetTiledAspectRatio_105();
+  public double GetTiledAspectRatio()
+    { return GetTiledAspectRatio_105(); }
+
+  private native int IsActiveCameraCreated_106();
+  public int IsActiveCameraCreated()
+    { return IsActiveCameraCreated_106(); }
+
+  private native void SetUseDepthPeeling_107(int id0);
+  public void SetUseDepthPeeling(int id0)
+    { SetUseDepthPeeling_107(id0); }
+
+  private native int GetUseDepthPeeling_108();
+  public int GetUseDepthPeeling()
+    { return GetUseDepthPeeling_108(); }
+
+  private native void UseDepthPeelingOn_109();
+  public void UseDepthPeelingOn()
+    { UseDepthPeelingOn_109(); }
+
+  private native void UseDepthPeelingOff_110();
+  public void UseDepthPeelingOff()
+    { UseDepthPeelingOff_110(); }
+
+  private native void SetUseDepthPeelingForVolumes_111(boolean id0);
+  public void SetUseDepthPeelingForVolumes(boolean id0)
+    { SetUseDepthPeelingForVolumes_111(id0); }
+
+  private native boolean GetUseDepthPeelingForVolumes_112();
+  public boolean GetUseDepthPeelingForVolumes()
+    { return GetUseDepthPeelingForVolumes_112(); }
+
+  private native void UseDepthPeelingForVolumesOn_113();
+  public void UseDepthPeelingForVolumesOn()
+    { UseDepthPeelingForVolumesOn_113(); }
+
+  private native void UseDepthPeelingForVolumesOff_114();
+  public void UseDepthPeelingForVolumesOff()
+    { UseDepthPeelingForVolumesOff_114(); }
+
+  private native void SetOcclusionRatio_115(double id0);
+  public void SetOcclusionRatio(double id0)
+    { SetOcclusionRatio_115(id0); }
+
+  private native double GetOcclusionRatioMinValue_116();
+  public double GetOcclusionRatioMinValue()
+    { return GetOcclusionRatioMinValue_116(); }
+
+  private native double GetOcclusionRatioMaxValue_117();
+  public double GetOcclusionRatioMaxValue()
+    { return GetOcclusionRatioMaxValue_117(); }
+
+  private native double GetOcclusionRatio_118();
+  public double GetOcclusionRatio()
+    { return GetOcclusionRatio_118(); }
+
+  private native void SetMaximumNumberOfPeels_119(int id0);
+  public void SetMaximumNumberOfPeels(int id0)
+    { SetMaximumNumberOfPeels_119(id0); }
+
+  private native int GetMaximumNumberOfPeels_120();
+  public int GetMaximumNumberOfPeels()
+    { return GetMaximumNumberOfPeels_120(); }
+
+  private native int GetLastRenderingUsedDepthPeeling_121();
+  public int GetLastRenderingUsedDepthPeeling()
+    { return GetLastRenderingUsedDepthPeeling_121(); }
+
+  private native void SetDelegate_122(vtkRendererDelegate id0);
+  public void SetDelegate(vtkRendererDelegate id0)
+    { SetDelegate_122(id0); }
+
+  private native long GetDelegate_123();
+  public vtkRendererDelegate GetDelegate() {
+    long temp = GetDelegate_123();
+
+    if (temp == 0) return null;
+    return (vtkRendererDelegate)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
+}
+
+  private native long GetSelector_124();
+  public vtkHardwareSelector GetSelector() {
+    long temp = GetSelector_124();
+
+    if (temp == 0) return null;
+    return (vtkHardwareSelector)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
+}
+
+  private native void SetLeftBackgroundTexture_125(vtkTexture id0);
+  public void SetLeftBackgroundTexture(vtkTexture id0)
+    { SetLeftBackgroundTexture_125(id0); }
+
+  private native long GetLeftBackgroundTexture_126();
+  public vtkTexture GetLeftBackgroundTexture() {
+    long temp = GetLeftBackgroundTexture_126();
+
+    if (temp == 0) return null;
+    return (vtkTexture)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
+}
+
+  private native void SetBackgroundTexture_127(vtkTexture id0);
+  public void SetBackgroundTexture(vtkTexture id0)
+    { SetBackgroundTexture_127(id0); }
+
+  private native long GetBackgroundTexture_128();
+  public vtkTexture GetBackgroundTexture() {
+    long temp = GetBackgroundTexture_128();
+
+    if (temp == 0) return null;
+    return (vtkTexture)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
+}
+
+  private native void SetRightBackgroundTexture_129(vtkTexture id0);
+  public void SetRightBackgroundTexture(vtkTexture id0)
+    { SetRightBackgroundTexture_129(id0); }
+
+  private native long GetRightBackgroundTexture_130();
+  public vtkTexture GetRightBackgroundTexture() {
+    long temp = GetRightBackgroundTexture_130();
+
+    if (temp == 0) return null;
+    return (vtkTexture)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
+}
+
+  private native void SetTexturedBackground_131(boolean id0);
+  public void SetTexturedBackground(boolean id0)
+    { SetTexturedBackground_131(id0); }
+
+  private native boolean GetTexturedBackground_132();
+  public boolean GetTexturedBackground()
+    { return GetTexturedBackground_132(); }
+
+  private native void TexturedBackgroundOn_133();
+  public void TexturedBackgroundOn()
+    { TexturedBackgroundOn_133(); }
+
+  private native void TexturedBackgroundOff_134();
+  public void TexturedBackgroundOff()
+    { TexturedBackgroundOff_134(); }
+
+  private native void ReleaseGraphicsResources_135(vtkWindow id0);
+  public void ReleaseGraphicsResources(vtkWindow id0)
+    { ReleaseGraphicsResources_135(id0); }
+
+  private native void SetUseFXAA_136(boolean id0);
+  public void SetUseFXAA(boolean id0)
+    { SetUseFXAA_136(id0); }
+
+  private native boolean GetUseFXAA_137();
+  public boolean GetUseFXAA()
+    { return GetUseFXAA_137(); }
+
+  private native void UseFXAAOn_138();
+  public void UseFXAAOn()
+    { UseFXAAOn_138(); }
+
+  private native void UseFXAAOff_139();
+  public void UseFXAAOff()
+    { UseFXAAOff_139(); }
+
+  private native long GetFXAAOptions_140();
+  public vtkFXAAOptions GetFXAAOptions() {
+    long temp = GetFXAAOptions_140();
+
+    if (temp == 0) return null;
+    return (vtkFXAAOptions)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
+}
+
+  private native void SetFXAAOptions_141(vtkFXAAOptions id0);
+  public void SetFXAAOptions(vtkFXAAOptions id0)
+    { SetFXAAOptions_141(id0); }
+
+  private native void SetUseShadows_142(int id0);
+  public void SetUseShadows(int id0)
+    { SetUseShadows_142(id0); }
+
+  private native int GetUseShadows_143();
+  public int GetUseShadows()
+    { return GetUseShadows_143(); }
+
+  private native void UseShadowsOn_144();
+  public void UseShadowsOn()
+    { UseShadowsOn_144(); }
+
+  private native void UseShadowsOff_145();
+  public void UseShadowsOff()
+    { UseShadowsOff_145(); }
+
+  private native void SetUseHiddenLineRemoval_146(int id0);
+  public void SetUseHiddenLineRemoval(int id0)
+    { SetUseHiddenLineRemoval_146(id0); }
+
+  private native int GetUseHiddenLineRemoval_147();
+  public int GetUseHiddenLineRemoval()
+    { return GetUseHiddenLineRemoval_147(); }
+
+  private native void UseHiddenLineRemovalOn_148();
+  public void UseHiddenLineRemovalOn()
+    { UseHiddenLineRemovalOn_148(); }
+
+  private native void UseHiddenLineRemovalOff_149();
+  public void UseHiddenLineRemovalOff()
+    { UseHiddenLineRemovalOff_149(); }
+
+  private native void SetPass_150(vtkRenderPass id0);
+  public void SetPass(vtkRenderPass id0)
+    { SetPass_150(id0); }
+
+  private native long GetPass_151();
+  public vtkRenderPass GetPass() {
+    long temp = GetPass_151();
+
+    if (temp == 0) return null;
+    return (vtkRenderPass)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
+}
+
+  private native long GetInformation_152();
+  public vtkInformation GetInformation() {
+    long temp = GetInformation_152();
+
+    if (temp == 0) return null;
+    return (vtkInformation)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
+}
+
+  private native void SetInformation_153(vtkInformation id0);
+  public void SetInformation(vtkInformation id0)
+    { SetInformation_153(id0); }
+
+  public vtkRenderer() { super(); }
+
+  public vtkRenderer(long id) { super(id); }
+  public native long   VTKInit();
+
+}