X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=vtk%2Fsrc%2Fvtk%2FvtkWin32OpenGLRenderWindow.java;h=f5e68da55c50ed01014d76e827e28a2fda552026;hb=4890725c9b7e31540dd84a11e16d73c643402a17;hp=3eb6264361e8fe556f09c5e56b3621a831a76ae5;hpb=471c46e9a685e20de958d77166461aebc7a7b6ee;p=simantics%2F3d.git diff --git a/vtk/src/vtk/vtkWin32OpenGLRenderWindow.java b/vtk/src/vtk/vtkWin32OpenGLRenderWindow.java index 3eb62643..f5e68da5 100644 --- a/vtk/src/vtk/vtkWin32OpenGLRenderWindow.java +++ b/vtk/src/vtk/vtkWin32OpenGLRenderWindow.java @@ -1,151 +1,171 @@ -// java wrapper for vtkWin32OpenGLRenderWindow object -// - -package vtk; -import vtk.*; - -public class vtkWin32OpenGLRenderWindow extends vtkOpenGLRenderWindow -{ - - private native String GetClassName_0(); - public String GetClassName() - { return GetClassName_0(); } - - private native int IsA_1(String id0); - public int IsA(String id0) - { return IsA_1(id0); } - - private native void Start_2(); - public void Start() - { Start_2(); } - - private native void Frame_3(); - public void Frame() - { Frame_3(); } - - private native void WindowInitialize_4(); - public void WindowInitialize() - { WindowInitialize_4(); } - - private native void Initialize_5(); - public void Initialize() - { Initialize_5(); } - - private native void Finalize_6(); - public void Finalize() - { Finalize_6(); } - - private native void SetFullScreen_7(int id0); - public void SetFullScreen(int id0) - { SetFullScreen_7(id0); } - - private native void WindowRemap_8(); - public void WindowRemap() - { WindowRemap_8(); } - - private native void PrefFullScreen_9(); - public void PrefFullScreen() - { PrefFullScreen_9(); } - - private native void SetSize_10(int id0,int id1); - public void SetSize(int id0,int id1) - { SetSize_10(id0,id1); } - - private native void SetSize_11(int id0[]); - public void SetSize(int id0[]) - { SetSize_11(id0); } - - private native int[] GetSize_12(); - public int[] GetSize() - { return GetSize_12(); } - - private native void SetPosition_13(int id0,int id1); - public void SetPosition(int id0,int id1) - { SetPosition_13(id0,id1); } - - private native void SetPosition_14(int id0[]); - public void SetPosition(int id0[]) - { SetPosition_14(id0); } - - private native int[] GetPosition_15(); - public int[] GetPosition() - { return GetPosition_15(); } - - private native void SetWindowName_16(String id0); - public void SetWindowName(String id0) - { SetWindowName_16(id0); } - - private native void SetWindowInfo_17(String id0); - public void SetWindowInfo(String id0) - { SetWindowInfo_17(id0); } - - private native void SetNextWindowInfo_18(String id0); - public void SetNextWindowInfo(String id0) - { SetNextWindowInfo_18(id0); } - - private native void SetParentInfo_19(String id0); - public void SetParentInfo(String id0) - { SetParentInfo_19(id0); } - - private native void SetStereoCapableWindow_20(int id0); - public void SetStereoCapableWindow(int id0) - { SetStereoCapableWindow_20(id0); } - - private native void MakeCurrent_21(); - public void MakeCurrent() - { MakeCurrent_21(); } - - private native boolean IsCurrent_22(); - public boolean IsCurrent() - { return IsCurrent_22(); } - - private native String ReportCapabilities_23(); - public String ReportCapabilities() - { return ReportCapabilities_23(); } - - private native int SupportsOpenGL_24(); - public int SupportsOpenGL() - { return SupportsOpenGL_24(); } - - private native int IsDirect_25(); - public int IsDirect() - { return IsDirect_25(); } - - private native int GetEventPending_26(); - public int GetEventPending() - { return GetEventPending_26(); } - - private native void ResumeScreenRendering_27(); - public void ResumeScreenRendering() - { ResumeScreenRendering_27(); } - - private native void Clean_28(); - public void Clean() - { Clean_28(); } - - private native void HideCursor_29(); - public void HideCursor() - { HideCursor_29(); } - - private native void ShowCursor_30(); - public void ShowCursor() - { ShowCursor_30(); } - - private native void SetCursorPosition_31(int id0,int id1); - public void SetCursorPosition(int id0,int id1) - { SetCursorPosition_31(id0,id1); } - - private native void SetCurrentCursor_32(int id0); - public void SetCurrentCursor(int id0) - { SetCurrentCursor_32(id0); } - - private native void SetOffScreenRendering_33(int id0); - public void SetOffScreenRendering(int id0) - { SetOffScreenRendering_33(id0); } - - public vtkWin32OpenGLRenderWindow() { super(); } - - public vtkWin32OpenGLRenderWindow(long id) { super(id); } - public native long VTKInit(); - -} +// java wrapper for vtkWin32OpenGLRenderWindow object +// + +package vtk; +import vtk.*; + +public class vtkWin32OpenGLRenderWindow extends vtkOpenGLRenderWindow +{ + + private native int IsTypeOf_0(String id0); + public int IsTypeOf(String id0) + { return IsTypeOf_0(id0); } + + private native int IsA_1(String id0); + public int IsA(String id0) + { return IsA_1(id0); } + + private native void Start_2(); + public void Start() + { Start_2(); } + + private native void Frame_3(); + public void Frame() + { Frame_3(); } + + private native void WindowInitialize_4(); + public void WindowInitialize() + { WindowInitialize_4(); } + + private native void Initialize_5(); + public void Initialize() + { Initialize_5(); } + + private native void Finalize_6(); + public void Finalize() + { Finalize_6(); } + + private native void SetFullScreen_7(int id0); + public void SetFullScreen(int id0) + { SetFullScreen_7(id0); } + + private native void WindowRemap_8(); + public void WindowRemap() + { WindowRemap_8(); } + + private native void PrefFullScreen_9(); + public void PrefFullScreen() + { PrefFullScreen_9(); } + + private native void SetSize_10(int id0,int id1); + public void SetSize(int id0,int id1) + { SetSize_10(id0,id1); } + + private native void SetSize_11(int id0[]); + public void SetSize(int id0[]) + { SetSize_11(id0); } + + private native int[] GetSize_12(); + public int[] GetSize() + { return GetSize_12(); } + + private native void SetPosition_13(int id0,int id1); + public void SetPosition(int id0,int id1) + { SetPosition_13(id0,id1); } + + private native void SetPosition_14(int id0[]); + public void SetPosition(int id0[]) + { SetPosition_14(id0); } + + private native int[] GetScreenSize_15(); + public int[] GetScreenSize() + { return GetScreenSize_15(); } + + private native int[] GetPosition_16(); + public int[] GetPosition() + { return GetPosition_16(); } + + private native void SetWindowName_17(String id0); + public void SetWindowName(String id0) + { SetWindowName_17(id0); } + + private native void SetWindowInfo_18(String id0); + public void SetWindowInfo(String id0) + { SetWindowInfo_18(id0); } + + private native void SetNextWindowInfo_19(String id0); + public void SetNextWindowInfo(String id0) + { SetNextWindowInfo_19(id0); } + + private native void SetParentInfo_20(String id0); + public void SetParentInfo(String id0) + { SetParentInfo_20(id0); } + + private native boolean InitializeFromCurrentContext_21(); + public boolean InitializeFromCurrentContext() + { return InitializeFromCurrentContext_21(); } + + private native boolean GetPlatformSupportsRenderWindowSharing_22(); + public boolean GetPlatformSupportsRenderWindowSharing() + { return GetPlatformSupportsRenderWindowSharing_22(); } + + private native void SetStereoCapableWindow_23(int id0); + public void SetStereoCapableWindow(int id0) + { SetStereoCapableWindow_23(id0); } + + private native void MakeCurrent_24(); + public void MakeCurrent() + { MakeCurrent_24(); } + + private native boolean IsCurrent_25(); + public boolean IsCurrent() + { return IsCurrent_25(); } + + private native String ReportCapabilities_26(); + public String ReportCapabilities() + { return ReportCapabilities_26(); } + + private native int IsDirect_27(); + public int IsDirect() + { return IsDirect_27(); } + + private native int GetEventPending_28(); + public int GetEventPending() + { return GetEventPending_28(); } + + private native void Clean_29(); + public void Clean() + { Clean_29(); } + + private native void HideCursor_30(); + public void HideCursor() + { HideCursor_30(); } + + private native void ShowCursor_31(); + public void ShowCursor() + { ShowCursor_31(); } + + private native void SetCursorPosition_32(int id0,int id1); + public void SetCursorPosition(int id0,int id1) + { SetCursorPosition_32(id0,id1); } + + private native void SetCurrentCursor_33(int id0); + public void SetCurrentCursor(int id0) + { SetCurrentCursor_33(id0); } + + private native boolean DetectDPI_34(); + public boolean DetectDPI() + { return DetectDPI_34(); } + + private native void SetOffScreenRendering_35(int id0); + public void SetOffScreenRendering(int id0) + { SetOffScreenRendering_35(id0); } + + private native void PushContext_36(); + public void PushContext() + { PushContext_36(); } + + private native void PopContext_37(); + public void PopContext() + { PopContext_37(); } + + private native boolean SetSwapControl_38(int id0); + public boolean SetSwapControl(int id0) + { return SetSwapControl_38(id0); } + + public vtkWin32OpenGLRenderWindow() { super(); } + + public vtkWin32OpenGLRenderWindow(long id) { super(id); } + public native long VTKInit(); + +}