1 // java wrapper for vtkOpenGLRenderer object
7 public class vtkOpenGLRenderer extends vtkRenderer
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 DeviceRender_2();
19 public void DeviceRender()
22 private native void DeviceRenderOpaqueGeometry_3();
23 public void DeviceRenderOpaqueGeometry()
24 { DeviceRenderOpaqueGeometry_3(); }
26 private native void DeviceRenderTranslucentPolygonalGeometry_4();
27 public void DeviceRenderTranslucentPolygonalGeometry()
28 { DeviceRenderTranslucentPolygonalGeometry_4(); }
30 private native void Clear_5();
34 private native int UpdateLights_6();
35 public int UpdateLights()
36 { return UpdateLights_6(); }
38 private native int GetDepthPeelingHigherLayer_7();
39 public int GetDepthPeelingHigherLayer()
40 { return GetDepthPeelingHigherLayer_7(); }
42 private native boolean HaveApplePrimitiveIdBug_8();
43 public boolean HaveApplePrimitiveIdBug()
44 { return HaveApplePrimitiveIdBug_8(); }
46 private native boolean HaveAppleQueryAllocationBug_9();
47 public boolean HaveAppleQueryAllocationBug()
48 { return HaveAppleQueryAllocationBug_9(); }
50 private native boolean IsDualDepthPeelingSupported_10();
51 public boolean IsDualDepthPeelingSupported()
52 { return IsDualDepthPeelingSupported_10(); }
54 private native String GetLightingUniforms_11();
55 public String GetLightingUniforms()
56 { return GetLightingUniforms_11(); }
58 private native void UpdateLightingUniforms_12(vtkShaderProgram id0);
59 public void UpdateLightingUniforms(vtkShaderProgram id0)
60 { UpdateLightingUniforms_12(id0); }
62 private native int GetLightingComplexity_13();
63 public int GetLightingComplexity()
64 { return GetLightingComplexity_13(); }
66 private native int GetLightingCount_14();
67 public int GetLightingCount()
68 { return GetLightingCount_14(); }
70 private native void SetUserLightTransform_15(vtkTransform id0);
71 public void SetUserLightTransform(vtkTransform id0)
72 { SetUserLightTransform_15(id0); }
74 public vtkOpenGLRenderer() { super(); }
76 public vtkOpenGLRenderer(long id) { super(id); }
77 public native long VTKInit();