X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=vtk%2Fsrc%2Fvtk%2FvtkWarpLens.java;h=c9b6d1ac25dba99710c5a0c02c6efc655a7f48d2;hb=efb52587babd1b858c8e77fedc44a5b4ef0c1088;hp=01476072f7109c73e73ebe5d9cc8b91ec9529f4c;hpb=471c46e9a685e20de958d77166461aebc7a7b6ee;p=simantics%2F3d.git diff --git a/vtk/src/vtk/vtkWarpLens.java b/vtk/src/vtk/vtkWarpLens.java index 01476072..c9b6d1ac 100644 --- a/vtk/src/vtk/vtkWarpLens.java +++ b/vtk/src/vtk/vtkWarpLens.java @@ -1,119 +1,119 @@ -// java wrapper for vtkWarpLens object -// - -package vtk; -import vtk.*; - -public class vtkWarpLens extends vtkPointSetAlgorithm -{ - - private native String GetClassName_0(); - public String GetClassName() - { return GetClassName_0(); } - - 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(); - -} +// 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(); + +}