]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkWin32RenderWindowInteractor.java
Perform view direction switching via vtkCameraAndSelectorAction
[simantics/3d.git] / vtk / src / vtk / vtkWin32RenderWindowInteractor.java
1 // java wrapper for vtkWin32RenderWindowInteractor object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkWin32RenderWindowInteractor extends vtkRenderWindowInteractor
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 Initialize_2();
19   public void Initialize()
20     { Initialize_2(); }
21
22   private native void Enable_3();
23   public void Enable()
24     { Enable_3(); }
25
26   private native void Disable_4();
27   public void Disable()
28     { Disable_4(); }
29
30   private native void SetInstallMessageProc_5(int id0);
31   public void SetInstallMessageProc(int id0)
32     { SetInstallMessageProc_5(id0); }
33
34   private native int GetInstallMessageProc_6();
35   public int GetInstallMessageProc()
36     { return GetInstallMessageProc_6(); }
37
38   private native void InstallMessageProcOn_7();
39   public void InstallMessageProcOn()
40     { InstallMessageProcOn_7(); }
41
42   private native void InstallMessageProcOff_8();
43   public void InstallMessageProcOff()
44     { InstallMessageProcOff_8(); }
45
46   private native void TerminateApp_9();
47   public void TerminateApp()
48     { TerminateApp_9(); }
49
50   private native void SetClassExitMethod_10(Object id0, String id1);
51   public void SetClassExitMethod(Object id0, String id1)
52     { SetClassExitMethod_10(id0,id1); }
53
54   private native void ExitCallback_11();
55   public void ExitCallback()
56     { ExitCallback_11(); }
57
58   public vtkWin32RenderWindowInteractor() { super(); }
59
60   public vtkWin32RenderWindowInteractor(long id) { super(id); }
61   public native long   VTKInit();
62
63 }