]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkContextScene.java
Loading VTK dlls with plug-in activator.
[simantics/3d.git] / vtk / src / vtk / vtkContextScene.java
1 // java wrapper for vtkContextScene object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkContextScene 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 Paint_2(vtkContext2D id0);
19   public boolean Paint(vtkContext2D id0)
20     { return Paint_2(id0); }
21
22   private native int AddItem_3(vtkAbstractContextItem id0);
23   public int AddItem(vtkAbstractContextItem id0)
24     { return AddItem_3(id0); }
25
26   private native boolean RemoveItem_4(vtkAbstractContextItem id0);
27   public boolean RemoveItem(vtkAbstractContextItem id0)
28     { return RemoveItem_4(id0); }
29
30   private native boolean RemoveItem_5(int id0);
31   public boolean RemoveItem(int id0)
32     { return RemoveItem_5(id0); }
33
34   private native long GetItem_6(int id0);
35   public vtkAbstractContextItem GetItem(int id0) {
36     long temp = GetItem_6(id0);
37
38     if (temp == 0) return null;
39     return (vtkAbstractContextItem)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
40 }
41
42   private native int GetNumberOfItems_7();
43   public int GetNumberOfItems()
44     { return GetNumberOfItems_7(); }
45
46   private native void ClearItems_8();
47   public void ClearItems()
48     { ClearItems_8(); }
49
50   private native void SetAnnotationLink_9(vtkAnnotationLink id0);
51   public void SetAnnotationLink(vtkAnnotationLink id0)
52     { SetAnnotationLink_9(id0); }
53
54   private native long GetAnnotationLink_10();
55   public vtkAnnotationLink GetAnnotationLink() {
56     long temp = GetAnnotationLink_10();
57
58     if (temp == 0) return null;
59     return (vtkAnnotationLink)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
60 }
61
62   private native void SetGeometry_11(int id0,int id1);
63   public void SetGeometry(int id0,int id1)
64     { SetGeometry_11(id0,id1); }
65
66   private native void SetGeometry_12(int id0[]);
67   public void SetGeometry(int id0[])
68     { SetGeometry_12(id0); }
69
70   private native int[]  GetGeometry_13();
71   public int[]  GetGeometry()
72     { return GetGeometry_13(); }
73
74   private native void SetUseBufferId_14(boolean id0);
75   public void SetUseBufferId(boolean id0)
76     { SetUseBufferId_14(id0); }
77
78   private native boolean GetUseBufferId_15();
79   public boolean GetUseBufferId()
80     { return GetUseBufferId_15(); }
81
82   private native int GetViewWidth_16();
83   public int GetViewWidth()
84     { return GetViewWidth_16(); }
85
86   private native int GetViewHeight_17();
87   public int GetViewHeight()
88     { return GetViewHeight_17(); }
89
90   private native int GetSceneWidth_18();
91   public int GetSceneWidth()
92     { return GetSceneWidth_18(); }
93
94   private native int GetSceneHeight_19();
95   public int GetSceneHeight()
96     { return GetSceneHeight_19(); }
97
98   private native void SetScaleTiles_20(boolean id0);
99   public void SetScaleTiles(boolean id0)
100     { SetScaleTiles_20(id0); }
101
102   private native boolean GetScaleTiles_21();
103   public boolean GetScaleTiles()
104     { return GetScaleTiles_21(); }
105
106   private native void ScaleTilesOn_22();
107   public void ScaleTilesOn()
108     { ScaleTilesOn_22(); }
109
110   private native void ScaleTilesOff_23();
111   public void ScaleTilesOff()
112     { ScaleTilesOff_23(); }
113
114   private native void SetRenderer_24(vtkRenderer id0);
115   public void SetRenderer(vtkRenderer id0)
116     { SetRenderer_24(id0); }
117
118   private native long GetRenderer_25();
119   public vtkRenderer GetRenderer() {
120     long temp = GetRenderer_25();
121
122     if (temp == 0) return null;
123     return (vtkRenderer)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
124 }
125
126   private native void SetDirty_26(boolean id0);
127   public void SetDirty(boolean id0)
128     { SetDirty_26(id0); }
129
130   private native boolean GetDirty_27();
131   public boolean GetDirty()
132     { return GetDirty_27(); }
133
134   private native void ReleaseGraphicsResources_28();
135   public void ReleaseGraphicsResources()
136     { ReleaseGraphicsResources_28(); }
137
138   private native long GetBufferId_29();
139   public vtkAbstractContextBufferId GetBufferId() {
140     long temp = GetBufferId_29();
141
142     if (temp == 0) return null;
143     return (vtkAbstractContextBufferId)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
144 }
145
146   private native void SetTransform_30(vtkTransform2D id0);
147   public void SetTransform(vtkTransform2D id0)
148     { SetTransform_30(id0); }
149
150   private native long GetTransform_31();
151   public vtkTransform2D GetTransform() {
152     long temp = GetTransform_31();
153
154     if (temp == 0) return null;
155     return (vtkTransform2D)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
156 }
157
158   private native boolean HasTransform_32();
159   public boolean HasTransform()
160     { return HasTransform_32(); }
161
162   public vtkContextScene() { super(); }
163
164   public vtkContextScene(long id) { super(id); }
165   public native long   VTKInit();
166
167 }