]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkAbstractContextBufferId.java
Perform view direction switching via vtkCameraAndSelectorAction
[simantics/3d.git] / vtk / src / vtk / vtkAbstractContextBufferId.java
1 // java wrapper for vtkAbstractContextBufferId object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkAbstractContextBufferId 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 GetWidth_2();
19   public int GetWidth()
20     { return GetWidth_2(); }
21
22   private native void SetWidth_3(int id0);
23   public void SetWidth(int id0)
24     { SetWidth_3(id0); }
25
26   private native int GetHeight_4();
27   public int GetHeight()
28     { return GetHeight_4(); }
29
30   private native void SetHeight_5(int id0);
31   public void SetHeight(int id0)
32     { SetHeight_5(id0); }
33
34   private native void SetContext_6(vtkRenderWindow id0);
35   public void SetContext(vtkRenderWindow id0)
36     { SetContext_6(id0); }
37
38   private native long GetContext_7();
39   public vtkRenderWindow GetContext() {
40     long temp = GetContext_7();
41
42     if (temp == 0) return null;
43     return (vtkRenderWindow)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
44 }
45
46   private native boolean IsSupported_8();
47   public boolean IsSupported()
48     { return IsSupported_8(); }
49
50   private native void Allocate_9();
51   public void Allocate()
52     { Allocate_9(); }
53
54   private native boolean IsAllocated_10();
55   public boolean IsAllocated()
56     { return IsAllocated_10(); }
57
58   private native void SetValues_11(int id0,int id1);
59   public void SetValues(int id0,int id1)
60     { SetValues_11(id0,id1); }
61
62   private native int GetPickedItem_12(int id0,int id1);
63   public int GetPickedItem(int id0,int id1)
64     { return GetPickedItem_12(id0,id1); }
65
66   private native void ReleaseGraphicsResources_13();
67   public void ReleaseGraphicsResources()
68     { ReleaseGraphicsResources_13(); }
69
70   public vtkAbstractContextBufferId() { super(); }
71
72   public vtkAbstractContextBufferId(long id) { super(id); }
73   public native long   VTKInit();
74
75 }