// 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(); }