]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkOpenGLTexture.java
Add back explicit loading of jawt.dll.
[simantics/3d.git] / vtk / src / vtk / vtkOpenGLTexture.java
1 // java wrapper for vtkOpenGLTexture object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkOpenGLTexture extends vtkTexture
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 Render_2(vtkRenderer id0);
19   public void Render(vtkRenderer id0)
20     { Render_2(id0); }
21
22   private native void Load_3(vtkRenderer id0);
23   public void Load(vtkRenderer id0)
24     { Load_3(id0); }
25
26   private native void PostRender_4(vtkRenderer id0);
27   public void PostRender(vtkRenderer id0)
28     { PostRender_4(id0); }
29
30   private native void ReleaseGraphicsResources_5(vtkWindow id0);
31   public void ReleaseGraphicsResources(vtkWindow id0)
32     { ReleaseGraphicsResources_5(id0); }
33
34   private native void CopyTexImage_6(int id0,int id1,int id2,int id3);
35   public void CopyTexImage(int id0,int id1,int id2,int id3)
36     { CopyTexImage_6(id0,id1,id2,id3); }
37
38   private native int GetIsDepthTexture_7();
39   public int GetIsDepthTexture()
40     { return GetIsDepthTexture_7(); }
41
42   private native void SetIsDepthTexture_8(int id0);
43   public void SetIsDepthTexture(int id0)
44     { SetIsDepthTexture_8(id0); }
45
46   private native int GetTextureType_9();
47   public int GetTextureType()
48     { return GetTextureType_9(); }
49
50   private native void SetTextureType_10(int id0);
51   public void SetTextureType(int id0)
52     { SetTextureType_10(id0); }
53
54   private native long GetTextureObject_11();
55   public vtkTextureObject GetTextureObject() {
56     long temp = GetTextureObject_11();
57
58     if (temp == 0) return null;
59     return (vtkTextureObject)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
60 }
61
62   private native void SetTextureObject_12(vtkTextureObject id0);
63   public void SetTextureObject(vtkTextureObject id0)
64     { SetTextureObject_12(id0); }
65
66   private native int GetTextureUnit_13();
67   public int GetTextureUnit()
68     { return GetTextureUnit_13(); }
69
70   private native int IsTranslucent_14();
71   public int IsTranslucent()
72     { return IsTranslucent_14(); }
73
74   public vtkOpenGLTexture() { super(); }
75
76   public vtkOpenGLTexture(long id) { super(id); }
77   public native long   VTKInit();
78
79 }