// java wrapper for vtkDepthPeelingPass object // package vtk; import vtk.*; public class vtkDepthPeelingPass extends vtkRenderPass { private native String GetClassName_0(); public String GetClassName() { return GetClassName_0(); } private native int IsA_1(String id0); public int IsA(String id0) { return IsA_1(id0); } private native void 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)vtkObject.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 GetLastRenderingUsedDepthPeeling_11(); public boolean GetLastRenderingUsedDepthPeeling() { return GetLastRenderingUsedDepthPeeling_11(); } public vtkDepthPeelingPass() { super(); } public vtkDepthPeelingPass(long id) { super(id); } public native long VTKInit(); }