]> gerrit.simantics Code Review - simantics/3d.git/blobdiff - vtk/src/vtk/vtkWarpLens.java
Perform view direction switching via vtkCameraAndSelectorAction
[simantics/3d.git] / vtk / src / vtk / vtkWarpLens.java
index 01476072f7109c73e73ebe5d9cc8b91ec9529f4c..c9b6d1ac25dba99710c5a0c02c6efc655a7f48d2 100644 (file)
-// java wrapper for vtkWarpLens object\r
-//\r
-\r
-package vtk;\r
-import vtk.*;\r
-\r
-public class vtkWarpLens extends vtkPointSetAlgorithm\r
-{\r
-\r
-  private native String GetClassName_0();\r
-  public String GetClassName()\r
-    { return GetClassName_0(); }\r
-\r
-  private native int IsA_1(String id0);\r
-  public int IsA(String id0)\r
-    { return IsA_1(id0); }\r
-\r
-  private native void SetKappa_2(double id0);\r
-  public void SetKappa(double id0)\r
-    { SetKappa_2(id0); }\r
-\r
-  private native double GetKappa_3();\r
-  public double GetKappa()\r
-    { return GetKappa_3(); }\r
-\r
-  private native void SetCenter_4(double id0,double id1);\r
-  public void SetCenter(double id0,double id1)\r
-    { SetCenter_4(id0,id1); }\r
-\r
-  private native double[] GetCenter_5();\r
-  public double[] GetCenter()\r
-    { return GetCenter_5(); }\r
-\r
-  private native void SetPrincipalPoint_6(double id0,double id1);\r
-  public void SetPrincipalPoint(double id0,double id1)\r
-    { SetPrincipalPoint_6(id0,id1); }\r
-\r
-  private native void SetPrincipalPoint_7(double id0[]);\r
-  public void SetPrincipalPoint(double id0[])\r
-    { SetPrincipalPoint_7(id0); }\r
-\r
-  private native double[] GetPrincipalPoint_8();\r
-  public double[] GetPrincipalPoint()\r
-    { return GetPrincipalPoint_8(); }\r
-\r
-  private native void SetK1_9(double id0);\r
-  public void SetK1(double id0)\r
-    { SetK1_9(id0); }\r
-\r
-  private native double GetK1_10();\r
-  public double GetK1()\r
-    { return GetK1_10(); }\r
-\r
-  private native void SetK2_11(double id0);\r
-  public void SetK2(double id0)\r
-    { SetK2_11(id0); }\r
-\r
-  private native double GetK2_12();\r
-  public double GetK2()\r
-    { return GetK2_12(); }\r
-\r
-  private native void SetP1_13(double id0);\r
-  public void SetP1(double id0)\r
-    { SetP1_13(id0); }\r
-\r
-  private native double GetP1_14();\r
-  public double GetP1()\r
-    { return GetP1_14(); }\r
-\r
-  private native void SetP2_15(double id0);\r
-  public void SetP2(double id0)\r
-    { SetP2_15(id0); }\r
-\r
-  private native double GetP2_16();\r
-  public double GetP2()\r
-    { return GetP2_16(); }\r
-\r
-  private native void SetFormatWidth_17(double id0);\r
-  public void SetFormatWidth(double id0)\r
-    { SetFormatWidth_17(id0); }\r
-\r
-  private native double GetFormatWidth_18();\r
-  public double GetFormatWidth()\r
-    { return GetFormatWidth_18(); }\r
-\r
-  private native void SetFormatHeight_19(double id0);\r
-  public void SetFormatHeight(double id0)\r
-    { SetFormatHeight_19(id0); }\r
-\r
-  private native double GetFormatHeight_20();\r
-  public double GetFormatHeight()\r
-    { return GetFormatHeight_20(); }\r
-\r
-  private native void SetImageWidth_21(int id0);\r
-  public void SetImageWidth(int id0)\r
-    { SetImageWidth_21(id0); }\r
-\r
-  private native int GetImageWidth_22();\r
-  public int GetImageWidth()\r
-    { return GetImageWidth_22(); }\r
-\r
-  private native void SetImageHeight_23(int id0);\r
-  public void SetImageHeight(int id0)\r
-    { SetImageHeight_23(id0); }\r
-\r
-  private native int GetImageHeight_24();\r
-  public int GetImageHeight()\r
-    { return GetImageHeight_24(); }\r
-\r
-  private native int FillInputPortInformation_25(int id0,vtkInformation id1);\r
-  public int FillInputPortInformation(int id0,vtkInformation id1)\r
-    { return FillInputPortInformation_25(id0,id1); }\r
-\r
-  public vtkWarpLens() { super(); }\r
-\r
-  public vtkWarpLens(long id) { super(id); }\r
-  public native long   VTKInit();\r
-\r
-}\r
+// 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();
+
+}