]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkShader.java
Loading VTK dlls with plug-in activator.
[simantics/3d.git] / vtk / src / vtk / vtkShader.java
1 // java wrapper for vtkShader object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkShader extends vtkObject
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 SetType_2(int id0);
19   public void SetType(int id0)
20     { SetType_2(id0); }
21
22   private native int GetType_3();
23   public int GetType()
24     { return GetType_3(); }
25
26   private native void SetSource_4(String id0);
27   public void SetSource(String id0)
28     { SetSource_4(id0); }
29
30   private native String GetSource_5();
31   public String GetSource()
32     { return GetSource_5(); }
33
34   private native String GetError_6();
35   public String GetError()
36     { return GetError_6(); }
37
38   private native int GetHandle_7();
39   public int GetHandle()
40     { return GetHandle_7(); }
41
42   private native boolean Compile_8();
43   public boolean Compile()
44     { return Compile_8(); }
45
46   private native void Cleanup_9();
47   public void Cleanup()
48     { Cleanup_9(); }
49
50   public vtkShader() { super(); }
51
52   public vtkShader(long id) { super(id); }
53   public native long   VTKInit();
54
55 }