]> gerrit.simantics Code Review - simantics/3d.git/blobdiff - vtk/src/vtk/vtkMutexLock.java
Fix PNG loading
[simantics/3d.git] / vtk / src / vtk / vtkMutexLock.java
index 6de0e6b936085ef05c703f2814a7a1baa3e047db..8f66dbb64996b468a7bc32c9d7223de3b42c552b 100644 (file)
@@ -1,31 +1,31 @@
-// java wrapper for vtkMutexLock object\r
-//\r
-\r
-package vtk;\r
-import vtk.*;\r
-\r
-public class vtkMutexLock extends vtkObject\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 Lock_2();\r
-  public void Lock()\r
-    { Lock_2(); }\r
-\r
-  private native void Unlock_3();\r
-  public void Unlock()\r
-    { Unlock_3(); }\r
-\r
-  public vtkMutexLock() { super(); }\r
-\r
-  public vtkMutexLock(long id) { super(id); }\r
-  public native long   VTKInit();\r
-\r
-}\r
+// java wrapper for vtkMutexLock object
+//
+
+package vtk;
+import vtk.*;
+
+public class vtkMutexLock extends vtkObject
+{
+
+  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 Lock_2();
+  public void Lock()
+    { Lock_2(); }
+
+  private native void Unlock_3();
+  public void Unlock()
+    { Unlock_3(); }
+
+  public vtkMutexLock() { super(); }
+
+  public vtkMutexLock(long id) { super(id); }
+  public native long   VTKInit();
+
+}