1 // java wrapper for vtkShadowMapBakerPass object
7 public class vtkShadowMapBakerPass extends vtkOpenGLRenderPass
10 private native int IsTypeOf_0(String id0);
11 public int IsTypeOf(String id0)
12 { return IsTypeOf_0(id0); }
14 private native int IsA_1(String id0);
15 public int IsA(String id0)
16 { return IsA_1(id0); }
18 private native void ReleaseGraphicsResources_2(vtkWindow id0);
19 public void ReleaseGraphicsResources(vtkWindow id0)
20 { ReleaseGraphicsResources_2(id0); }
22 private native long GetOpaqueSequence_3();
23 public vtkRenderPass GetOpaqueSequence() {
24 long temp = GetOpaqueSequence_3();
26 if (temp == 0) return null;
27 return (vtkRenderPass)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
30 private native void SetOpaqueSequence_4(vtkRenderPass id0);
31 public void SetOpaqueSequence(vtkRenderPass id0)
32 { SetOpaqueSequence_4(id0); }
34 private native long GetCompositeZPass_5();
35 public vtkRenderPass GetCompositeZPass() {
36 long temp = GetCompositeZPass_5();
38 if (temp == 0) return null;
39 return (vtkRenderPass)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
42 private native void SetCompositeZPass_6(vtkRenderPass id0);
43 public void SetCompositeZPass(vtkRenderPass id0)
44 { SetCompositeZPass_6(id0); }
46 private native void SetResolution_7(int id0);
47 public void SetResolution(int id0)
48 { SetResolution_7(id0); }
50 private native int GetResolution_8();
51 public int GetResolution()
52 { return GetResolution_8(); }
54 private native boolean GetHasShadows_9();
55 public boolean GetHasShadows()
56 { return GetHasShadows_9(); }
58 private native boolean LightCreatesShadow_10(vtkLight id0);
59 public boolean LightCreatesShadow(vtkLight id0)
60 { return LightCreatesShadow_10(id0); }
62 private native boolean GetNeedUpdate_11();
63 public boolean GetNeedUpdate()
64 { return GetNeedUpdate_11(); }
66 private native void SetUpToDate_12();
67 public void SetUpToDate()
70 public vtkShadowMapBakerPass() { super(); }
72 public vtkShadowMapBakerPass(long id) { super(id); }
73 public native long VTKInit();