X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=vtk%2Fsrc%2Fvtk%2FvtkShadowMapBakerPass.java;h=8a1e0f9cbcf6fddd1ba9185cebb2051a72c2beaa;hb=f13bbe4a5dd9b50077ab6110bfb20257e4ebf6f0;hp=33da82631916a96c123e01d06432125f4594e50b;hpb=471c46e9a685e20de958d77166461aebc7a7b6ee;p=simantics%2F3d.git diff --git a/vtk/src/vtk/vtkShadowMapBakerPass.java b/vtk/src/vtk/vtkShadowMapBakerPass.java index 33da8263..8a1e0f9c 100644 --- a/vtk/src/vtk/vtkShadowMapBakerPass.java +++ b/vtk/src/vtk/vtkShadowMapBakerPass.java @@ -1,107 +1,75 @@ -// 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(); - -} +// 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(); + +}