// java wrapper for vtkRenderbuffer object // package vtk; import vtk.*; public class vtkRenderbuffer 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 boolean IsSupported_2(vtkRenderWindow id0); public boolean IsSupported(vtkRenderWindow id0) { return IsSupported_2(id0); } private native int GetHandle_3(); public int GetHandle() { return GetHandle_3(); } private native void SetContext_4(vtkRenderWindow id0); public void SetContext(vtkRenderWindow id0) { SetContext_4(id0); } private native long GetContext_5(); public vtkRenderWindow GetContext() { long temp = GetContext_5(); if (temp == 0) return null; return (vtkRenderWindow)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native int CreateColorAttachment_6(int id0,int id1); public int CreateColorAttachment(int id0,int id1) { return CreateColorAttachment_6(id0,id1); } private native int CreateDepthAttachment_7(int id0,int id1); public int CreateDepthAttachment(int id0,int id1) { return CreateDepthAttachment_7(id0,id1); } private native int Create_8(int id0,int id1,int id2); public int Create(int id0,int id1,int id2) { return Create_8(id0,id1,id2); } private native int Create_9(int id0,int id1,int id2,int id3); public int Create(int id0,int id1,int id2,int id3) { return Create_9(id0,id1,id2,id3); } private native void ReleaseGraphicsResources_10(vtkWindow id0); public void ReleaseGraphicsResources(vtkWindow id0) { ReleaseGraphicsResources_10(id0); } private native void Resize_11(int id0,int id1); public void Resize(int id0,int id1) { Resize_11(id0,id1); } private native int GetWidth_12(); public int GetWidth() { return GetWidth_12(); } private native int GetHeight_13(); public int GetHeight() { return GetHeight_13(); } private native int GetSamples_14(); public int GetSamples() { return GetSamples_14(); } public vtkRenderbuffer() { super(); } public vtkRenderbuffer(long id) { super(id); } public native long VTKInit(); }