// java wrapper for vtkOpenGLContextBufferId object // package vtk; import vtk.*; public class vtkOpenGLContextBufferId extends vtkAbstractContextBufferId { 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 ReleaseGraphicsResources_2(); public void ReleaseGraphicsResources() { ReleaseGraphicsResources_2(); } private native void SetContext_3(vtkRenderWindow id0); public void SetContext(vtkRenderWindow id0) { SetContext_3(id0); } private native long GetContext_4(); public vtkRenderWindow GetContext() { long temp = GetContext_4(); if (temp == 0) return null; return (vtkRenderWindow)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native boolean IsSupported_5(); public boolean IsSupported() { return IsSupported_5(); } private native void Allocate_6(); public void Allocate() { Allocate_6(); } private native boolean IsAllocated_7(); public boolean IsAllocated() { return IsAllocated_7(); } private native void SetValues_8(int id0,int id1); public void SetValues(int id0,int id1) { SetValues_8(id0,id1); } private native int GetPickedItem_9(int id0,int id1); public int GetPickedItem(int id0,int id1) { return GetPickedItem_9(id0,id1); } public vtkOpenGLContextBufferId() { super(); } public vtkOpenGLContextBufferId(long id) { super(id); } public native long VTKInit(); }