X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=vtk%2Fsrc%2Fvtk%2FvtkDebugLeaks.java;h=a9efd9bcb49b3e8c8941721924fe78969afb4ffd;hb=da4c428e1588898d23748be25d1176b61abcd403;hp=4bf623fc670122921607437092fa0c687d1a2ef6;hpb=471c46e9a685e20de958d77166461aebc7a7b6ee;p=simantics%2F3d.git diff --git a/vtk/src/vtk/vtkDebugLeaks.java b/vtk/src/vtk/vtkDebugLeaks.java index 4bf623fc..a9efd9bc 100644 --- a/vtk/src/vtk/vtkDebugLeaks.java +++ b/vtk/src/vtk/vtkDebugLeaks.java @@ -1,51 +1,43 @@ -// java wrapper for vtkDebugLeaks object -// - -package vtk; -import vtk.*; - -public class vtkDebugLeaks 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 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 void PromptUserOn_5(); - public void PromptUserOn() - { PromptUserOn_5(); } - - private native void PromptUserOff_6(); - public void PromptUserOff() - { PromptUserOff_6(); } - - private native int GetExitError_7(); - public int GetExitError() - { return GetExitError_7(); } - - private native void SetExitError_8(int id0); - public void SetExitError(int id0) - { SetExitError_8(id0); } - - public vtkDebugLeaks() { super(); } - - public vtkDebugLeaks(long id) { super(id); } - public native long VTKInit(); - -} +// 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(); + +}