// java wrapper for vtkClearZPass object // package vtk; import vtk.*; public class vtkClearZPass extends vtkRenderPass { 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 SetDepth_2(double id0); public void SetDepth(double id0) { SetDepth_2(id0); } private native double GetDepthMinValue_3(); public double GetDepthMinValue() { return GetDepthMinValue_3(); } private native double GetDepthMaxValue_4(); public double GetDepthMaxValue() { return GetDepthMaxValue_4(); } private native double GetDepth_5(); public double GetDepth() { return GetDepth_5(); } public vtkClearZPass() { super(); } public vtkClearZPass(long id) { super(id); } public native long VTKInit(); }