// 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(); }