]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkWarpLens.java
Revised native library loading for VTK
[simantics/3d.git] / vtk / src / vtk / vtkWarpLens.java
1 // java wrapper for vtkWarpLens object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkWarpLens extends vtkPointSetAlgorithm
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 SetKappa_2(double id0);
19   public void SetKappa(double id0)
20     { SetKappa_2(id0); }
21
22   private native double GetKappa_3();
23   public double GetKappa()
24     { return GetKappa_3(); }
25
26   private native void SetCenter_4(double id0,double id1);
27   public void SetCenter(double id0,double id1)
28     { SetCenter_4(id0,id1); }
29
30   private native double[] GetCenter_5();
31   public double[] GetCenter()
32     { return GetCenter_5(); }
33
34   private native void SetPrincipalPoint_6(double id0,double id1);
35   public void SetPrincipalPoint(double id0,double id1)
36     { SetPrincipalPoint_6(id0,id1); }
37
38   private native void SetPrincipalPoint_7(double id0[]);
39   public void SetPrincipalPoint(double id0[])
40     { SetPrincipalPoint_7(id0); }
41
42   private native double[] GetPrincipalPoint_8();
43   public double[] GetPrincipalPoint()
44     { return GetPrincipalPoint_8(); }
45
46   private native void SetK1_9(double id0);
47   public void SetK1(double id0)
48     { SetK1_9(id0); }
49
50   private native double GetK1_10();
51   public double GetK1()
52     { return GetK1_10(); }
53
54   private native void SetK2_11(double id0);
55   public void SetK2(double id0)
56     { SetK2_11(id0); }
57
58   private native double GetK2_12();
59   public double GetK2()
60     { return GetK2_12(); }
61
62   private native void SetP1_13(double id0);
63   public void SetP1(double id0)
64     { SetP1_13(id0); }
65
66   private native double GetP1_14();
67   public double GetP1()
68     { return GetP1_14(); }
69
70   private native void SetP2_15(double id0);
71   public void SetP2(double id0)
72     { SetP2_15(id0); }
73
74   private native double GetP2_16();
75   public double GetP2()
76     { return GetP2_16(); }
77
78   private native void SetFormatWidth_17(double id0);
79   public void SetFormatWidth(double id0)
80     { SetFormatWidth_17(id0); }
81
82   private native double GetFormatWidth_18();
83   public double GetFormatWidth()
84     { return GetFormatWidth_18(); }
85
86   private native void SetFormatHeight_19(double id0);
87   public void SetFormatHeight(double id0)
88     { SetFormatHeight_19(id0); }
89
90   private native double GetFormatHeight_20();
91   public double GetFormatHeight()
92     { return GetFormatHeight_20(); }
93
94   private native void SetImageWidth_21(int id0);
95   public void SetImageWidth(int id0)
96     { SetImageWidth_21(id0); }
97
98   private native int GetImageWidth_22();
99   public int GetImageWidth()
100     { return GetImageWidth_22(); }
101
102   private native void SetImageHeight_23(int id0);
103   public void SetImageHeight(int id0)
104     { SetImageHeight_23(id0); }
105
106   private native int GetImageHeight_24();
107   public int GetImageHeight()
108     { return GetImageHeight_24(); }
109
110   private native int FillInputPortInformation_25(int id0,vtkInformation id1);
111   public int FillInputPortInformation(int id0,vtkInformation id1)
112     { return FillInputPortInformation_25(id0,id1); }
113
114   public vtkWarpLens() { super(); }
115
116   public vtkWarpLens(long id) { super(id); }
117   public native long   VTKInit();
118
119 }