]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkWin32OpenGLRenderWindow.java
Loading VTK dlls with plug-in activator.
[simantics/3d.git] / vtk / src / vtk / vtkWin32OpenGLRenderWindow.java
1 // java wrapper for vtkWin32OpenGLRenderWindow object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkWin32OpenGLRenderWindow extends vtkOpenGLRenderWindow
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 Start_2();
19   public void Start()
20     { Start_2(); }
21
22   private native void Frame_3();
23   public void Frame()
24     { Frame_3(); }
25
26   private native void WindowInitialize_4();
27   public void WindowInitialize()
28     { WindowInitialize_4(); }
29
30   private native void Initialize_5();
31   public void Initialize()
32     { Initialize_5(); }
33
34   private native void Finalize_6();
35   public void Finalize()
36     { Finalize_6(); }
37
38   private native void SetFullScreen_7(int id0);
39   public void SetFullScreen(int id0)
40     { SetFullScreen_7(id0); }
41
42   private native void WindowRemap_8();
43   public void WindowRemap()
44     { WindowRemap_8(); }
45
46   private native void PrefFullScreen_9();
47   public void PrefFullScreen()
48     { PrefFullScreen_9(); }
49
50   private native void SetSize_10(int id0,int id1);
51   public void SetSize(int id0,int id1)
52     { SetSize_10(id0,id1); }
53
54   private native void SetSize_11(int id0[]);
55   public void SetSize(int id0[])
56     { SetSize_11(id0); }
57
58   private native int[]  GetSize_12();
59   public int[]  GetSize()
60     { return GetSize_12(); }
61
62   private native void SetPosition_13(int id0,int id1);
63   public void SetPosition(int id0,int id1)
64     { SetPosition_13(id0,id1); }
65
66   private native void SetPosition_14(int id0[]);
67   public void SetPosition(int id0[])
68     { SetPosition_14(id0); }
69
70   private native int[]  GetScreenSize_15();
71   public int[]  GetScreenSize()
72     { return GetScreenSize_15(); }
73
74   private native int[]  GetPosition_16();
75   public int[]  GetPosition()
76     { return GetPosition_16(); }
77
78   private native void SetWindowName_17(String id0);
79   public void SetWindowName(String id0)
80     { SetWindowName_17(id0); }
81
82   private native void SetWindowInfo_18(String id0);
83   public void SetWindowInfo(String id0)
84     { SetWindowInfo_18(id0); }
85
86   private native void SetNextWindowInfo_19(String id0);
87   public void SetNextWindowInfo(String id0)
88     { SetNextWindowInfo_19(id0); }
89
90   private native void SetParentInfo_20(String id0);
91   public void SetParentInfo(String id0)
92     { SetParentInfo_20(id0); }
93
94   private native boolean InitializeFromCurrentContext_21();
95   public boolean InitializeFromCurrentContext()
96     { return InitializeFromCurrentContext_21(); }
97
98   private native boolean GetPlatformSupportsRenderWindowSharing_22();
99   public boolean GetPlatformSupportsRenderWindowSharing()
100     { return GetPlatformSupportsRenderWindowSharing_22(); }
101
102   private native void SetStereoCapableWindow_23(int id0);
103   public void SetStereoCapableWindow(int id0)
104     { SetStereoCapableWindow_23(id0); }
105
106   private native void MakeCurrent_24();
107   public void MakeCurrent()
108     { MakeCurrent_24(); }
109
110   private native boolean IsCurrent_25();
111   public boolean IsCurrent()
112     { return IsCurrent_25(); }
113
114   private native String ReportCapabilities_26();
115   public String ReportCapabilities()
116     { return ReportCapabilities_26(); }
117
118   private native int IsDirect_27();
119   public int IsDirect()
120     { return IsDirect_27(); }
121
122   private native int GetEventPending_28();
123   public int GetEventPending()
124     { return GetEventPending_28(); }
125
126   private native void Clean_29();
127   public void Clean()
128     { Clean_29(); }
129
130   private native void HideCursor_30();
131   public void HideCursor()
132     { HideCursor_30(); }
133
134   private native void ShowCursor_31();
135   public void ShowCursor()
136     { ShowCursor_31(); }
137
138   private native void SetCursorPosition_32(int id0,int id1);
139   public void SetCursorPosition(int id0,int id1)
140     { SetCursorPosition_32(id0,id1); }
141
142   private native void SetCurrentCursor_33(int id0);
143   public void SetCurrentCursor(int id0)
144     { SetCurrentCursor_33(id0); }
145
146   private native boolean DetectDPI_34();
147   public boolean DetectDPI()
148     { return DetectDPI_34(); }
149
150   private native void SetOffScreenRendering_35(int id0);
151   public void SetOffScreenRendering(int id0)
152     { SetOffScreenRendering_35(id0); }
153
154   private native void PushContext_36();
155   public void PushContext()
156     { PushContext_36(); }
157
158   private native void PopContext_37();
159   public void PopContext()
160     { PopContext_37(); }
161
162   private native boolean SetSwapControl_38(int id0);
163   public boolean SetSwapControl(int id0)
164     { return SetSwapControl_38(id0); }
165
166   public vtkWin32OpenGLRenderWindow() { super(); }
167
168   public vtkWin32OpenGLRenderWindow(long id) { super(id); }
169   public native long   VTKInit();
170
171 }