]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkCoordinate.java
Add back explicit loading of jawt.dll.
[simantics/3d.git] / vtk / src / vtk / vtkCoordinate.java
1 // java wrapper for vtkCoordinate object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkCoordinate extends vtkObject
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 SetCoordinateSystem_2(int id0);
19   public void SetCoordinateSystem(int id0)
20     { SetCoordinateSystem_2(id0); }
21
22   private native int GetCoordinateSystem_3();
23   public int GetCoordinateSystem()
24     { return GetCoordinateSystem_3(); }
25
26   private native void SetCoordinateSystemToDisplay_4();
27   public void SetCoordinateSystemToDisplay()
28     { SetCoordinateSystemToDisplay_4(); }
29
30   private native void SetCoordinateSystemToNormalizedDisplay_5();
31   public void SetCoordinateSystemToNormalizedDisplay()
32     { SetCoordinateSystemToNormalizedDisplay_5(); }
33
34   private native void SetCoordinateSystemToViewport_6();
35   public void SetCoordinateSystemToViewport()
36     { SetCoordinateSystemToViewport_6(); }
37
38   private native void SetCoordinateSystemToNormalizedViewport_7();
39   public void SetCoordinateSystemToNormalizedViewport()
40     { SetCoordinateSystemToNormalizedViewport_7(); }
41
42   private native void SetCoordinateSystemToView_8();
43   public void SetCoordinateSystemToView()
44     { SetCoordinateSystemToView_8(); }
45
46   private native void SetCoordinateSystemToPose_9();
47   public void SetCoordinateSystemToPose()
48     { SetCoordinateSystemToPose_9(); }
49
50   private native void SetCoordinateSystemToWorld_10();
51   public void SetCoordinateSystemToWorld()
52     { SetCoordinateSystemToWorld_10(); }
53
54   private native String GetCoordinateSystemAsString_11();
55   public String GetCoordinateSystemAsString()
56     { return GetCoordinateSystemAsString_11(); }
57
58   private native void SetValue_12(double id0,double id1,double id2);
59   public void SetValue(double id0,double id1,double id2)
60     { SetValue_12(id0,id1,id2); }
61
62   private native void SetValue_13(double id0[]);
63   public void SetValue(double id0[])
64     { SetValue_13(id0); }
65
66   private native double[] GetValue_14();
67   public double[] GetValue()
68     { return GetValue_14(); }
69
70   private native void SetValue_15(double id0,double id1);
71   public void SetValue(double id0,double id1)
72     { SetValue_15(id0,id1); }
73
74   private native void SetReferenceCoordinate_16(vtkCoordinate id0);
75   public void SetReferenceCoordinate(vtkCoordinate id0)
76     { SetReferenceCoordinate_16(id0); }
77
78   private native long GetReferenceCoordinate_17();
79   public vtkCoordinate GetReferenceCoordinate() {
80     long temp = GetReferenceCoordinate_17();
81
82     if (temp == 0) return null;
83     return (vtkCoordinate)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
84 }
85
86   private native void SetViewport_18(vtkViewport id0);
87   public void SetViewport(vtkViewport id0)
88     { SetViewport_18(id0); }
89
90   private native long GetViewport_19();
91   public vtkViewport GetViewport() {
92     long temp = GetViewport_19();
93
94     if (temp == 0) return null;
95     return (vtkViewport)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
96 }
97
98   private native double[] GetComputedWorldValue_20(vtkViewport id0);
99   public double[] GetComputedWorldValue(vtkViewport id0)
100     { return GetComputedWorldValue_20(id0); }
101
102   private native int[]  GetComputedViewportValue_21(vtkViewport id0);
103   public int[]  GetComputedViewportValue(vtkViewport id0)
104     { return GetComputedViewportValue_21(id0); }
105
106   private native int[]  GetComputedDisplayValue_22(vtkViewport id0);
107   public int[]  GetComputedDisplayValue(vtkViewport id0)
108     { return GetComputedDisplayValue_22(id0); }
109
110   private native int[]  GetComputedLocalDisplayValue_23(vtkViewport id0);
111   public int[]  GetComputedLocalDisplayValue(vtkViewport id0)
112     { return GetComputedLocalDisplayValue_23(id0); }
113
114   private native double[] GetComputedDoubleViewportValue_24(vtkViewport id0);
115   public double[] GetComputedDoubleViewportValue(vtkViewport id0)
116     { return GetComputedDoubleViewportValue_24(id0); }
117
118   private native double[] GetComputedDoubleDisplayValue_25(vtkViewport id0);
119   public double[] GetComputedDoubleDisplayValue(vtkViewport id0)
120     { return GetComputedDoubleDisplayValue_25(id0); }
121
122   private native double[] GetComputedValue_26(vtkViewport id0);
123   public double[] GetComputedValue(vtkViewport id0)
124     { return GetComputedValue_26(id0); }
125
126   private native double[] GetComputedUserDefinedValue_27(vtkViewport id0);
127   public double[] GetComputedUserDefinedValue(vtkViewport id0)
128     { return GetComputedUserDefinedValue_27(id0); }
129
130   public vtkCoordinate() { super(); }
131
132   public vtkCoordinate(long id) { super(id); }
133   public native long   VTKInit();
134
135 }