]> gerrit.simantics Code Review - simantics/3d.git/blobdiff - vtk/src/vtk/vtkLODProp3D.java
vtk 8.2.0
[simantics/3d.git] / vtk / src / vtk / vtkLODProp3D.java
index e484ac369d619e956b8fb13d8133336a31ceedc1..b5ece0e1ef86cb38bacd2b9fe8c7dc31ec5f597c 100644 (file)
-// java wrapper for vtkLODProp3D object\r
-//\r
-\r
-package vtk;\r
-import vtk.*;\r
-\r
-public class vtkLODProp3D extends vtkProp3D\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 double[] GetBounds_2();\r
-  public double[] GetBounds()\r
-    { return GetBounds_2(); }\r
-\r
-  private native void GetBounds_3(double id0[]);\r
-  public void GetBounds(double id0[])\r
-    { GetBounds_3(id0); }\r
-\r
-  private native int AddLOD_4(vtkMapper id0,vtkProperty id1,vtkProperty id2,vtkTexture id3,double id4);\r
-  public int AddLOD(vtkMapper id0,vtkProperty id1,vtkProperty id2,vtkTexture id3,double id4)\r
-    { return AddLOD_4(id0,id1,id2,id3,id4); }\r
-\r
-  private native int AddLOD_5(vtkMapper id0,vtkProperty id1,vtkTexture id2,double id3);\r
-  public int AddLOD(vtkMapper id0,vtkProperty id1,vtkTexture id2,double id3)\r
-    { return AddLOD_5(id0,id1,id2,id3); }\r
-\r
-  private native int AddLOD_6(vtkMapper id0,vtkProperty id1,vtkProperty id2,double id3);\r
-  public int AddLOD(vtkMapper id0,vtkProperty id1,vtkProperty id2,double id3)\r
-    { return AddLOD_6(id0,id1,id2,id3); }\r
-\r
-  private native int AddLOD_7(vtkMapper id0,vtkProperty id1,double id2);\r
-  public int AddLOD(vtkMapper id0,vtkProperty id1,double id2)\r
-    { return AddLOD_7(id0,id1,id2); }\r
-\r
-  private native int AddLOD_8(vtkMapper id0,vtkTexture id1,double id2);\r
-  public int AddLOD(vtkMapper id0,vtkTexture id1,double id2)\r
-    { return AddLOD_8(id0,id1,id2); }\r
-\r
-  private native int AddLOD_9(vtkMapper id0,double id1);\r
-  public int AddLOD(vtkMapper id0,double id1)\r
-    { return AddLOD_9(id0,id1); }\r
-\r
-  private native int AddLOD_10(vtkAbstractVolumeMapper id0,vtkVolumeProperty id1,double id2);\r
-  public int AddLOD(vtkAbstractVolumeMapper id0,vtkVolumeProperty id1,double id2)\r
-    { return AddLOD_10(id0,id1,id2); }\r
-\r
-  private native int AddLOD_11(vtkAbstractVolumeMapper id0,double id1);\r
-  public int AddLOD(vtkAbstractVolumeMapper id0,double id1)\r
-    { return AddLOD_11(id0,id1); }\r
-\r
-  private native int AddLOD_12(vtkImageMapper3D id0,vtkImageProperty id1,double id2);\r
-  public int AddLOD(vtkImageMapper3D id0,vtkImageProperty id1,double id2)\r
-    { return AddLOD_12(id0,id1,id2); }\r
-\r
-  private native int AddLOD_13(vtkImageMapper3D id0,double id1);\r
-  public int AddLOD(vtkImageMapper3D id0,double id1)\r
-    { return AddLOD_13(id0,id1); }\r
-\r
-  private native int GetNumberOfLODs_14();\r
-  public int GetNumberOfLODs()\r
-    { return GetNumberOfLODs_14(); }\r
-\r
-  private native int GetCurrentIndex_15();\r
-  public int GetCurrentIndex()\r
-    { return GetCurrentIndex_15(); }\r
-\r
-  private native void RemoveLOD_16(int id0);\r
-  public void RemoveLOD(int id0)\r
-    { RemoveLOD_16(id0); }\r
-\r
-  private native void SetLODProperty_17(int id0,vtkProperty id1);\r
-  public void SetLODProperty(int id0,vtkProperty id1)\r
-    { SetLODProperty_17(id0,id1); }\r
-\r
-  private native void SetLODProperty_18(int id0,vtkVolumeProperty id1);\r
-  public void SetLODProperty(int id0,vtkVolumeProperty id1)\r
-    { SetLODProperty_18(id0,id1); }\r
-\r
-  private native void SetLODProperty_19(int id0,vtkImageProperty id1);\r
-  public void SetLODProperty(int id0,vtkImageProperty id1)\r
-    { SetLODProperty_19(id0,id1); }\r
-\r
-  private native void SetLODMapper_20(int id0,vtkMapper id1);\r
-  public void SetLODMapper(int id0,vtkMapper id1)\r
-    { SetLODMapper_20(id0,id1); }\r
-\r
-  private native void SetLODMapper_21(int id0,vtkAbstractVolumeMapper id1);\r
-  public void SetLODMapper(int id0,vtkAbstractVolumeMapper id1)\r
-    { SetLODMapper_21(id0,id1); }\r
-\r
-  private native void SetLODMapper_22(int id0,vtkImageMapper3D id1);\r
-  public void SetLODMapper(int id0,vtkImageMapper3D id1)\r
-    { SetLODMapper_22(id0,id1); }\r
-\r
-  private native long GetLODMapper_23(int id0);\r
-  public vtkAbstractMapper3D GetLODMapper(int id0) {\r
-    long temp = GetLODMapper_23(id0);\r
-\r
-    if (temp == 0) return null;\r
-    return (vtkAbstractMapper3D)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
-  }\r
-\r
-  private native void SetLODBackfaceProperty_24(int id0,vtkProperty id1);\r
-  public void SetLODBackfaceProperty(int id0,vtkProperty id1)\r
-    { SetLODBackfaceProperty_24(id0,id1); }\r
-\r
-  private native void SetLODTexture_25(int id0,vtkTexture id1);\r
-  public void SetLODTexture(int id0,vtkTexture id1)\r
-    { SetLODTexture_25(id0,id1); }\r
-\r
-  private native void EnableLOD_26(int id0);\r
-  public void EnableLOD(int id0)\r
-    { EnableLOD_26(id0); }\r
-\r
-  private native void DisableLOD_27(int id0);\r
-  public void DisableLOD(int id0)\r
-    { DisableLOD_27(id0); }\r
-\r
-  private native int IsLODEnabled_28(int id0);\r
-  public int IsLODEnabled(int id0)\r
-    { return IsLODEnabled_28(id0); }\r
-\r
-  private native void SetLODLevel_29(int id0,double id1);\r
-  public void SetLODLevel(int id0,double id1)\r
-    { SetLODLevel_29(id0,id1); }\r
-\r
-  private native double GetLODLevel_30(int id0);\r
-  public double GetLODLevel(int id0)\r
-    { return GetLODLevel_30(id0); }\r
-\r
-  private native double GetLODIndexLevel_31(int id0);\r
-  public double GetLODIndexLevel(int id0)\r
-    { return GetLODIndexLevel_31(id0); }\r
-\r
-  private native double GetLODEstimatedRenderTime_32(int id0);\r
-  public double GetLODEstimatedRenderTime(int id0)\r
-    { return GetLODEstimatedRenderTime_32(id0); }\r
-\r
-  private native double GetLODIndexEstimatedRenderTime_33(int id0);\r
-  public double GetLODIndexEstimatedRenderTime(int id0)\r
-    { return GetLODIndexEstimatedRenderTime_33(id0); }\r
-\r
-  private native void SetAutomaticLODSelection_34(int id0);\r
-  public void SetAutomaticLODSelection(int id0)\r
-    { SetAutomaticLODSelection_34(id0); }\r
-\r
-  private native int GetAutomaticLODSelectionMinValue_35();\r
-  public int GetAutomaticLODSelectionMinValue()\r
-    { return GetAutomaticLODSelectionMinValue_35(); }\r
-\r
-  private native int GetAutomaticLODSelectionMaxValue_36();\r
-  public int GetAutomaticLODSelectionMaxValue()\r
-    { return GetAutomaticLODSelectionMaxValue_36(); }\r
-\r
-  private native int GetAutomaticLODSelection_37();\r
-  public int GetAutomaticLODSelection()\r
-    { return GetAutomaticLODSelection_37(); }\r
-\r
-  private native void AutomaticLODSelectionOn_38();\r
-  public void AutomaticLODSelectionOn()\r
-    { AutomaticLODSelectionOn_38(); }\r
-\r
-  private native void AutomaticLODSelectionOff_39();\r
-  public void AutomaticLODSelectionOff()\r
-    { AutomaticLODSelectionOff_39(); }\r
-\r
-  private native void SetSelectedLODID_40(int id0);\r
-  public void SetSelectedLODID(int id0)\r
-    { SetSelectedLODID_40(id0); }\r
-\r
-  private native int GetSelectedLODID_41();\r
-  public int GetSelectedLODID()\r
-    { return GetSelectedLODID_41(); }\r
-\r
-  private native int GetLastRenderedLODID_42();\r
-  public int GetLastRenderedLODID()\r
-    { return GetLastRenderedLODID_42(); }\r
-\r
-  private native int GetPickLODID_43();\r
-  public int GetPickLODID()\r
-    { return GetPickLODID_43(); }\r
-\r
-  private native void GetActors_44(vtkPropCollection id0);\r
-  public void GetActors(vtkPropCollection id0)\r
-    { GetActors_44(id0); }\r
-\r
-  private native void GetVolumes_45(vtkPropCollection id0);\r
-  public void GetVolumes(vtkPropCollection id0)\r
-    { GetVolumes_45(id0); }\r
-\r
-  private native void SetSelectedPickLODID_46(int id0);\r
-  public void SetSelectedPickLODID(int id0)\r
-    { SetSelectedPickLODID_46(id0); }\r
-\r
-  private native int GetSelectedPickLODID_47();\r
-  public int GetSelectedPickLODID()\r
-    { return GetSelectedPickLODID_47(); }\r
-\r
-  private native void SetAutomaticPickLODSelection_48(int id0);\r
-  public void SetAutomaticPickLODSelection(int id0)\r
-    { SetAutomaticPickLODSelection_48(id0); }\r
-\r
-  private native int GetAutomaticPickLODSelectionMinValue_49();\r
-  public int GetAutomaticPickLODSelectionMinValue()\r
-    { return GetAutomaticPickLODSelectionMinValue_49(); }\r
-\r
-  private native int GetAutomaticPickLODSelectionMaxValue_50();\r
-  public int GetAutomaticPickLODSelectionMaxValue()\r
-    { return GetAutomaticPickLODSelectionMaxValue_50(); }\r
-\r
-  private native int GetAutomaticPickLODSelection_51();\r
-  public int GetAutomaticPickLODSelection()\r
-    { return GetAutomaticPickLODSelection_51(); }\r
-\r
-  private native void AutomaticPickLODSelectionOn_52();\r
-  public void AutomaticPickLODSelectionOn()\r
-    { AutomaticPickLODSelectionOn_52(); }\r
-\r
-  private native void AutomaticPickLODSelectionOff_53();\r
-  public void AutomaticPickLODSelectionOff()\r
-    { AutomaticPickLODSelectionOff_53(); }\r
-\r
-  private native void ShallowCopy_54(vtkProp id0);\r
-  public void ShallowCopy(vtkProp id0)\r
-    { ShallowCopy_54(id0); }\r
-\r
-  private native int RenderOpaqueGeometry_55(vtkViewport id0);\r
-  public int RenderOpaqueGeometry(vtkViewport id0)\r
-    { return RenderOpaqueGeometry_55(id0); }\r
-\r
-  private native int RenderTranslucentPolygonalGeometry_56(vtkViewport id0);\r
-  public int RenderTranslucentPolygonalGeometry(vtkViewport id0)\r
-    { return RenderTranslucentPolygonalGeometry_56(id0); }\r
-\r
-  private native int RenderVolumetricGeometry_57(vtkViewport id0);\r
-  public int RenderVolumetricGeometry(vtkViewport id0)\r
-    { return RenderVolumetricGeometry_57(id0); }\r
-\r
-  private native int HasTranslucentPolygonalGeometry_58();\r
-  public int HasTranslucentPolygonalGeometry()\r
-    { return HasTranslucentPolygonalGeometry_58(); }\r
-\r
-  private native void ReleaseGraphicsResources_59(vtkWindow id0);\r
-  public void ReleaseGraphicsResources(vtkWindow id0)\r
-    { ReleaseGraphicsResources_59(id0); }\r
-\r
-  private native void SetAllocatedRenderTime_60(double id0,vtkViewport id1);\r
-  public void SetAllocatedRenderTime(double id0,vtkViewport id1)\r
-    { SetAllocatedRenderTime_60(id0,id1); }\r
-\r
-  private native void RestoreEstimatedRenderTime_61();\r
-  public void RestoreEstimatedRenderTime()\r
-    { RestoreEstimatedRenderTime_61(); }\r
-\r
-  private native void AddEstimatedRenderTime_62(double id0,vtkViewport id1);\r
-  public void AddEstimatedRenderTime(double id0,vtkViewport id1)\r
-    { AddEstimatedRenderTime_62(id0,id1); }\r
-\r
-  public vtkLODProp3D() { super(); }\r
-\r
-  public vtkLODProp3D(long id) { super(id); }\r
-  public native long   VTKInit();\r
-\r
-}\r
+// java wrapper for vtkLODProp3D object
+//
+
+package vtk;
+import vtk.*;
+
+public class vtkLODProp3D extends vtkProp3D
+{
+
+  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 double[] GetBounds_2();
+  public double[] GetBounds()
+    { return GetBounds_2(); }
+
+  private native void GetBounds_3(double id0[]);
+  public void GetBounds(double id0[])
+    { GetBounds_3(id0); }
+
+  private native int AddLOD_4(vtkMapper id0,vtkProperty id1,vtkProperty id2,vtkTexture id3,double id4);
+  public int AddLOD(vtkMapper id0,vtkProperty id1,vtkProperty id2,vtkTexture id3,double id4)
+    { return AddLOD_4(id0,id1,id2,id3,id4); }
+
+  private native int AddLOD_5(vtkMapper id0,vtkProperty id1,vtkTexture id2,double id3);
+  public int AddLOD(vtkMapper id0,vtkProperty id1,vtkTexture id2,double id3)
+    { return AddLOD_5(id0,id1,id2,id3); }
+
+  private native int AddLOD_6(vtkMapper id0,vtkProperty id1,vtkProperty id2,double id3);
+  public int AddLOD(vtkMapper id0,vtkProperty id1,vtkProperty id2,double id3)
+    { return AddLOD_6(id0,id1,id2,id3); }
+
+  private native int AddLOD_7(vtkMapper id0,vtkProperty id1,double id2);
+  public int AddLOD(vtkMapper id0,vtkProperty id1,double id2)
+    { return AddLOD_7(id0,id1,id2); }
+
+  private native int AddLOD_8(vtkMapper id0,vtkTexture id1,double id2);
+  public int AddLOD(vtkMapper id0,vtkTexture id1,double id2)
+    { return AddLOD_8(id0,id1,id2); }
+
+  private native int AddLOD_9(vtkMapper id0,double id1);
+  public int AddLOD(vtkMapper id0,double id1)
+    { return AddLOD_9(id0,id1); }
+
+  private native int AddLOD_10(vtkAbstractVolumeMapper id0,vtkVolumeProperty id1,double id2);
+  public int AddLOD(vtkAbstractVolumeMapper id0,vtkVolumeProperty id1,double id2)
+    { return AddLOD_10(id0,id1,id2); }
+
+  private native int AddLOD_11(vtkAbstractVolumeMapper id0,double id1);
+  public int AddLOD(vtkAbstractVolumeMapper id0,double id1)
+    { return AddLOD_11(id0,id1); }
+
+  private native int AddLOD_12(vtkImageMapper3D id0,vtkImageProperty id1,double id2);
+  public int AddLOD(vtkImageMapper3D id0,vtkImageProperty id1,double id2)
+    { return AddLOD_12(id0,id1,id2); }
+
+  private native int AddLOD_13(vtkImageMapper3D id0,double id1);
+  public int AddLOD(vtkImageMapper3D id0,double id1)
+    { return AddLOD_13(id0,id1); }
+
+  private native int GetNumberOfLODs_14();
+  public int GetNumberOfLODs()
+    { return GetNumberOfLODs_14(); }
+
+  private native int GetCurrentIndex_15();
+  public int GetCurrentIndex()
+    { return GetCurrentIndex_15(); }
+
+  private native void RemoveLOD_16(int id0);
+  public void RemoveLOD(int id0)
+    { RemoveLOD_16(id0); }
+
+  private native void SetLODProperty_17(int id0,vtkProperty id1);
+  public void SetLODProperty(int id0,vtkProperty id1)
+    { SetLODProperty_17(id0,id1); }
+
+  private native void SetLODProperty_18(int id0,vtkVolumeProperty id1);
+  public void SetLODProperty(int id0,vtkVolumeProperty id1)
+    { SetLODProperty_18(id0,id1); }
+
+  private native void SetLODProperty_19(int id0,vtkImageProperty id1);
+  public void SetLODProperty(int id0,vtkImageProperty id1)
+    { SetLODProperty_19(id0,id1); }
+
+  private native void SetLODMapper_20(int id0,vtkMapper id1);
+  public void SetLODMapper(int id0,vtkMapper id1)
+    { SetLODMapper_20(id0,id1); }
+
+  private native void SetLODMapper_21(int id0,vtkAbstractVolumeMapper id1);
+  public void SetLODMapper(int id0,vtkAbstractVolumeMapper id1)
+    { SetLODMapper_21(id0,id1); }
+
+  private native void SetLODMapper_22(int id0,vtkImageMapper3D id1);
+  public void SetLODMapper(int id0,vtkImageMapper3D id1)
+    { SetLODMapper_22(id0,id1); }
+
+  private native long GetLODMapper_23(int id0);
+  public vtkAbstractMapper3D GetLODMapper(int id0) {
+    long temp = GetLODMapper_23(id0);
+
+    if (temp == 0) return null;
+    return (vtkAbstractMapper3D)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
+}
+
+  private native void SetLODBackfaceProperty_24(int id0,vtkProperty id1);
+  public void SetLODBackfaceProperty(int id0,vtkProperty id1)
+    { SetLODBackfaceProperty_24(id0,id1); }
+
+  private native void SetLODTexture_25(int id0,vtkTexture id1);
+  public void SetLODTexture(int id0,vtkTexture id1)
+    { SetLODTexture_25(id0,id1); }
+
+  private native void EnableLOD_26(int id0);
+  public void EnableLOD(int id0)
+    { EnableLOD_26(id0); }
+
+  private native void DisableLOD_27(int id0);
+  public void DisableLOD(int id0)
+    { DisableLOD_27(id0); }
+
+  private native int IsLODEnabled_28(int id0);
+  public int IsLODEnabled(int id0)
+    { return IsLODEnabled_28(id0); }
+
+  private native void SetLODLevel_29(int id0,double id1);
+  public void SetLODLevel(int id0,double id1)
+    { SetLODLevel_29(id0,id1); }
+
+  private native double GetLODLevel_30(int id0);
+  public double GetLODLevel(int id0)
+    { return GetLODLevel_30(id0); }
+
+  private native double GetLODIndexLevel_31(int id0);
+  public double GetLODIndexLevel(int id0)
+    { return GetLODIndexLevel_31(id0); }
+
+  private native double GetLODEstimatedRenderTime_32(int id0);
+  public double GetLODEstimatedRenderTime(int id0)
+    { return GetLODEstimatedRenderTime_32(id0); }
+
+  private native double GetLODIndexEstimatedRenderTime_33(int id0);
+  public double GetLODIndexEstimatedRenderTime(int id0)
+    { return GetLODIndexEstimatedRenderTime_33(id0); }
+
+  private native void SetAutomaticLODSelection_34(int id0);
+  public void SetAutomaticLODSelection(int id0)
+    { SetAutomaticLODSelection_34(id0); }
+
+  private native int GetAutomaticLODSelectionMinValue_35();
+  public int GetAutomaticLODSelectionMinValue()
+    { return GetAutomaticLODSelectionMinValue_35(); }
+
+  private native int GetAutomaticLODSelectionMaxValue_36();
+  public int GetAutomaticLODSelectionMaxValue()
+    { return GetAutomaticLODSelectionMaxValue_36(); }
+
+  private native int GetAutomaticLODSelection_37();
+  public int GetAutomaticLODSelection()
+    { return GetAutomaticLODSelection_37(); }
+
+  private native void AutomaticLODSelectionOn_38();
+  public void AutomaticLODSelectionOn()
+    { AutomaticLODSelectionOn_38(); }
+
+  private native void AutomaticLODSelectionOff_39();
+  public void AutomaticLODSelectionOff()
+    { AutomaticLODSelectionOff_39(); }
+
+  private native void SetSelectedLODID_40(int id0);
+  public void SetSelectedLODID(int id0)
+    { SetSelectedLODID_40(id0); }
+
+  private native int GetSelectedLODID_41();
+  public int GetSelectedLODID()
+    { return GetSelectedLODID_41(); }
+
+  private native int GetLastRenderedLODID_42();
+  public int GetLastRenderedLODID()
+    { return GetLastRenderedLODID_42(); }
+
+  private native int GetPickLODID_43();
+  public int GetPickLODID()
+    { return GetPickLODID_43(); }
+
+  private native void GetActors_44(vtkPropCollection id0);
+  public void GetActors(vtkPropCollection id0)
+    { GetActors_44(id0); }
+
+  private native void GetVolumes_45(vtkPropCollection id0);
+  public void GetVolumes(vtkPropCollection id0)
+    { GetVolumes_45(id0); }
+
+  private native void SetSelectedPickLODID_46(int id0);
+  public void SetSelectedPickLODID(int id0)
+    { SetSelectedPickLODID_46(id0); }
+
+  private native int GetSelectedPickLODID_47();
+  public int GetSelectedPickLODID()
+    { return GetSelectedPickLODID_47(); }
+
+  private native void SetAutomaticPickLODSelection_48(int id0);
+  public void SetAutomaticPickLODSelection(int id0)
+    { SetAutomaticPickLODSelection_48(id0); }
+
+  private native int GetAutomaticPickLODSelectionMinValue_49();
+  public int GetAutomaticPickLODSelectionMinValue()
+    { return GetAutomaticPickLODSelectionMinValue_49(); }
+
+  private native int GetAutomaticPickLODSelectionMaxValue_50();
+  public int GetAutomaticPickLODSelectionMaxValue()
+    { return GetAutomaticPickLODSelectionMaxValue_50(); }
+
+  private native int GetAutomaticPickLODSelection_51();
+  public int GetAutomaticPickLODSelection()
+    { return GetAutomaticPickLODSelection_51(); }
+
+  private native void AutomaticPickLODSelectionOn_52();
+  public void AutomaticPickLODSelectionOn()
+    { AutomaticPickLODSelectionOn_52(); }
+
+  private native void AutomaticPickLODSelectionOff_53();
+  public void AutomaticPickLODSelectionOff()
+    { AutomaticPickLODSelectionOff_53(); }
+
+  private native void ShallowCopy_54(vtkProp id0);
+  public void ShallowCopy(vtkProp id0)
+    { ShallowCopy_54(id0); }
+
+  private native int RenderOpaqueGeometry_55(vtkViewport id0);
+  public int RenderOpaqueGeometry(vtkViewport id0)
+    { return RenderOpaqueGeometry_55(id0); }
+
+  private native int RenderTranslucentPolygonalGeometry_56(vtkViewport id0);
+  public int RenderTranslucentPolygonalGeometry(vtkViewport id0)
+    { return RenderTranslucentPolygonalGeometry_56(id0); }
+
+  private native int RenderVolumetricGeometry_57(vtkViewport id0);
+  public int RenderVolumetricGeometry(vtkViewport id0)
+    { return RenderVolumetricGeometry_57(id0); }
+
+  private native int HasTranslucentPolygonalGeometry_58();
+  public int HasTranslucentPolygonalGeometry()
+    { return HasTranslucentPolygonalGeometry_58(); }
+
+  private native void ReleaseGraphicsResources_59(vtkWindow id0);
+  public void ReleaseGraphicsResources(vtkWindow id0)
+    { ReleaseGraphicsResources_59(id0); }
+
+  private native void SetAllocatedRenderTime_60(double id0,vtkViewport id1);
+  public void SetAllocatedRenderTime(double id0,vtkViewport id1)
+    { SetAllocatedRenderTime_60(id0,id1); }
+
+  private native void RestoreEstimatedRenderTime_61();
+  public void RestoreEstimatedRenderTime()
+    { RestoreEstimatedRenderTime_61(); }
+
+  private native void AddEstimatedRenderTime_62(double id0,vtkViewport id1);
+  public void AddEstimatedRenderTime(double id0,vtkViewport id1)
+    { AddEstimatedRenderTime_62(id0,id1); }
+
+  public vtkLODProp3D() { super(); }
+
+  public vtkLODProp3D(long id) { super(id); }
+  public native long   VTKInit();
+
+}