X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=vtk%2Fsrc%2Fvtk%2FvtkMutexLock.java;h=8f66dbb64996b468a7bc32c9d7223de3b42c552b;hb=7e8142b80067a2af52ceb5bdf3a9307756c1c78c;hp=6de0e6b936085ef05c703f2814a7a1baa3e047db;hpb=471c46e9a685e20de958d77166461aebc7a7b6ee;p=simantics%2F3d.git diff --git a/vtk/src/vtk/vtkMutexLock.java b/vtk/src/vtk/vtkMutexLock.java index 6de0e6b9..8f66dbb6 100644 --- a/vtk/src/vtk/vtkMutexLock.java +++ b/vtk/src/vtk/vtkMutexLock.java @@ -1,31 +1,31 @@ -// java wrapper for vtkMutexLock object -// - -package vtk; -import vtk.*; - -public class vtkMutexLock extends vtkObject -{ - - private native String GetClassName_0(); - public String GetClassName() - { return GetClassName_0(); } - - 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(); - -} +// 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(); + +}