]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkImageIslandRemoval2D.java
Include old 64-bit versions of org.jcae.opencascade and vtk bundles
[simantics/3d.git] / vtk / src / vtk / vtkImageIslandRemoval2D.java
1 // java wrapper for vtkImageIslandRemoval2D object\r
2 //\r
3 \r
4 package vtk;\r
5 import vtk.*;\r
6 \r
7 public class vtkImageIslandRemoval2D extends vtkImageAlgorithm\r
8 {\r
9 \r
10   private native String GetClassName_0();\r
11   public String GetClassName()\r
12     { return GetClassName_0(); }\r
13 \r
14   private native int IsA_1(String id0);\r
15   public int IsA(String id0)\r
16     { return IsA_1(id0); }\r
17 \r
18   private native void SetAreaThreshold_2(int id0);\r
19   public void SetAreaThreshold(int id0)\r
20     { SetAreaThreshold_2(id0); }\r
21 \r
22   private native int GetAreaThreshold_3();\r
23   public int GetAreaThreshold()\r
24     { return GetAreaThreshold_3(); }\r
25 \r
26   private native void SetSquareNeighborhood_4(int id0);\r
27   public void SetSquareNeighborhood(int id0)\r
28     { SetSquareNeighborhood_4(id0); }\r
29 \r
30   private native int GetSquareNeighborhood_5();\r
31   public int GetSquareNeighborhood()\r
32     { return GetSquareNeighborhood_5(); }\r
33 \r
34   private native void SquareNeighborhoodOn_6();\r
35   public void SquareNeighborhoodOn()\r
36     { SquareNeighborhoodOn_6(); }\r
37 \r
38   private native void SquareNeighborhoodOff_7();\r
39   public void SquareNeighborhoodOff()\r
40     { SquareNeighborhoodOff_7(); }\r
41 \r
42   private native void SetIslandValue_8(double id0);\r
43   public void SetIslandValue(double id0)\r
44     { SetIslandValue_8(id0); }\r
45 \r
46   private native double GetIslandValue_9();\r
47   public double GetIslandValue()\r
48     { return GetIslandValue_9(); }\r
49 \r
50   private native void SetReplaceValue_10(double id0);\r
51   public void SetReplaceValue(double id0)\r
52     { SetReplaceValue_10(id0); }\r
53 \r
54   private native double GetReplaceValue_11();\r
55   public double GetReplaceValue()\r
56     { return GetReplaceValue_11(); }\r
57 \r
58   public vtkImageIslandRemoval2D() { super(); }\r
59 \r
60   public vtkImageIslandRemoval2D(long id) { super(id); }\r
61   public native long   VTKInit();\r
62 \r
63 }\r