1 // java wrapper for vtkWarpLens object
7 public class vtkWarpLens extends vtkPointSetAlgorithm
10 private native int IsTypeOf_0(String id0);
11 public int IsTypeOf(String id0)
12 { return IsTypeOf_0(id0); }
14 private native int IsA_1(String id0);
15 public int IsA(String id0)
16 { return IsA_1(id0); }
18 private native void SetKappa_2(double id0);
19 public void SetKappa(double id0)
22 private native double GetKappa_3();
23 public double GetKappa()
24 { return GetKappa_3(); }
26 private native void SetCenter_4(double id0,double id1);
27 public void SetCenter(double id0,double id1)
28 { SetCenter_4(id0,id1); }
30 private native double[] GetCenter_5();
31 public double[] GetCenter()
32 { return GetCenter_5(); }
34 private native void SetPrincipalPoint_6(double id0,double id1);
35 public void SetPrincipalPoint(double id0,double id1)
36 { SetPrincipalPoint_6(id0,id1); }
38 private native void SetPrincipalPoint_7(double id0[]);
39 public void SetPrincipalPoint(double id0[])
40 { SetPrincipalPoint_7(id0); }
42 private native double[] GetPrincipalPoint_8();
43 public double[] GetPrincipalPoint()
44 { return GetPrincipalPoint_8(); }
46 private native void SetK1_9(double id0);
47 public void SetK1(double id0)
50 private native double GetK1_10();
52 { return GetK1_10(); }
54 private native void SetK2_11(double id0);
55 public void SetK2(double id0)
58 private native double GetK2_12();
60 { return GetK2_12(); }
62 private native void SetP1_13(double id0);
63 public void SetP1(double id0)
66 private native double GetP1_14();
68 { return GetP1_14(); }
70 private native void SetP2_15(double id0);
71 public void SetP2(double id0)
74 private native double GetP2_16();
76 { return GetP2_16(); }
78 private native void SetFormatWidth_17(double id0);
79 public void SetFormatWidth(double id0)
80 { SetFormatWidth_17(id0); }
82 private native double GetFormatWidth_18();
83 public double GetFormatWidth()
84 { return GetFormatWidth_18(); }
86 private native void SetFormatHeight_19(double id0);
87 public void SetFormatHeight(double id0)
88 { SetFormatHeight_19(id0); }
90 private native double GetFormatHeight_20();
91 public double GetFormatHeight()
92 { return GetFormatHeight_20(); }
94 private native void SetImageWidth_21(int id0);
95 public void SetImageWidth(int id0)
96 { SetImageWidth_21(id0); }
98 private native int GetImageWidth_22();
99 public int GetImageWidth()
100 { return GetImageWidth_22(); }
102 private native void SetImageHeight_23(int id0);
103 public void SetImageHeight(int id0)
104 { SetImageHeight_23(id0); }
106 private native int GetImageHeight_24();
107 public int GetImageHeight()
108 { return GetImageHeight_24(); }
110 private native int FillInputPortInformation_25(int id0,vtkInformation id1);
111 public int FillInputPortInformation(int id0,vtkInformation id1)
112 { return FillInputPortInformation_25(id0,id1); }
114 public vtkWarpLens() { super(); }
116 public vtkWarpLens(long id) { super(id); }
117 public native long VTKInit();