// java wrapper for vtkFramebufferPass object // package vtk; import vtk.*; public class vtkFramebufferPass extends vtkDepthImageProcessingPass { 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(vtkWindow id0); public void ReleaseGraphicsResources(vtkWindow id0) { ReleaseGraphicsResources_2(id0); } private native void SetDepthFormat_3(int id0); public void SetDepthFormat(int id0) { SetDepthFormat_3(id0); } private native void SetColorFormat_4(int id0); public void SetColorFormat(int id0) { SetColorFormat_4(id0); } private native long GetDepthTexture_5(); public vtkTextureObject GetDepthTexture() { long temp = GetDepthTexture_5(); if (temp == 0) return null; return (vtkTextureObject)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native long GetColorTexture_6(); public vtkTextureObject GetColorTexture() { long temp = GetColorTexture_6(); if (temp == 0) return null; return (vtkTextureObject)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); } public vtkFramebufferPass() { super(); } public vtkFramebufferPass(long id) { super(id); } public native long VTKInit(); }