// java wrapper for vtkPixelBufferObject object // package vtk; import vtk.*; public class vtkPixelBufferObject 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 SetContext_2(vtkRenderWindow id0); public void SetContext(vtkRenderWindow id0) { SetContext_2(id0); } private native long GetContext_3(); public vtkRenderWindow GetContext() { long temp = GetContext_3(); if (temp == 0) return null; return (vtkRenderWindow)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native int GetUsage_4(); public int GetUsage() { return GetUsage_4(); } private native void SetUsage_5(int id0); public void SetUsage(int id0) { SetUsage_5(id0); } private native int GetType_6(); public int GetType() { return GetType_6(); } private native void SetType_7(int id0); public void SetType(int id0) { SetType_7(id0); } private native int GetComponents_8(); public int GetComponents() { return GetComponents_8(); } private native void SetComponents_9(int id0); public void SetComponents(int id0) { SetComponents_9(id0); } private native int GetSize_10(); public int GetSize() { return GetSize_10(); } private native void SetSize_11(int id0); public void SetSize(int id0) { SetSize_11(id0); } private native void SetSize_12(int id0,int id1); public void SetSize(int id0,int id1) { SetSize_12(id0,id1); } private native int GetHandle_13(); public int GetHandle() { return GetHandle_13(); } private native void BindToPackedBuffer_14(); public void BindToPackedBuffer() { BindToPackedBuffer_14(); } private native void BindToUnPackedBuffer_15(); public void BindToUnPackedBuffer() { BindToUnPackedBuffer_15(); } private native void UnBind_16(); public void UnBind() { UnBind_16(); } private native void UnmapUnpackedBuffer_17(); public void UnmapUnpackedBuffer() { UnmapUnpackedBuffer_17(); } private native void UnmapPackedBuffer_18(); public void UnmapPackedBuffer() { UnmapPackedBuffer_18(); } private native void Bind_19(int id0); public void Bind(int id0) { Bind_19(id0); } private native void UnmapBuffer_20(int id0); public void UnmapBuffer(int id0) { UnmapBuffer_20(id0); } private native void Allocate_21(int id0,int id1,int id2,int id3); public void Allocate(int id0,int id1,int id2,int id3) { Allocate_21(id0,id1,id2,id3); } private native void Allocate_22(int id0,int id1); public void Allocate(int id0,int id1) { Allocate_22(id0,id1); } private native void ReleaseMemory_23(); public void ReleaseMemory() { ReleaseMemory_23(); } private native boolean IsSupported_24(vtkRenderWindow id0); public boolean IsSupported(vtkRenderWindow id0) { return IsSupported_24(id0); } public vtkPixelBufferObject() { super(); } public vtkPixelBufferObject(long id) { super(id); } public native long VTKInit(); }