]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkOpenGLBufferObject.java
Perform view direction switching via vtkCameraAndSelectorAction
[simantics/3d.git] / vtk / src / vtk / vtkOpenGLBufferObject.java
1 // java wrapper for vtkOpenGLBufferObject object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkOpenGLBufferObject 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 int GetType_2();
19   public int GetType()
20     { return GetType_2(); }
21
22   private native void SetType_3(int id0);
23   public void SetType(int id0)
24     { SetType_3(id0); }
25
26   private native int GetHandle_4();
27   public int GetHandle()
28     { return GetHandle_4(); }
29
30   private native boolean IsReady_5();
31   public boolean IsReady()
32     { return IsReady_5(); }
33
34   private native boolean GenerateBuffer_6(int id0);
35   public boolean GenerateBuffer(int id0)
36     { return GenerateBuffer_6(id0); }
37
38   private native boolean Bind_7();
39   public boolean Bind()
40     { return Bind_7(); }
41
42   private native boolean Release_8();
43   public boolean Release()
44     { return Release_8(); }
45
46   private native void ReleaseGraphicsResources_9();
47   public void ReleaseGraphicsResources()
48     { ReleaseGraphicsResources_9(); }
49
50   private native String GetError_10();
51   public String GetError()
52     { return GetError_10(); }
53
54   public vtkOpenGLBufferObject() { super(); }
55
56   public vtkOpenGLBufferObject(long id) { super(id); }
57   public native long   VTKInit();
58
59 }