]> gerrit.simantics Code Review - simantics/3d.git/blobdiff - vtk/src/vtk/vtkDebugLeaks.java
Add awt.dll and jawt.dll as dependencies for VTK libraries.
[simantics/3d.git] / vtk / src / vtk / vtkDebugLeaks.java
index 4bf623fc670122921607437092fa0c687d1a2ef6..a9efd9bcb49b3e8c8941721924fe78969afb4ffd 100644 (file)
@@ -1,51 +1,43 @@
-// java wrapper for vtkDebugLeaks object\r
-//\r
-\r
-package vtk;\r
-import vtk.*;\r
-\r
-public class vtkDebugLeaks 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 ConstructClass_2(String id0);\r
-  public void ConstructClass(String id0)\r
-    { ConstructClass_2(id0); }\r
-\r
-  private native void DestructClass_3(String id0);\r
-  public void DestructClass(String id0)\r
-    { DestructClass_3(id0); }\r
-\r
-  private native int PrintCurrentLeaks_4();\r
-  public int PrintCurrentLeaks()\r
-    { return PrintCurrentLeaks_4(); }\r
-\r
-  private native void PromptUserOn_5();\r
-  public void PromptUserOn()\r
-    { PromptUserOn_5(); }\r
-\r
-  private native void PromptUserOff_6();\r
-  public void PromptUserOff()\r
-    { PromptUserOff_6(); }\r
-\r
-  private native int GetExitError_7();\r
-  public int GetExitError()\r
-    { return GetExitError_7(); }\r
-\r
-  private native void SetExitError_8(int id0);\r
-  public void SetExitError(int id0)\r
-    { SetExitError_8(id0); }\r
-\r
-  public vtkDebugLeaks() { super(); }\r
-\r
-  public vtkDebugLeaks(long id) { super(id); }\r
-  public native long   VTKInit();\r
-\r
-}\r
+// 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();
+
+}