1 // java wrapper for vtkLightingMapPass object
7 public class vtkLightingMapPass extends vtkDefaultPass
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 SetRenderType_2(int id0);
19 public void SetRenderType(int id0)
20 { SetRenderType_2(id0); }
22 private native int GetRenderType_3();
23 public int GetRenderType()
24 { return GetRenderType_3(); }
26 private native long RENDER_LUMINANCE_4();
27 public vtkInformationIntegerKey RENDER_LUMINANCE() {
28 long temp = RENDER_LUMINANCE_4();
30 if (temp == 0) return null;
31 return (vtkInformationIntegerKey)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
34 private native long RENDER_NORMALS_5();
35 public vtkInformationIntegerKey RENDER_NORMALS() {
36 long temp = RENDER_NORMALS_5();
38 if (temp == 0) return null;
39 return (vtkInformationIntegerKey)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
42 public vtkLightingMapPass() { super(); }
44 public vtkLightingMapPass(long id) { super(id); }
45 public native long VTKInit();