// java wrapper for vtkGPUInfo object // package vtk; import vtk.*; public class vtkGPUInfo 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 SetDedicatedVideoMemory_2(int id0); public void SetDedicatedVideoMemory(int id0) { SetDedicatedVideoMemory_2(id0); } private native int GetDedicatedVideoMemory_3(); public int GetDedicatedVideoMemory() { return GetDedicatedVideoMemory_3(); } private native void SetDedicatedSystemMemory_4(int id0); public void SetDedicatedSystemMemory(int id0) { SetDedicatedSystemMemory_4(id0); } private native int GetDedicatedSystemMemory_5(); public int GetDedicatedSystemMemory() { return GetDedicatedSystemMemory_5(); } private native void SetSharedSystemMemory_6(int id0); public void SetSharedSystemMemory(int id0) { SetSharedSystemMemory_6(id0); } private native int GetSharedSystemMemory_7(); public int GetSharedSystemMemory() { return GetSharedSystemMemory_7(); } public vtkGPUInfo() { super(); } public vtkGPUInfo(long id) { super(id); } public native long VTKInit(); }