// java wrapper for vtkWarpLens object // package vtk; import vtk.*; public class vtkWarpLens extends vtkPointSetAlgorithm { private native int IsTypeOf_0(String id0); public int IsTypeOf(String id0) { return IsTypeOf_0(id0); } private native int IsA_1(String id0); public int IsA(String id0) { return IsA_1(id0); } private native void SetKappa_2(double id0); public void SetKappa(double id0) { SetKappa_2(id0); } private native double GetKappa_3(); public double GetKappa() { return GetKappa_3(); } private native void SetCenter_4(double id0,double id1); public void SetCenter(double id0,double id1) { SetCenter_4(id0,id1); } private native double[] GetCenter_5(); public double[] GetCenter() { return GetCenter_5(); } private native void SetPrincipalPoint_6(double id0,double id1); public void SetPrincipalPoint(double id0,double id1) { SetPrincipalPoint_6(id0,id1); } private native void SetPrincipalPoint_7(double id0[]); public void SetPrincipalPoint(double id0[]) { SetPrincipalPoint_7(id0); } private native double[] GetPrincipalPoint_8(); public double[] GetPrincipalPoint() { return GetPrincipalPoint_8(); } private native void SetK1_9(double id0); public void SetK1(double id0) { SetK1_9(id0); } private native double GetK1_10(); public double GetK1() { return GetK1_10(); } private native void SetK2_11(double id0); public void SetK2(double id0) { SetK2_11(id0); } private native double GetK2_12(); public double GetK2() { return GetK2_12(); } private native void SetP1_13(double id0); public void SetP1(double id0) { SetP1_13(id0); } private native double GetP1_14(); public double GetP1() { return GetP1_14(); } private native void SetP2_15(double id0); public void SetP2(double id0) { SetP2_15(id0); } private native double GetP2_16(); public double GetP2() { return GetP2_16(); } private native void SetFormatWidth_17(double id0); public void SetFormatWidth(double id0) { SetFormatWidth_17(id0); } private native double GetFormatWidth_18(); public double GetFormatWidth() { return GetFormatWidth_18(); } private native void SetFormatHeight_19(double id0); public void SetFormatHeight(double id0) { SetFormatHeight_19(id0); } private native double GetFormatHeight_20(); public double GetFormatHeight() { return GetFormatHeight_20(); } private native void SetImageWidth_21(int id0); public void SetImageWidth(int id0) { SetImageWidth_21(id0); } private native int GetImageWidth_22(); public int GetImageWidth() { return GetImageWidth_22(); } private native void SetImageHeight_23(int id0); public void SetImageHeight(int id0) { SetImageHeight_23(id0); } private native int GetImageHeight_24(); public int GetImageHeight() { return GetImageHeight_24(); } private native int FillInputPortInformation_25(int id0,vtkInformation id1); public int FillInputPortInformation(int id0,vtkInformation id1) { return FillInputPortInformation_25(id0,id1); } public vtkWarpLens() { super(); } public vtkWarpLens(long id) { super(id); } public native long VTKInit(); }