X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=vtk%2Fsrc%2Fvtk%2FvtkThresholdPoints.java;h=a48c1abbe3aba897bcafb3e39202fb7ed1b9f04b;hb=3523a218827de60e1aa4ce7be126342418ddb054;hp=17e41f876813f088ef9aacc3ff070bf67e4b61f8;hpb=471c46e9a685e20de958d77166461aebc7a7b6ee;p=simantics%2F3d.git diff --git a/vtk/src/vtk/vtkThresholdPoints.java b/vtk/src/vtk/vtkThresholdPoints.java index 17e41f87..a48c1abb 100644 --- a/vtk/src/vtk/vtkThresholdPoints.java +++ b/vtk/src/vtk/vtkThresholdPoints.java @@ -1,51 +1,59 @@ -// java wrapper for vtkThresholdPoints object -// - -package vtk; -import vtk.*; - -public class vtkThresholdPoints 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 ThresholdByLower_2(double id0); - public void ThresholdByLower(double id0) - { ThresholdByLower_2(id0); } - - private native void ThresholdByUpper_3(double id0); - public void ThresholdByUpper(double id0) - { ThresholdByUpper_3(id0); } - - private native void ThresholdBetween_4(double id0,double id1); - public void ThresholdBetween(double id0,double id1) - { ThresholdBetween_4(id0,id1); } - - private native void SetUpperThreshold_5(double id0); - public void SetUpperThreshold(double id0) - { SetUpperThreshold_5(id0); } - - private native double GetUpperThreshold_6(); - public double GetUpperThreshold() - { return GetUpperThreshold_6(); } - - private native void SetLowerThreshold_7(double id0); - public void SetLowerThreshold(double id0) - { SetLowerThreshold_7(id0); } - - private native double GetLowerThreshold_8(); - public double GetLowerThreshold() - { return GetLowerThreshold_8(); } - - public vtkThresholdPoints() { super(); } - - public vtkThresholdPoints(long id) { super(id); } - public native long VTKInit(); - -} +// java wrapper for vtkThresholdPoints object +// + +package vtk; +import vtk.*; + +public class vtkThresholdPoints 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 ThresholdByLower_2(double id0); + public void ThresholdByLower(double id0) + { ThresholdByLower_2(id0); } + + private native void ThresholdByUpper_3(double id0); + public void ThresholdByUpper(double id0) + { ThresholdByUpper_3(id0); } + + private native void ThresholdBetween_4(double id0,double id1); + public void ThresholdBetween(double id0,double id1) + { ThresholdBetween_4(id0,id1); } + + private native void SetUpperThreshold_5(double id0); + public void SetUpperThreshold(double id0) + { SetUpperThreshold_5(id0); } + + private native double GetUpperThreshold_6(); + public double GetUpperThreshold() + { return GetUpperThreshold_6(); } + + private native void SetLowerThreshold_7(double id0); + public void SetLowerThreshold(double id0) + { SetLowerThreshold_7(id0); } + + private native double GetLowerThreshold_8(); + public double GetLowerThreshold() + { return GetLowerThreshold_8(); } + + private native void SetOutputPointsPrecision_9(int id0); + public void SetOutputPointsPrecision(int id0) + { SetOutputPointsPrecision_9(id0); } + + private native int GetOutputPointsPrecision_10(); + public int GetOutputPointsPrecision() + { return GetOutputPointsPrecision_10(); } + + public vtkThresholdPoints() { super(); } + + public vtkThresholdPoints(long id) { super(id); } + public native long VTKInit(); + +}