// java wrapper for vtkPixelBufferObject object // package vtk; import vtk.*; public class vtkPixelBufferObject extends vtkObject { private native String GetClassName_0(); public String GetClassName() { return GetClassName_0(); } 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)vtkObject.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 int GetSize_7(); public int GetSize() { return GetSize_7(); } private native int GetHandle_8(); public int GetHandle() { return GetHandle_8(); } private native void BindToPackedBuffer_9(); public void BindToPackedBuffer() { BindToPackedBuffer_9(); } private native void BindToUnPackedBuffer_10(); public void BindToUnPackedBuffer() { BindToUnPackedBuffer_10(); } private native void UnBind_11(); public void UnBind() { UnBind_11(); } private native void Allocate_12(int id0,int id1); public void Allocate(int id0,int id1) { Allocate_12(id0,id1); } private native void ReleaseMemory_13(); public void ReleaseMemory() { ReleaseMemory_13(); } private native boolean IsSupported_14(vtkRenderWindow id0); public boolean IsSupported(vtkRenderWindow id0) { return IsSupported_14(id0); } public vtkPixelBufferObject() { super(); } public vtkPixelBufferObject(long id) { super(id); } public native long VTKInit(); }