// java wrapper for vtkShadowMapBakerPass object // package vtk; import vtk.*; public class vtkShadowMapBakerPass extends vtkRenderPass { 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 long OCCLUDER_2(); public vtkInformationIntegerKey OCCLUDER() { long temp = OCCLUDER_2(); if (temp == 0) return null; return (vtkInformationIntegerKey)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native long RECEIVER_3(); public vtkInformationIntegerKey RECEIVER() { long temp = RECEIVER_3(); if (temp == 0) return null; return (vtkInformationIntegerKey)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native void ReleaseGraphicsResources_4(vtkWindow id0); public void ReleaseGraphicsResources(vtkWindow id0) { ReleaseGraphicsResources_4(id0); } private native long GetOpaquePass_5(); public vtkRenderPass GetOpaquePass() { long temp = GetOpaquePass_5(); if (temp == 0) return null; return (vtkRenderPass)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native void SetOpaquePass_6(vtkRenderPass id0); public void SetOpaquePass(vtkRenderPass id0) { SetOpaquePass_6(id0); } private native long GetCompositeZPass_7(); public vtkRenderPass GetCompositeZPass() { long temp = GetCompositeZPass_7(); if (temp == 0) return null; return (vtkRenderPass)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native void SetCompositeZPass_8(vtkRenderPass id0); public void SetCompositeZPass(vtkRenderPass id0) { SetCompositeZPass_8(id0); } private native void SetResolution_9(int id0); public void SetResolution(int id0) { SetResolution_9(id0); } private native int GetResolution_10(); public int GetResolution() { return GetResolution_10(); } private native void SetPolygonOffsetFactor_11(double id0); public void SetPolygonOffsetFactor(double id0) { SetPolygonOffsetFactor_11(id0); } private native double GetPolygonOffsetFactor_12(); public double GetPolygonOffsetFactor() { return GetPolygonOffsetFactor_12(); } private native void SetPolygonOffsetUnits_13(double id0); public void SetPolygonOffsetUnits(double id0) { SetPolygonOffsetUnits_13(id0); } private native double GetPolygonOffsetUnits_14(); public double GetPolygonOffsetUnits() { return GetPolygonOffsetUnits_14(); } private native boolean GetHasShadows_15(); public boolean GetHasShadows() { return GetHasShadows_15(); } private native boolean LightCreatesShadow_16(vtkLight id0); public boolean LightCreatesShadow(vtkLight id0) { return LightCreatesShadow_16(id0); } private native boolean GetNeedUpdate_17(); public boolean GetNeedUpdate() { return GetNeedUpdate_17(); } private native void SetUpToDate_18(); public void SetUpToDate() { SetUpToDate_18(); } public vtkShadowMapBakerPass() { super(); } public vtkShadowMapBakerPass(long id) { super(id); } public native long VTKInit(); }