// java wrapper for vtkShadowMapBakerPass object // package vtk; import vtk.*; public class vtkShadowMapBakerPass extends vtkOpenGLRenderPass { 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 long GetOpaqueSequence_3(); public vtkRenderPass GetOpaqueSequence() { long temp = GetOpaqueSequence_3(); if (temp == 0) return null; return (vtkRenderPass)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native void SetOpaqueSequence_4(vtkRenderPass id0); public void SetOpaqueSequence(vtkRenderPass id0) { SetOpaqueSequence_4(id0); } private native long GetCompositeZPass_5(); public vtkRenderPass GetCompositeZPass() { long temp = GetCompositeZPass_5(); if (temp == 0) return null; return (vtkRenderPass)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native void SetCompositeZPass_6(vtkRenderPass id0); public void SetCompositeZPass(vtkRenderPass id0) { SetCompositeZPass_6(id0); } private native void SetResolution_7(int id0); public void SetResolution(int id0) { SetResolution_7(id0); } private native int GetResolution_8(); public int GetResolution() { return GetResolution_8(); } private native boolean GetHasShadows_9(); public boolean GetHasShadows() { return GetHasShadows_9(); } private native boolean LightCreatesShadow_10(vtkLight id0); public boolean LightCreatesShadow(vtkLight id0) { return LightCreatesShadow_10(id0); } private native boolean GetNeedUpdate_11(); public boolean GetNeedUpdate() { return GetNeedUpdate_11(); } private native void SetUpToDate_12(); public void SetUpToDate() { SetUpToDate_12(); } public vtkShadowMapBakerPass() { super(); } public vtkShadowMapBakerPass(long id) { super(id); } public native long VTKInit(); }