// 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(); }