X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=vtk%2Fsrc%2Fvtk%2FvtkHeap.java;h=6e587e3ca47ec5eb239c859c1b320b0b0c78d108;hb=da945733caf267fed4cf28206cc99f4f57fbd1e9;hp=5afc92715e1d080a7e6c74afd4c49bde8abca181;hpb=471c46e9a685e20de958d77166461aebc7a7b6ee;p=simantics%2F3d.git diff --git a/vtk/src/vtk/vtkHeap.java b/vtk/src/vtk/vtkHeap.java index 5afc9271..6e587e3c 100644 --- a/vtk/src/vtk/vtkHeap.java +++ b/vtk/src/vtk/vtkHeap.java @@ -1,39 +1,39 @@ -// java wrapper for vtkHeap object -// - -package vtk; -import vtk.*; - -public class vtkHeap 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 int GetNumberOfBlocks_2(); - public int GetNumberOfBlocks() - { return GetNumberOfBlocks_2(); } - - private native int GetNumberOfAllocations_3(); - public int GetNumberOfAllocations() - { return GetNumberOfAllocations_3(); } - - private native void Reset_4(); - public void Reset() - { Reset_4(); } - - private native String StringDup_5(String id0); - public String StringDup(String id0) - { return StringDup_5(id0); } - - public vtkHeap() { super(); } - - public vtkHeap(long id) { super(id); } - public native long VTKInit(); - -} +// java wrapper for vtkHeap object +// + +package vtk; +import vtk.*; + +public class vtkHeap 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 int GetNumberOfBlocks_2(); + public int GetNumberOfBlocks() + { return GetNumberOfBlocks_2(); } + + private native int GetNumberOfAllocations_3(); + public int GetNumberOfAllocations() + { return GetNumberOfAllocations_3(); } + + private native void Reset_4(); + public void Reset() + { Reset_4(); } + + private native String StringDup_5(String id0); + public String StringDup(String id0) + { return StringDup_5(id0); } + + public vtkHeap() { super(); } + + public vtkHeap(long id) { super(id); } + public native long VTKInit(); + +}