]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkRenderbuffer.java
Perform view direction switching via vtkCameraAndSelectorAction
[simantics/3d.git] / vtk / src / vtk / vtkRenderbuffer.java
1 // java wrapper for vtkRenderbuffer object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkRenderbuffer 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 boolean IsSupported_2(vtkRenderWindow id0);
19   public boolean IsSupported(vtkRenderWindow id0)
20     { return IsSupported_2(id0); }
21
22   private native int GetHandle_3();
23   public int GetHandle()
24     { return GetHandle_3(); }
25
26   private native void SetContext_4(vtkRenderWindow id0);
27   public void SetContext(vtkRenderWindow id0)
28     { SetContext_4(id0); }
29
30   private native long GetContext_5();
31   public vtkRenderWindow GetContext() {
32     long temp = GetContext_5();
33
34     if (temp == 0) return null;
35     return (vtkRenderWindow)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
36 }
37
38   private native int CreateColorAttachment_6(int id0,int id1);
39   public int CreateColorAttachment(int id0,int id1)
40     { return CreateColorAttachment_6(id0,id1); }
41
42   private native int CreateDepthAttachment_7(int id0,int id1);
43   public int CreateDepthAttachment(int id0,int id1)
44     { return CreateDepthAttachment_7(id0,id1); }
45
46   private native int Create_8(int id0,int id1,int id2);
47   public int Create(int id0,int id1,int id2)
48     { return Create_8(id0,id1,id2); }
49
50   private native int Create_9(int id0,int id1,int id2,int id3);
51   public int Create(int id0,int id1,int id2,int id3)
52     { return Create_9(id0,id1,id2,id3); }
53
54   private native void ReleaseGraphicsResources_10(vtkWindow id0);
55   public void ReleaseGraphicsResources(vtkWindow id0)
56     { ReleaseGraphicsResources_10(id0); }
57
58   private native void Resize_11(int id0,int id1);
59   public void Resize(int id0,int id1)
60     { Resize_11(id0,id1); }
61
62   private native int GetWidth_12();
63   public int GetWidth()
64     { return GetWidth_12(); }
65
66   private native int GetHeight_13();
67   public int GetHeight()
68     { return GetHeight_13(); }
69
70   private native int GetSamples_14();
71   public int GetSamples()
72     { return GetSamples_14(); }
73
74   public vtkRenderbuffer() { super(); }
75
76   public vtkRenderbuffer(long id) { super(id); }
77   public native long   VTKInit();
78
79 }