X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=vtk%2Fsrc%2Fvtk%2FvtkImageIslandRemoval2D.java;h=645aa01f18c0403380897b2049d1dc1c1703f2ae;hb=3523a218827de60e1aa4ce7be126342418ddb054;hp=cf785395ee9ca198f9d9228f11381961cd44c9d3;hpb=471c46e9a685e20de958d77166461aebc7a7b6ee;p=simantics%2F3d.git diff --git a/vtk/src/vtk/vtkImageIslandRemoval2D.java b/vtk/src/vtk/vtkImageIslandRemoval2D.java index cf785395..645aa01f 100644 --- a/vtk/src/vtk/vtkImageIslandRemoval2D.java +++ b/vtk/src/vtk/vtkImageIslandRemoval2D.java @@ -1,63 +1,63 @@ -// java wrapper for vtkImageIslandRemoval2D object -// - -package vtk; -import vtk.*; - -public class vtkImageIslandRemoval2D extends vtkImageAlgorithm -{ - - 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 SetAreaThreshold_2(int id0); - public void SetAreaThreshold(int id0) - { SetAreaThreshold_2(id0); } - - private native int GetAreaThreshold_3(); - public int GetAreaThreshold() - { return GetAreaThreshold_3(); } - - private native void SetSquareNeighborhood_4(int id0); - public void SetSquareNeighborhood(int id0) - { SetSquareNeighborhood_4(id0); } - - private native int GetSquareNeighborhood_5(); - public int GetSquareNeighborhood() - { return GetSquareNeighborhood_5(); } - - private native void SquareNeighborhoodOn_6(); - public void SquareNeighborhoodOn() - { SquareNeighborhoodOn_6(); } - - private native void SquareNeighborhoodOff_7(); - public void SquareNeighborhoodOff() - { SquareNeighborhoodOff_7(); } - - private native void SetIslandValue_8(double id0); - public void SetIslandValue(double id0) - { SetIslandValue_8(id0); } - - private native double GetIslandValue_9(); - public double GetIslandValue() - { return GetIslandValue_9(); } - - private native void SetReplaceValue_10(double id0); - public void SetReplaceValue(double id0) - { SetReplaceValue_10(id0); } - - private native double GetReplaceValue_11(); - public double GetReplaceValue() - { return GetReplaceValue_11(); } - - public vtkImageIslandRemoval2D() { super(); } - - public vtkImageIslandRemoval2D(long id) { super(id); } - public native long VTKInit(); - -} +// java wrapper for vtkImageIslandRemoval2D object +// + +package vtk; +import vtk.*; + +public class vtkImageIslandRemoval2D extends vtkImageAlgorithm +{ + + 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 SetAreaThreshold_2(int id0); + public void SetAreaThreshold(int id0) + { SetAreaThreshold_2(id0); } + + private native int GetAreaThreshold_3(); + public int GetAreaThreshold() + { return GetAreaThreshold_3(); } + + private native void SetSquareNeighborhood_4(int id0); + public void SetSquareNeighborhood(int id0) + { SetSquareNeighborhood_4(id0); } + + private native int GetSquareNeighborhood_5(); + public int GetSquareNeighborhood() + { return GetSquareNeighborhood_5(); } + + private native void SquareNeighborhoodOn_6(); + public void SquareNeighborhoodOn() + { SquareNeighborhoodOn_6(); } + + private native void SquareNeighborhoodOff_7(); + public void SquareNeighborhoodOff() + { SquareNeighborhoodOff_7(); } + + private native void SetIslandValue_8(double id0); + public void SetIslandValue(double id0) + { SetIslandValue_8(id0); } + + private native double GetIslandValue_9(); + public double GetIslandValue() + { return GetIslandValue_9(); } + + private native void SetReplaceValue_10(double id0); + public void SetReplaceValue(double id0) + { SetReplaceValue_10(id0); } + + private native double GetReplaceValue_11(); + public double GetReplaceValue() + { return GetReplaceValue_11(); } + + public vtkImageIslandRemoval2D() { super(); } + + public vtkImageIslandRemoval2D(long id) { super(id); } + public native long VTKInit(); + +}