X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=vtk%2Fsrc%2Fvtk%2FvtkLinkEdgels.java;h=6792adeb229c87289b8d4ce7080f7832595db20f;hb=5303ddc439764f9263054f519deab7f9f350d561;hp=462bdcba4c487342e03184e3b13331a239e2403e;hpb=471c46e9a685e20de958d77166461aebc7a7b6ee;p=simantics%2F3d.git diff --git a/vtk/src/vtk/vtkLinkEdgels.java b/vtk/src/vtk/vtkLinkEdgels.java index 462bdcba..6792adeb 100644 --- a/vtk/src/vtk/vtkLinkEdgels.java +++ b/vtk/src/vtk/vtkLinkEdgels.java @@ -1,47 +1,47 @@ -// java wrapper for vtkLinkEdgels object -// - -package vtk; -import vtk.*; - -public class vtkLinkEdgels extends vtkPolyDataAlgorithm -{ - - 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 SetLinkThreshold_2(double id0); - public void SetLinkThreshold(double id0) - { SetLinkThreshold_2(id0); } - - private native double GetLinkThreshold_3(); - public double GetLinkThreshold() - { return GetLinkThreshold_3(); } - - private native void SetPhiThreshold_4(double id0); - public void SetPhiThreshold(double id0) - { SetPhiThreshold_4(id0); } - - private native double GetPhiThreshold_5(); - public double GetPhiThreshold() - { return GetPhiThreshold_5(); } - - private native void SetGradientThreshold_6(double id0); - public void SetGradientThreshold(double id0) - { SetGradientThreshold_6(id0); } - - private native double GetGradientThreshold_7(); - public double GetGradientThreshold() - { return GetGradientThreshold_7(); } - - public vtkLinkEdgels() { super(); } - - public vtkLinkEdgels(long id) { super(id); } - public native long VTKInit(); - -} +// java wrapper for vtkLinkEdgels object +// + +package vtk; +import vtk.*; + +public class vtkLinkEdgels extends vtkPolyDataAlgorithm +{ + + 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 SetLinkThreshold_2(double id0); + public void SetLinkThreshold(double id0) + { SetLinkThreshold_2(id0); } + + private native double GetLinkThreshold_3(); + public double GetLinkThreshold() + { return GetLinkThreshold_3(); } + + private native void SetPhiThreshold_4(double id0); + public void SetPhiThreshold(double id0) + { SetPhiThreshold_4(id0); } + + private native double GetPhiThreshold_5(); + public double GetPhiThreshold() + { return GetPhiThreshold_5(); } + + private native void SetGradientThreshold_6(double id0); + public void SetGradientThreshold(double id0) + { SetGradientThreshold_6(id0); } + + private native double GetGradientThreshold_7(); + public double GetGradientThreshold() + { return GetGradientThreshold_7(); } + + public vtkLinkEdgels() { super(); } + + public vtkLinkEdgels(long id) { super(id); } + public native long VTKInit(); + +}