]> gerrit.simantics Code Review - simantics/3d.git/blobdiff - vtk/src/vtk/vtkDepthPeelingPass.java
Tooltip support
[simantics/3d.git] / vtk / src / vtk / vtkDepthPeelingPass.java
index 54e1dee1a325ae9dcbab565c3db6baaf4f6289c7..338ba61dd43a3f088c2c1f7c34fd63ebc0d7a6d4 100644 (file)
@@ -1,67 +1,83 @@
-// java wrapper for vtkDepthPeelingPass object\r
-//\r
-\r
-package vtk;\r
-import vtk.*;\r
-\r
-public class vtkDepthPeelingPass extends vtkRenderPass\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 ReleaseGraphicsResources_2(vtkWindow id0);\r
-  public void ReleaseGraphicsResources(vtkWindow id0)\r
-    { ReleaseGraphicsResources_2(id0); }\r
-\r
-  private native long GetTranslucentPass_3();\r
-  public vtkRenderPass GetTranslucentPass() {\r
-    long temp = GetTranslucentPass_3();\r
-\r
-    if (temp == 0) return null;\r
-    return (vtkRenderPass)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
-  }\r
-\r
-  private native void SetTranslucentPass_4(vtkRenderPass id0);\r
-  public void SetTranslucentPass(vtkRenderPass id0)\r
-    { SetTranslucentPass_4(id0); }\r
-\r
-  private native void SetOcclusionRatio_5(double id0);\r
-  public void SetOcclusionRatio(double id0)\r
-    { SetOcclusionRatio_5(id0); }\r
-\r
-  private native double GetOcclusionRatioMinValue_6();\r
-  public double GetOcclusionRatioMinValue()\r
-    { return GetOcclusionRatioMinValue_6(); }\r
-\r
-  private native double GetOcclusionRatioMaxValue_7();\r
-  public double GetOcclusionRatioMaxValue()\r
-    { return GetOcclusionRatioMaxValue_7(); }\r
-\r
-  private native double GetOcclusionRatio_8();\r
-  public double GetOcclusionRatio()\r
-    { return GetOcclusionRatio_8(); }\r
-\r
-  private native void SetMaximumNumberOfPeels_9(int id0);\r
-  public void SetMaximumNumberOfPeels(int id0)\r
-    { SetMaximumNumberOfPeels_9(id0); }\r
-\r
-  private native int GetMaximumNumberOfPeels_10();\r
-  public int GetMaximumNumberOfPeels()\r
-    { return GetMaximumNumberOfPeels_10(); }\r
-\r
-  private native boolean GetLastRenderingUsedDepthPeeling_11();\r
-  public boolean GetLastRenderingUsedDepthPeeling()\r
-    { return GetLastRenderingUsedDepthPeeling_11(); }\r
-\r
-  public vtkDepthPeelingPass() { super(); }\r
-\r
-  public vtkDepthPeelingPass(long id) { super(id); }\r
-  public native long   VTKInit();\r
-\r
-}\r
+// java wrapper for vtkDepthPeelingPass object
+//
+
+package vtk;
+import vtk.*;
+
+public class vtkDepthPeelingPass extends vtkOpenGLRenderPass
+{
+
+  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 ReleaseGraphicsResources_2(vtkWindow id0);
+  public void ReleaseGraphicsResources(vtkWindow id0)
+    { ReleaseGraphicsResources_2(id0); }
+
+  private native long GetTranslucentPass_3();
+  public vtkRenderPass GetTranslucentPass() {
+    long temp = GetTranslucentPass_3();
+
+    if (temp == 0) return null;
+    return (vtkRenderPass)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
+}
+
+  private native void SetTranslucentPass_4(vtkRenderPass id0);
+  public void SetTranslucentPass(vtkRenderPass id0)
+    { SetTranslucentPass_4(id0); }
+
+  private native void SetOcclusionRatio_5(double id0);
+  public void SetOcclusionRatio(double id0)
+    { SetOcclusionRatio_5(id0); }
+
+  private native double GetOcclusionRatioMinValue_6();
+  public double GetOcclusionRatioMinValue()
+    { return GetOcclusionRatioMinValue_6(); }
+
+  private native double GetOcclusionRatioMaxValue_7();
+  public double GetOcclusionRatioMaxValue()
+    { return GetOcclusionRatioMaxValue_7(); }
+
+  private native double GetOcclusionRatio_8();
+  public double GetOcclusionRatio()
+    { return GetOcclusionRatio_8(); }
+
+  private native void SetMaximumNumberOfPeels_9(int id0);
+  public void SetMaximumNumberOfPeels(int id0)
+    { SetMaximumNumberOfPeels_9(id0); }
+
+  private native int GetMaximumNumberOfPeels_10();
+  public int GetMaximumNumberOfPeels()
+    { return GetMaximumNumberOfPeels_10(); }
+
+  private native boolean PostReplaceShaderValues_11(String id0,String id1,String id2,vtkAbstractMapper id3,vtkProp id4);
+  public boolean PostReplaceShaderValues(String id0,String id1,String id2,vtkAbstractMapper id3,vtkProp id4)
+    { return PostReplaceShaderValues_11(id0,id1,id2,id3,id4); }
+
+  private native boolean SetShaderParameters_12(vtkShaderProgram id0,vtkAbstractMapper id1,vtkProp id2,vtkOpenGLVertexArrayObject id3);
+  public boolean SetShaderParameters(vtkShaderProgram id0,vtkAbstractMapper id1,vtkProp id2,vtkOpenGLVertexArrayObject id3)
+    { return SetShaderParameters_12(id0,id1,id2,id3); }
+
+  private native void SetOpaqueZTexture_13(vtkTextureObject id0);
+  public void SetOpaqueZTexture(vtkTextureObject id0)
+    { SetOpaqueZTexture_13(id0); }
+
+  private native void SetOpaqueRGBATexture_14(vtkTextureObject id0);
+  public void SetOpaqueRGBATexture(vtkTextureObject id0)
+    { SetOpaqueRGBATexture_14(id0); }
+
+  private native void SetDepthFormat_15(int id0);
+  public void SetDepthFormat(int id0)
+    { SetDepthFormat_15(id0); }
+
+  public vtkDepthPeelingPass() { super(); }
+
+  public vtkDepthPeelingPass(long id) { super(id); }
+  public native long   VTKInit();
+
+}