]> gerrit.simantics Code Review - simantics/3d.git/blobdiff - vtk/src/vtk/vtkImageOpenClose3D.java
Loading VTK dlls with plug-in activator.
[simantics/3d.git] / vtk / src / vtk / vtkImageOpenClose3D.java
index 3aa7adad59e4754df6004383c08fd3d9cab8f406..bde31eb07693900bf829dcb64233880a33345e76 100644 (file)
@@ -1,75 +1,75 @@
-// java wrapper for vtkImageOpenClose3D object\r
-//\r
-\r
-package vtk;\r
-import vtk.*;\r
-\r
-public class vtkImageOpenClose3D 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 int GetMTime_2();\r
-  public int GetMTime()\r
-    { return GetMTime_2(); }\r
-\r
-  private native void DebugOn_3();\r
-  public void DebugOn()\r
-    { DebugOn_3(); }\r
-\r
-  private native void DebugOff_4();\r
-  public void DebugOff()\r
-    { DebugOff_4(); }\r
-\r
-  private native void Modified_5();\r
-  public void Modified()\r
-    { Modified_5(); }\r
-\r
-  private native void SetKernelSize_6(int id0,int id1,int id2);\r
-  public void SetKernelSize(int id0,int id1,int id2)\r
-    { SetKernelSize_6(id0,id1,id2); }\r
-\r
-  private native void SetOpenValue_7(double id0);\r
-  public void SetOpenValue(double id0)\r
-    { SetOpenValue_7(id0); }\r
-\r
-  private native double GetOpenValue_8();\r
-  public double GetOpenValue()\r
-    { return GetOpenValue_8(); }\r
-\r
-  private native void SetCloseValue_9(double id0);\r
-  public void SetCloseValue(double id0)\r
-    { SetCloseValue_9(id0); }\r
-\r
-  private native double GetCloseValue_10();\r
-  public double GetCloseValue()\r
-    { return GetCloseValue_10(); }\r
-\r
-  private native long GetFilter0_11();\r
-  public vtkImageDilateErode3D GetFilter0() {\r
-    long temp = GetFilter0_11();\r
-\r
-    if (temp == 0) return null;\r
-    return (vtkImageDilateErode3D)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
-  }\r
-\r
-  private native long GetFilter1_12();\r
-  public vtkImageDilateErode3D GetFilter1() {\r
-    long temp = GetFilter1_12();\r
-\r
-    if (temp == 0) return null;\r
-    return (vtkImageDilateErode3D)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
-  }\r
-\r
-  public vtkImageOpenClose3D() { super(); }\r
-\r
-  public vtkImageOpenClose3D(long id) { super(id); }\r
-  public native long   VTKInit();\r
-\r
-}\r
+// java wrapper for vtkImageOpenClose3D object
+//
+
+package vtk;
+import vtk.*;
+
+public class vtkImageOpenClose3D 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 int GetMTime_2();
+  public int GetMTime()
+    { return GetMTime_2(); }
+
+  private native void DebugOn_3();
+  public void DebugOn()
+    { DebugOn_3(); }
+
+  private native void DebugOff_4();
+  public void DebugOff()
+    { DebugOff_4(); }
+
+  private native void Modified_5();
+  public void Modified()
+    { Modified_5(); }
+
+  private native void SetKernelSize_6(int id0,int id1,int id2);
+  public void SetKernelSize(int id0,int id1,int id2)
+    { SetKernelSize_6(id0,id1,id2); }
+
+  private native void SetOpenValue_7(double id0);
+  public void SetOpenValue(double id0)
+    { SetOpenValue_7(id0); }
+
+  private native double GetOpenValue_8();
+  public double GetOpenValue()
+    { return GetOpenValue_8(); }
+
+  private native void SetCloseValue_9(double id0);
+  public void SetCloseValue(double id0)
+    { SetCloseValue_9(id0); }
+
+  private native double GetCloseValue_10();
+  public double GetCloseValue()
+    { return GetCloseValue_10(); }
+
+  private native long GetFilter0_11();
+  public vtkImageDilateErode3D GetFilter0() {
+    long temp = GetFilter0_11();
+
+    if (temp == 0) return null;
+    return (vtkImageDilateErode3D)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
+}
+
+  private native long GetFilter1_12();
+  public vtkImageDilateErode3D GetFilter1() {
+    long temp = GetFilter1_12();
+
+    if (temp == 0) return null;
+    return (vtkImageDilateErode3D)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
+}
+
+  public vtkImageOpenClose3D() { super(); }
+
+  public vtkImageOpenClose3D(long id) { super(id); }
+  public native long   VTKInit();
+
+}