X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=vtk%2Fsrc%2Fvtk%2FvtkThresholdTable.java;h=eefd96fdd0d9c70c7381dd7f2fdb1906b6d74765;hb=efb52587babd1b858c8e77fedc44a5b4ef0c1088;hp=9cea7233a7faf491155abab14e2b3e383cacf25f;hpb=471c46e9a685e20de958d77166461aebc7a7b6ee;p=simantics%2F3d.git diff --git a/vtk/src/vtk/vtkThresholdTable.java b/vtk/src/vtk/vtkThresholdTable.java index 9cea7233..eefd96fd 100644 --- a/vtk/src/vtk/vtkThresholdTable.java +++ b/vtk/src/vtk/vtkThresholdTable.java @@ -1,51 +1,51 @@ -// java wrapper for vtkThresholdTable object -// - -package vtk; -import vtk.*; - -public class vtkThresholdTable extends vtkTableAlgorithm -{ - - 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 SetMode_2(int id0); - public void SetMode(int id0) - { SetMode_2(id0); } - - private native int GetModeMinValue_3(); - public int GetModeMinValue() - { return GetModeMinValue_3(); } - - private native int GetModeMaxValue_4(); - public int GetModeMaxValue() - { return GetModeMaxValue_4(); } - - private native int GetMode_5(); - public int GetMode() - { return GetMode_5(); } - - private native void SetMinValue_6(double id0); - public void SetMinValue(double id0) - { SetMinValue_6(id0); } - - private native void SetMaxValue_7(double id0); - public void SetMaxValue(double id0) - { SetMaxValue_7(id0); } - - private native void ThresholdBetween_8(double id0,double id1); - public void ThresholdBetween(double id0,double id1) - { ThresholdBetween_8(id0,id1); } - - public vtkThresholdTable() { super(); } - - public vtkThresholdTable(long id) { super(id); } - public native long VTKInit(); - -} +// java wrapper for vtkThresholdTable object +// + +package vtk; +import vtk.*; + +public class vtkThresholdTable extends vtkTableAlgorithm +{ + + 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 SetMode_2(int id0); + public void SetMode(int id0) + { SetMode_2(id0); } + + private native int GetModeMinValue_3(); + public int GetModeMinValue() + { return GetModeMinValue_3(); } + + private native int GetModeMaxValue_4(); + public int GetModeMaxValue() + { return GetModeMaxValue_4(); } + + private native int GetMode_5(); + public int GetMode() + { return GetMode_5(); } + + private native void SetMinValue_6(double id0); + public void SetMinValue(double id0) + { SetMinValue_6(id0); } + + private native void SetMaxValue_7(double id0); + public void SetMaxValue(double id0) + { SetMaxValue_7(id0); } + + private native void ThresholdBetween_8(double id0,double id1); + public void ThresholdBetween(double id0,double id1) + { ThresholdBetween_8(id0,id1); } + + public vtkThresholdTable() { super(); } + + public vtkThresholdTable(long id) { super(id); } + public native long VTKInit(); + +}