X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=vtk%2Fsrc%2Fvtk%2FvtkClearZPass.java;h=398e130472c75983c1ca6decd197b7c552c9190e;hb=da945733caf267fed4cf28206cc99f4f57fbd1e9;hp=7a7e52157c05ac02d053a04d5828f628c6deec4f;hpb=471c46e9a685e20de958d77166461aebc7a7b6ee;p=simantics%2F3d.git diff --git a/vtk/src/vtk/vtkClearZPass.java b/vtk/src/vtk/vtkClearZPass.java index 7a7e5215..398e1304 100644 --- a/vtk/src/vtk/vtkClearZPass.java +++ b/vtk/src/vtk/vtkClearZPass.java @@ -1,39 +1,39 @@ -// java wrapper for vtkClearZPass object -// - -package vtk; -import vtk.*; - -public class vtkClearZPass 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 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(); - -} +// 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(); + +}