]> gerrit.simantics Code Review - simantics/3d.git/blobdiff - vtk/src/vtk/vtkImageIslandRemoval2D.java
Add back explicit loading of jawt.dll.
[simantics/3d.git] / vtk / src / vtk / vtkImageIslandRemoval2D.java
index cf785395ee9ca198f9d9228f11381961cd44c9d3..645aa01f18c0403380897b2049d1dc1c1703f2ae 100644 (file)
@@ -1,63 +1,63 @@
-// java wrapper for vtkImageIslandRemoval2D object\r
-//\r
-\r
-package vtk;\r
-import vtk.*;\r
-\r
-public class vtkImageIslandRemoval2D extends vtkImageAlgorithm\r
-{\r
-\r
-  private native String GetClassName_0();\r
-  public String GetClassName()\r
-    { return GetClassName_0(); }\r
-\r
-  private native int IsA_1(String id0);\r
-  public int IsA(String id0)\r
-    { return IsA_1(id0); }\r
-\r
-  private native void SetAreaThreshold_2(int id0);\r
-  public void SetAreaThreshold(int id0)\r
-    { SetAreaThreshold_2(id0); }\r
-\r
-  private native int GetAreaThreshold_3();\r
-  public int GetAreaThreshold()\r
-    { return GetAreaThreshold_3(); }\r
-\r
-  private native void SetSquareNeighborhood_4(int id0);\r
-  public void SetSquareNeighborhood(int id0)\r
-    { SetSquareNeighborhood_4(id0); }\r
-\r
-  private native int GetSquareNeighborhood_5();\r
-  public int GetSquareNeighborhood()\r
-    { return GetSquareNeighborhood_5(); }\r
-\r
-  private native void SquareNeighborhoodOn_6();\r
-  public void SquareNeighborhoodOn()\r
-    { SquareNeighborhoodOn_6(); }\r
-\r
-  private native void SquareNeighborhoodOff_7();\r
-  public void SquareNeighborhoodOff()\r
-    { SquareNeighborhoodOff_7(); }\r
-\r
-  private native void SetIslandValue_8(double id0);\r
-  public void SetIslandValue(double id0)\r
-    { SetIslandValue_8(id0); }\r
-\r
-  private native double GetIslandValue_9();\r
-  public double GetIslandValue()\r
-    { return GetIslandValue_9(); }\r
-\r
-  private native void SetReplaceValue_10(double id0);\r
-  public void SetReplaceValue(double id0)\r
-    { SetReplaceValue_10(id0); }\r
-\r
-  private native double GetReplaceValue_11();\r
-  public double GetReplaceValue()\r
-    { return GetReplaceValue_11(); }\r
-\r
-  public vtkImageIslandRemoval2D() { super(); }\r
-\r
-  public vtkImageIslandRemoval2D(long id) { super(id); }\r
-  public native long   VTKInit();\r
-\r
-}\r
+// 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();
+
+}