X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=vtk%2Fsrc%2Fvtk%2FvtkThresholdGraph.java;h=cebe67ed541bf23b3f42a95bece7be97794e036e;hb=HEAD;hp=caa9c52ca42ab6a8253a52f7347cf86ea66ad4b9;hpb=471c46e9a685e20de958d77166461aebc7a7b6ee;p=simantics%2F3d.git diff --git a/vtk/src/vtk/vtkThresholdGraph.java b/vtk/src/vtk/vtkThresholdGraph.java index caa9c52c..cebe67ed 100644 --- a/vtk/src/vtk/vtkThresholdGraph.java +++ b/vtk/src/vtk/vtkThresholdGraph.java @@ -1,39 +1,39 @@ -// java wrapper for vtkThresholdGraph object -// - -package vtk; -import vtk.*; - -public class vtkThresholdGraph extends vtkGraphAlgorithm -{ - - 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 double GetLowerThreshold_2(); - public double GetLowerThreshold() - { return GetLowerThreshold_2(); } - - private native void SetLowerThreshold_3(double id0); - public void SetLowerThreshold(double id0) - { SetLowerThreshold_3(id0); } - - private native double GetUpperThreshold_4(); - public double GetUpperThreshold() - { return GetUpperThreshold_4(); } - - private native void SetUpperThreshold_5(double id0); - public void SetUpperThreshold(double id0) - { SetUpperThreshold_5(id0); } - - public vtkThresholdGraph() { super(); } - - public vtkThresholdGraph(long id) { super(id); } - public native long VTKInit(); - -} +// java wrapper for vtkThresholdGraph object +// + +package vtk; +import vtk.*; + +public class vtkThresholdGraph extends vtkGraphAlgorithm +{ + + 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 double GetLowerThreshold_2(); + public double GetLowerThreshold() + { return GetLowerThreshold_2(); } + + private native void SetLowerThreshold_3(double id0); + public void SetLowerThreshold(double id0) + { SetLowerThreshold_3(id0); } + + private native double GetUpperThreshold_4(); + public double GetUpperThreshold() + { return GetUpperThreshold_4(); } + + private native void SetUpperThreshold_5(double id0); + public void SetUpperThreshold(double id0) + { SetUpperThreshold_5(id0); } + + public vtkThresholdGraph() { super(); } + + public vtkThresholdGraph(long id) { super(id); } + public native long VTKInit(); + +}