// java wrapper for vtkDebugLeaks object // package vtk; import vtk.*; public class vtkDebugLeaks 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 ConstructClass_2(String id0); public void ConstructClass(String id0) { ConstructClass_2(id0); } private native void DestructClass_3(String id0); public void DestructClass(String id0) { DestructClass_3(id0); } private native int PrintCurrentLeaks_4(); public int PrintCurrentLeaks() { return PrintCurrentLeaks_4(); } private native int GetExitError_5(); public int GetExitError() { return GetExitError_5(); } private native void SetExitError_6(int id0); public void SetExitError(int id0) { SetExitError_6(id0); } public vtkDebugLeaks() { super(); } public vtkDebugLeaks(long id) { super(id); } public native long VTKInit(); }