]> gerrit.simantics Code Review - simantics/3d.git/blobdiff - vtk/src/vtk/vtkImageIdealHighPass.java
Add back explicit loading of jawt.dll.
[simantics/3d.git] / vtk / src / vtk / vtkImageIdealHighPass.java
index 7cb8f02313b82da26682e0f9404904a3324e741f..11c1b65aa4ff97c40662cae9602d5d7e7c702104 100644 (file)
@@ -1,63 +1,63 @@
-// java wrapper for vtkImageIdealHighPass object\r
-//\r
-\r
-package vtk;\r
-import vtk.*;\r
-\r
-public class vtkImageIdealHighPass extends vtkThreadedImageAlgorithm\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 SetCutOff_2(double id0,double id1,double id2);\r
-  public void SetCutOff(double id0,double id1,double id2)\r
-    { SetCutOff_2(id0,id1,id2); }\r
-\r
-  private native void SetCutOff_3(double id0[]);\r
-  public void SetCutOff(double id0[])\r
-    { SetCutOff_3(id0); }\r
-\r
-  private native void SetCutOff_4(double id0);\r
-  public void SetCutOff(double id0)\r
-    { SetCutOff_4(id0); }\r
-\r
-  private native void SetXCutOff_5(double id0);\r
-  public void SetXCutOff(double id0)\r
-    { SetXCutOff_5(id0); }\r
-\r
-  private native void SetYCutOff_6(double id0);\r
-  public void SetYCutOff(double id0)\r
-    { SetYCutOff_6(id0); }\r
-\r
-  private native void SetZCutOff_7(double id0);\r
-  public void SetZCutOff(double id0)\r
-    { SetZCutOff_7(id0); }\r
-\r
-  private native double[] GetCutOff_8();\r
-  public double[] GetCutOff()\r
-    { return GetCutOff_8(); }\r
-\r
-  private native double GetXCutOff_9();\r
-  public double GetXCutOff()\r
-    { return GetXCutOff_9(); }\r
-\r
-  private native double GetYCutOff_10();\r
-  public double GetYCutOff()\r
-    { return GetYCutOff_10(); }\r
-\r
-  private native double GetZCutOff_11();\r
-  public double GetZCutOff()\r
-    { return GetZCutOff_11(); }\r
-\r
-  public vtkImageIdealHighPass() { super(); }\r
-\r
-  public vtkImageIdealHighPass(long id) { super(id); }\r
-  public native long   VTKInit();\r
-\r
-}\r
+// java wrapper for vtkImageIdealHighPass object
+//
+
+package vtk;
+import vtk.*;
+
+public class vtkImageIdealHighPass extends vtkThreadedImageAlgorithm
+{
+
+  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 SetCutOff_2(double id0,double id1,double id2);
+  public void SetCutOff(double id0,double id1,double id2)
+    { SetCutOff_2(id0,id1,id2); }
+
+  private native void SetCutOff_3(double id0[]);
+  public void SetCutOff(double id0[])
+    { SetCutOff_3(id0); }
+
+  private native void SetCutOff_4(double id0);
+  public void SetCutOff(double id0)
+    { SetCutOff_4(id0); }
+
+  private native void SetXCutOff_5(double id0);
+  public void SetXCutOff(double id0)
+    { SetXCutOff_5(id0); }
+
+  private native void SetYCutOff_6(double id0);
+  public void SetYCutOff(double id0)
+    { SetYCutOff_6(id0); }
+
+  private native void SetZCutOff_7(double id0);
+  public void SetZCutOff(double id0)
+    { SetZCutOff_7(id0); }
+
+  private native double[] GetCutOff_8();
+  public double[] GetCutOff()
+    { return GetCutOff_8(); }
+
+  private native double GetXCutOff_9();
+  public double GetXCutOff()
+    { return GetXCutOff_9(); }
+
+  private native double GetYCutOff_10();
+  public double GetYCutOff()
+    { return GetYCutOff_10(); }
+
+  private native double GetZCutOff_11();
+  public double GetZCutOff()
+    { return GetZCutOff_11(); }
+
+  public vtkImageIdealHighPass() { super(); }
+
+  public vtkImageIdealHighPass(long id) { super(id); }
+  public native long   VTKInit();
+
+}