]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkRenderView.java
Loading VTK dlls with plug-in activator.
[simantics/3d.git] / vtk / src / vtk / vtkRenderView.java
1 // java wrapper for vtkRenderView object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkRenderView extends vtkRenderViewBase
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 SetInteractor_2(vtkRenderWindowInteractor id0);
19   public void SetInteractor(vtkRenderWindowInteractor id0)
20     { SetInteractor_2(id0); }
21
22   private native void SetInteractorStyle_3(vtkInteractorObserver id0);
23   public void SetInteractorStyle(vtkInteractorObserver id0)
24     { SetInteractorStyle_3(id0); }
25
26   private native long GetInteractorStyle_4();
27   public vtkInteractorObserver GetInteractorStyle() {
28     long temp = GetInteractorStyle_4();
29
30     if (temp == 0) return null;
31     return (vtkInteractorObserver)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
32 }
33
34   private native void SetRenderWindow_5(vtkRenderWindow id0);
35   public void SetRenderWindow(vtkRenderWindow id0)
36     { SetRenderWindow_5(id0); }
37
38   private native void SetInteractionMode_6(int id0);
39   public void SetInteractionMode(int id0)
40     { SetInteractionMode_6(id0); }
41
42   private native int GetInteractionMode_7();
43   public int GetInteractionMode()
44     { return GetInteractionMode_7(); }
45
46   private native void SetInteractionModeTo2D_8();
47   public void SetInteractionModeTo2D()
48     { SetInteractionModeTo2D_8(); }
49
50   private native void SetInteractionModeTo3D_9();
51   public void SetInteractionModeTo3D()
52     { SetInteractionModeTo3D_9(); }
53
54   private native void Render_10();
55   public void Render()
56     { Render_10(); }
57
58   private native void ApplyViewTheme_11(vtkViewTheme id0);
59   public void ApplyViewTheme(vtkViewTheme id0)
60     { ApplyViewTheme_11(id0); }
61
62   private native void SetTransform_12(vtkAbstractTransform id0);
63   public void SetTransform(vtkAbstractTransform id0)
64     { SetTransform_12(id0); }
65
66   private native long GetTransform_13();
67   public vtkAbstractTransform GetTransform() {
68     long temp = GetTransform_13();
69
70     if (temp == 0) return null;
71     return (vtkAbstractTransform)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
72 }
73
74   private native void SetDisplayHoverText_14(boolean id0);
75   public void SetDisplayHoverText(boolean id0)
76     { SetDisplayHoverText_14(id0); }
77
78   private native boolean GetDisplayHoverText_15();
79   public boolean GetDisplayHoverText()
80     { return GetDisplayHoverText_15(); }
81
82   private native void DisplayHoverTextOn_16();
83   public void DisplayHoverTextOn()
84     { DisplayHoverTextOn_16(); }
85
86   private native void DisplayHoverTextOff_17();
87   public void DisplayHoverTextOff()
88     { DisplayHoverTextOff_17(); }
89
90   private native void SetSelectionMode_18(int id0);
91   public void SetSelectionMode(int id0)
92     { SetSelectionMode_18(id0); }
93
94   private native int GetSelectionModeMinValue_19();
95   public int GetSelectionModeMinValue()
96     { return GetSelectionModeMinValue_19(); }
97
98   private native int GetSelectionModeMaxValue_20();
99   public int GetSelectionModeMaxValue()
100     { return GetSelectionModeMaxValue_20(); }
101
102   private native int GetSelectionMode_21();
103   public int GetSelectionMode()
104     { return GetSelectionMode_21(); }
105
106   private native void SetSelectionModeToSurface_22();
107   public void SetSelectionModeToSurface()
108     { SetSelectionModeToSurface_22(); }
109
110   private native void SetSelectionModeToFrustum_23();
111   public void SetSelectionModeToFrustum()
112     { SetSelectionModeToFrustum_23(); }
113
114   private native void AddLabels_24(vtkAlgorithmOutput id0);
115   public void AddLabels(vtkAlgorithmOutput id0)
116     { AddLabels_24(id0); }
117
118   private native void RemoveLabels_25(vtkAlgorithmOutput id0);
119   public void RemoveLabels(vtkAlgorithmOutput id0)
120     { RemoveLabels_25(id0); }
121
122   private native void SetIconTexture_26(vtkTexture id0);
123   public void SetIconTexture(vtkTexture id0)
124     { SetIconTexture_26(id0); }
125
126   private native long GetIconTexture_27();
127   public vtkTexture GetIconTexture() {
128     long temp = GetIconTexture_27();
129
130     if (temp == 0) return null;
131     return (vtkTexture)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
132 }
133
134   private native void SetIconSize_28(int id0,int id1);
135   public void SetIconSize(int id0,int id1)
136     { SetIconSize_28(id0,id1); }
137
138   private native void SetIconSize_29(int id0[]);
139   public void SetIconSize(int id0[])
140     { SetIconSize_29(id0); }
141
142   private native int[]  GetIconSize_30();
143   public int[]  GetIconSize()
144     { return GetIconSize_30(); }
145
146   private native void SetDisplaySize_31(int id0,int id1);
147   public void SetDisplaySize(int id0,int id1)
148     { SetDisplaySize_31(id0,id1); }
149
150   private native void SetDisplaySize_32(int id0[]);
151   public void SetDisplaySize(int id0[])
152     { SetDisplaySize_32(id0); }
153
154   private native void SetLabelPlacementMode_33(int id0);
155   public void SetLabelPlacementMode(int id0)
156     { SetLabelPlacementMode_33(id0); }
157
158   private native int GetLabelPlacementMode_34();
159   public int GetLabelPlacementMode()
160     { return GetLabelPlacementMode_34(); }
161
162   private native void SetLabelPlacementModeToNoOverlap_35();
163   public void SetLabelPlacementModeToNoOverlap()
164     { SetLabelPlacementModeToNoOverlap_35(); }
165
166   private native void SetLabelPlacementModeToAll_36();
167   public void SetLabelPlacementModeToAll()
168     { SetLabelPlacementModeToAll_36(); }
169
170   private native void SetLabelRenderMode_37(int id0);
171   public void SetLabelRenderMode(int id0)
172     { SetLabelRenderMode_37(id0); }
173
174   private native int GetLabelRenderMode_38();
175   public int GetLabelRenderMode()
176     { return GetLabelRenderMode_38(); }
177
178   private native void SetLabelRenderModeToFreetype_39();
179   public void SetLabelRenderModeToFreetype()
180     { SetLabelRenderModeToFreetype_39(); }
181
182   private native void SetLabelRenderModeToQt_40();
183   public void SetLabelRenderModeToQt()
184     { SetLabelRenderModeToQt_40(); }
185
186   private native void SetRenderOnMouseMove_41(boolean id0);
187   public void SetRenderOnMouseMove(boolean id0)
188     { SetRenderOnMouseMove_41(id0); }
189
190   private native boolean GetRenderOnMouseMove_42();
191   public boolean GetRenderOnMouseMove()
192     { return GetRenderOnMouseMove_42(); }
193
194   private native void RenderOnMouseMoveOn_43();
195   public void RenderOnMouseMoveOn()
196     { RenderOnMouseMoveOn_43(); }
197
198   private native void RenderOnMouseMoveOff_44();
199   public void RenderOnMouseMoveOff()
200     { RenderOnMouseMoveOff_44(); }
201
202   public vtkRenderView() { super(); }
203
204   public vtkRenderView(long id) { super(id); }
205   public native long   VTKInit();
206
207 }