]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkProjectedTexture.java
Loading VTK dlls with plug-in activator.
[simantics/3d.git] / vtk / src / vtk / vtkProjectedTexture.java
1 // java wrapper for vtkProjectedTexture object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkProjectedTexture extends vtkDataSetAlgorithm
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 SetPosition_2(double id0,double id1,double id2);
19   public void SetPosition(double id0,double id1,double id2)
20     { SetPosition_2(id0,id1,id2); }
21
22   private native void SetPosition_3(double id0[]);
23   public void SetPosition(double id0[])
24     { SetPosition_3(id0); }
25
26   private native double[] GetPosition_4();
27   public double[] GetPosition()
28     { return GetPosition_4(); }
29
30   private native void SetFocalPoint_5(double id0[]);
31   public void SetFocalPoint(double id0[])
32     { SetFocalPoint_5(id0); }
33
34   private native void SetFocalPoint_6(double id0,double id1,double id2);
35   public void SetFocalPoint(double id0,double id1,double id2)
36     { SetFocalPoint_6(id0,id1,id2); }
37
38   private native double[] GetFocalPoint_7();
39   public double[] GetFocalPoint()
40     { return GetFocalPoint_7(); }
41
42   private native void SetCameraMode_8(int id0);
43   public void SetCameraMode(int id0)
44     { SetCameraMode_8(id0); }
45
46   private native int GetCameraMode_9();
47   public int GetCameraMode()
48     { return GetCameraMode_9(); }
49
50   private native void SetCameraModeToPinhole_10();
51   public void SetCameraModeToPinhole()
52     { SetCameraModeToPinhole_10(); }
53
54   private native void SetCameraModeToTwoMirror_11();
55   public void SetCameraModeToTwoMirror()
56     { SetCameraModeToTwoMirror_11(); }
57
58   private native void SetMirrorSeparation_12(double id0);
59   public void SetMirrorSeparation(double id0)
60     { SetMirrorSeparation_12(id0); }
61
62   private native double GetMirrorSeparation_13();
63   public double GetMirrorSeparation()
64     { return GetMirrorSeparation_13(); }
65
66   private native double[] GetOrientation_14();
67   public double[] GetOrientation()
68     { return GetOrientation_14(); }
69
70   private native void SetUp_15(double id0,double id1,double id2);
71   public void SetUp(double id0,double id1,double id2)
72     { SetUp_15(id0,id1,id2); }
73
74   private native void SetUp_16(double id0[]);
75   public void SetUp(double id0[])
76     { SetUp_16(id0); }
77
78   private native double[] GetUp_17();
79   public double[] GetUp()
80     { return GetUp_17(); }
81
82   private native void SetAspectRatio_18(double id0,double id1,double id2);
83   public void SetAspectRatio(double id0,double id1,double id2)
84     { SetAspectRatio_18(id0,id1,id2); }
85
86   private native void SetAspectRatio_19(double id0[]);
87   public void SetAspectRatio(double id0[])
88     { SetAspectRatio_19(id0); }
89
90   private native double[] GetAspectRatio_20();
91   public double[] GetAspectRatio()
92     { return GetAspectRatio_20(); }
93
94   private native void SetSRange_21(double id0,double id1);
95   public void SetSRange(double id0,double id1)
96     { SetSRange_21(id0,id1); }
97
98   private native void SetSRange_22(double id0[]);
99   public void SetSRange(double id0[])
100     { SetSRange_22(id0); }
101
102   private native double[] GetSRange_23();
103   public double[] GetSRange()
104     { return GetSRange_23(); }
105
106   private native void SetTRange_24(double id0,double id1);
107   public void SetTRange(double id0,double id1)
108     { SetTRange_24(id0,id1); }
109
110   private native void SetTRange_25(double id0[]);
111   public void SetTRange(double id0[])
112     { SetTRange_25(id0); }
113
114   private native double[] GetTRange_26();
115   public double[] GetTRange()
116     { return GetTRange_26(); }
117
118   public vtkProjectedTexture() { super(); }
119
120   public vtkProjectedTexture(long id) { super(id); }
121   public native long   VTKInit();
122
123 }