]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkTemporalDataSetCache.java
Include old 64-bit versions of org.jcae.opencascade and vtk bundles
[simantics/3d.git] / vtk / src / vtk / vtkTemporalDataSetCache.java
1 // java wrapper for vtkTemporalDataSetCache object\r
2 //\r
3 \r
4 package vtk;\r
5 import vtk.*;\r
6 \r
7 public class vtkTemporalDataSetCache extends vtkTemporalDataSetAlgorithm\r
8 {\r
9 \r
10   private native String GetClassName_0();\r
11   public String GetClassName()\r
12     { return GetClassName_0(); }\r
13 \r
14   private native int IsA_1(String id0);\r
15   public int IsA(String id0)\r
16     { return IsA_1(id0); }\r
17 \r
18   private native void SetCacheSize_2(int id0);\r
19   public void SetCacheSize(int id0)\r
20     { SetCacheSize_2(id0); }\r
21 \r
22   private native int GetCacheSize_3();\r
23   public int GetCacheSize()\r
24     { return GetCacheSize_3(); }\r
25 \r
26   public vtkTemporalDataSetCache() { super(); }\r
27 \r
28   public vtkTemporalDataSetCache(long id) { super(id); }\r
29   public native long   VTKInit();\r
30 \r
31 }\r