]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkRenderWindowInteractor3D.java
PipeRun reverse action
[simantics/3d.git] / vtk / src / vtk / vtkRenderWindowInteractor3D.java
1 // java wrapper for vtkRenderWindowInteractor3D object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkRenderWindowInteractor3D 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 Enable_2();
19   public void Enable()
20     { Enable_2(); }
21
22   private native void Disable_3();
23   public void Disable()
24     { Disable_3(); }
25
26   private native void TerminateApp_4();
27   public void TerminateApp()
28     { TerminateApp_4(); }
29
30   private native void GetWorldEventPose_5(vtkMatrix4x4 id0,int id1);
31   public void GetWorldEventPose(vtkMatrix4x4 id0,int id1)
32     { GetWorldEventPose_5(id0,id1); }
33
34   private native void GetLastWorldEventPose_6(vtkMatrix4x4 id0,int id1);
35   public void GetLastWorldEventPose(vtkMatrix4x4 id0,int id1)
36     { GetLastWorldEventPose_6(id0,id1); }
37
38   private native void SetPhysicalEventPosition_7(double id0,double id1,double id2,int id3);
39   public void SetPhysicalEventPosition(double id0,double id1,double id2,int id3)
40     { SetPhysicalEventPosition_7(id0,id1,id2,id3); }
41
42   private native void SetPhysicalEventPose_8(vtkMatrix4x4 id0,int id1);
43   public void SetPhysicalEventPose(vtkMatrix4x4 id0,int id1)
44     { SetPhysicalEventPose_8(id0,id1); }
45
46   private native void GetPhysicalEventPose_9(vtkMatrix4x4 id0,int id1);
47   public void GetPhysicalEventPose(vtkMatrix4x4 id0,int id1)
48     { GetPhysicalEventPose_9(id0,id1); }
49
50   private native void GetLastPhysicalEventPose_10(vtkMatrix4x4 id0,int id1);
51   public void GetLastPhysicalEventPose(vtkMatrix4x4 id0,int id1)
52     { GetLastPhysicalEventPose_10(id0,id1); }
53
54   private native void GetStartingPhysicalEventPose_11(vtkMatrix4x4 id0,int id1);
55   public void GetStartingPhysicalEventPose(vtkMatrix4x4 id0,int id1)
56     { GetStartingPhysicalEventPose_11(id0,id1); }
57
58   private native void SetWorldEventPosition_12(double id0,double id1,double id2,int id3);
59   public void SetWorldEventPosition(double id0,double id1,double id2,int id3)
60     { SetWorldEventPosition_12(id0,id1,id2,id3); }
61
62   private native void SetWorldEventOrientation_13(double id0,double id1,double id2,double id3,int id4);
63   public void SetWorldEventOrientation(double id0,double id1,double id2,double id3,int id4)
64     { SetWorldEventOrientation_13(id0,id1,id2,id3,id4); }
65
66   private native void SetWorldEventPose_14(vtkMatrix4x4 id0,int id1);
67   public void SetWorldEventPose(vtkMatrix4x4 id0,int id1)
68     { SetWorldEventPose_14(id0,id1); }
69
70   private native void RightButtonPressEvent_15();
71   public void RightButtonPressEvent()
72     { RightButtonPressEvent_15(); }
73
74   private native void RightButtonReleaseEvent_16();
75   public void RightButtonReleaseEvent()
76     { RightButtonReleaseEvent_16(); }
77
78   private native void MiddleButtonPressEvent_17();
79   public void MiddleButtonPressEvent()
80     { MiddleButtonPressEvent_17(); }
81
82   private native void MiddleButtonReleaseEvent_18();
83   public void MiddleButtonReleaseEvent()
84     { MiddleButtonReleaseEvent_18(); }
85
86   private native void SetPhysicalTranslation_19(vtkCamera id0,double id1,double id2,double id3);
87   public void SetPhysicalTranslation(vtkCamera id0,double id1,double id2,double id3)
88     { SetPhysicalTranslation_19(id0,id1,id2,id3); }
89
90   private native void SetPhysicalScale_20(double id0);
91   public void SetPhysicalScale(double id0)
92     { SetPhysicalScale_20(id0); }
93
94   private native double GetPhysicalScale_21();
95   public double GetPhysicalScale()
96     { return GetPhysicalScale_21(); }
97
98   private native void SetTranslation3D_22(double id0[]);
99   public void SetTranslation3D(double id0[])
100     { SetTranslation3D_22(id0); }
101
102   private native double[] GetTranslation3D_23();
103   public double[] GetTranslation3D()
104     { return GetTranslation3D_23(); }
105
106   private native double[] GetLastTranslation3D_24();
107   public double[] GetLastTranslation3D()
108     { return GetLastTranslation3D_24(); }
109
110   private native boolean GetDone_25();
111   public boolean GetDone()
112     { return GetDone_25(); }
113
114   public vtkRenderWindowInteractor3D() { super(); }
115
116   public vtkRenderWindowInteractor3D(long id) { super(id); }
117   public native long   VTKInit();
118
119 }