1 // java wrapper for vtkGPUInfo object
7 public class vtkGPUInfo extends vtkObject
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 SetDedicatedVideoMemory_2(int id0);
19 public void SetDedicatedVideoMemory(int id0)
20 { SetDedicatedVideoMemory_2(id0); }
22 private native int GetDedicatedVideoMemory_3();
23 public int GetDedicatedVideoMemory()
24 { return GetDedicatedVideoMemory_3(); }
26 private native void SetDedicatedSystemMemory_4(int id0);
27 public void SetDedicatedSystemMemory(int id0)
28 { SetDedicatedSystemMemory_4(id0); }
30 private native int GetDedicatedSystemMemory_5();
31 public int GetDedicatedSystemMemory()
32 { return GetDedicatedSystemMemory_5(); }
34 private native void SetSharedSystemMemory_6(int id0);
35 public void SetSharedSystemMemory(int id0)
36 { SetSharedSystemMemory_6(id0); }
38 private native int GetSharedSystemMemory_7();
39 public int GetSharedSystemMemory()
40 { return GetSharedSystemMemory_7(); }
42 public vtkGPUInfo() { super(); }
44 public vtkGPUInfo(long id) { super(id); }
45 public native long VTKInit();