]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkLightingMapPass.java
Loading VTK dlls with plug-in activator.
[simantics/3d.git] / vtk / src / vtk / vtkLightingMapPass.java
1 // java wrapper for vtkLightingMapPass object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkLightingMapPass extends vtkDefaultPass
8 {
9
10   private native int IsTypeOf_0(String id0);
11   public int IsTypeOf(String id0)
12     { return IsTypeOf_0(id0); }
13
14   private native int IsA_1(String id0);
15   public int IsA(String id0)
16     { return IsA_1(id0); }
17
18   private native void SetRenderType_2(int id0);
19   public void SetRenderType(int id0)
20     { SetRenderType_2(id0); }
21
22   private native int GetRenderType_3();
23   public int GetRenderType()
24     { return GetRenderType_3(); }
25
26   private native long RENDER_LUMINANCE_4();
27   public vtkInformationIntegerKey RENDER_LUMINANCE() {
28     long temp = RENDER_LUMINANCE_4();
29
30     if (temp == 0) return null;
31     return (vtkInformationIntegerKey)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
32 }
33
34   private native long RENDER_NORMALS_5();
35   public vtkInformationIntegerKey RENDER_NORMALS() {
36     long temp = RENDER_NORMALS_5();
37
38     if (temp == 0) return null;
39     return (vtkInformationIntegerKey)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
40 }
41
42   public vtkLightingMapPass() { super(); }
43
44   public vtkLightingMapPass(long id) { super(id); }
45   public native long   VTKInit();
46
47 }