X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=vtk%2Fsrc%2Fvtk%2FvtkExodusIICache.java;h=4bbb090a66765c518a3d6490da5b66e7d18abd96;hb=4890725c9b7e31540dd84a11e16d73c643402a17;hp=e75ca8791571b2600a68cca33a4e71e23330f3d0;hpb=471c46e9a685e20de958d77166461aebc7a7b6ee;p=simantics%2F3d.git diff --git a/vtk/src/vtk/vtkExodusIICache.java b/vtk/src/vtk/vtkExodusIICache.java index e75ca879..4bbb090a 100644 --- a/vtk/src/vtk/vtkExodusIICache.java +++ b/vtk/src/vtk/vtkExodusIICache.java @@ -1,39 +1,39 @@ -// java wrapper for vtkExodusIICache object -// - -package vtk; -import vtk.*; - -public class vtkExodusIICache 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 Clear_2(); - public void Clear() - { Clear_2(); } - - private native void SetCacheCapacity_3(double id0); - public void SetCacheCapacity(double id0) - { SetCacheCapacity_3(id0); } - - private native double GetSpaceLeft_4(); - public double GetSpaceLeft() - { return GetSpaceLeft_4(); } - - private native int ReduceToSize_5(double id0); - public int ReduceToSize(double id0) - { return ReduceToSize_5(id0); } - - public vtkExodusIICache() { super(); } - - public vtkExodusIICache(long id) { super(id); } - public native long VTKInit(); - -} +// java wrapper for vtkExodusIICache object +// + +package vtk; +import vtk.*; + +public class vtkExodusIICache 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 Clear_2(); + public void Clear() + { Clear_2(); } + + private native void SetCacheCapacity_3(double id0); + public void SetCacheCapacity(double id0) + { SetCacheCapacity_3(id0); } + + private native double GetSpaceLeft_4(); + public double GetSpaceLeft() + { return GetSpaceLeft_4(); } + + private native int ReduceToSize_5(double id0); + public int ReduceToSize(double id0) + { return ReduceToSize_5(id0); } + + public vtkExodusIICache() { super(); } + + public vtkExodusIICache(long id) { super(id); } + public native long VTKInit(); + +}