1 // java wrapper for vtkTemporalDataSetCache object
7 public class vtkTemporalDataSetCache extends vtkAlgorithm
10 private native int IsTypeOf_0(String id0);
11 public int IsTypeOf(String id0)
12 { return IsTypeOf_0(id0); }
14 private native int IsA_1(String id0);
15 public int IsA(String id0)
16 { return IsA_1(id0); }
18 private native void SetCacheSize_2(int id0);
19 public void SetCacheSize(int id0)
20 { SetCacheSize_2(id0); }
22 private native int GetCacheSize_3();
23 public int GetCacheSize()
24 { return GetCacheSize_3(); }
26 public vtkTemporalDataSetCache() { super(); }
28 public vtkTemporalDataSetCache(long id) { super(id); }
29 public native long VTKInit();