]> gerrit.simantics Code Review - simantics/3d.git/blobdiff - vtk/src/vtk/vtkImageRectilinearWipe.java
Editor internal toolbar for Plant3D editor
[simantics/3d.git] / vtk / src / vtk / vtkImageRectilinearWipe.java
index df5bfa01337da5aeb86fae68c3f0767e9897c967..41626507ec9d5283a9f801dab0189b537ff095ad 100644 (file)
@@ -1,99 +1,99 @@
-// java wrapper for vtkImageRectilinearWipe object\r
-//\r
-\r
-package vtk;\r
-import vtk.*;\r
-\r
-public class vtkImageRectilinearWipe extends vtkThreadedImageAlgorithm\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 SetPosition_2(int id0,int id1);\r
-  public void SetPosition(int id0,int id1)\r
-    { SetPosition_2(id0,id1); }\r
-\r
-  private native void SetPosition_3(int id0[]);\r
-  public void SetPosition(int id0[])\r
-    { SetPosition_3(id0); }\r
-\r
-  private native int[]  GetPosition_4();\r
-  public int[]  GetPosition()\r
-    { return GetPosition_4(); }\r
-\r
-  private native void SetAxis_5(int id0,int id1);\r
-  public void SetAxis(int id0,int id1)\r
-    { SetAxis_5(id0,id1); }\r
-\r
-  private native void SetAxis_6(int id0[]);\r
-  public void SetAxis(int id0[])\r
-    { SetAxis_6(id0); }\r
-\r
-  private native int[]  GetAxis_7();\r
-  public int[]  GetAxis()\r
-    { return GetAxis_7(); }\r
-\r
-  private native void SetInput1_8(vtkDataObject id0);\r
-  public void SetInput1(vtkDataObject id0)\r
-    { SetInput1_8(id0); }\r
-\r
-  private native void SetInput2_9(vtkDataObject id0);\r
-  public void SetInput2(vtkDataObject id0)\r
-    { SetInput2_9(id0); }\r
-\r
-  private native void SetWipe_10(int id0);\r
-  public void SetWipe(int id0)\r
-    { SetWipe_10(id0); }\r
-\r
-  private native int GetWipeMinValue_11();\r
-  public int GetWipeMinValue()\r
-    { return GetWipeMinValue_11(); }\r
-\r
-  private native int GetWipeMaxValue_12();\r
-  public int GetWipeMaxValue()\r
-    { return GetWipeMaxValue_12(); }\r
-\r
-  private native int GetWipe_13();\r
-  public int GetWipe()\r
-    { return GetWipe_13(); }\r
-\r
-  private native void SetWipeToQuad_14();\r
-  public void SetWipeToQuad()\r
-    { SetWipeToQuad_14(); }\r
-\r
-  private native void SetWipeToHorizontal_15();\r
-  public void SetWipeToHorizontal()\r
-    { SetWipeToHorizontal_15(); }\r
-\r
-  private native void SetWipeToVertical_16();\r
-  public void SetWipeToVertical()\r
-    { SetWipeToVertical_16(); }\r
-\r
-  private native void SetWipeToLowerLeft_17();\r
-  public void SetWipeToLowerLeft()\r
-    { SetWipeToLowerLeft_17(); }\r
-\r
-  private native void SetWipeToLowerRight_18();\r
-  public void SetWipeToLowerRight()\r
-    { SetWipeToLowerRight_18(); }\r
-\r
-  private native void SetWipeToUpperLeft_19();\r
-  public void SetWipeToUpperLeft()\r
-    { SetWipeToUpperLeft_19(); }\r
-\r
-  private native void SetWipeToUpperRight_20();\r
-  public void SetWipeToUpperRight()\r
-    { SetWipeToUpperRight_20(); }\r
-\r
-  public vtkImageRectilinearWipe() { super(); }\r
-\r
-  public vtkImageRectilinearWipe(long id) { super(id); }\r
-  public native long   VTKInit();\r
-\r
-}\r
+// java wrapper for vtkImageRectilinearWipe object
+//
+
+package vtk;
+import vtk.*;
+
+public class vtkImageRectilinearWipe extends vtkThreadedImageAlgorithm
+{
+
+  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 SetPosition_2(int id0,int id1);
+  public void SetPosition(int id0,int id1)
+    { SetPosition_2(id0,id1); }
+
+  private native void SetPosition_3(int id0[]);
+  public void SetPosition(int id0[])
+    { SetPosition_3(id0); }
+
+  private native int[]  GetPosition_4();
+  public int[]  GetPosition()
+    { return GetPosition_4(); }
+
+  private native void SetAxis_5(int id0,int id1);
+  public void SetAxis(int id0,int id1)
+    { SetAxis_5(id0,id1); }
+
+  private native void SetAxis_6(int id0[]);
+  public void SetAxis(int id0[])
+    { SetAxis_6(id0); }
+
+  private native int[]  GetAxis_7();
+  public int[]  GetAxis()
+    { return GetAxis_7(); }
+
+  private native void SetInput1Data_8(vtkDataObject id0);
+  public void SetInput1Data(vtkDataObject id0)
+    { SetInput1Data_8(id0); }
+
+  private native void SetInput2Data_9(vtkDataObject id0);
+  public void SetInput2Data(vtkDataObject id0)
+    { SetInput2Data_9(id0); }
+
+  private native void SetWipe_10(int id0);
+  public void SetWipe(int id0)
+    { SetWipe_10(id0); }
+
+  private native int GetWipeMinValue_11();
+  public int GetWipeMinValue()
+    { return GetWipeMinValue_11(); }
+
+  private native int GetWipeMaxValue_12();
+  public int GetWipeMaxValue()
+    { return GetWipeMaxValue_12(); }
+
+  private native int GetWipe_13();
+  public int GetWipe()
+    { return GetWipe_13(); }
+
+  private native void SetWipeToQuad_14();
+  public void SetWipeToQuad()
+    { SetWipeToQuad_14(); }
+
+  private native void SetWipeToHorizontal_15();
+  public void SetWipeToHorizontal()
+    { SetWipeToHorizontal_15(); }
+
+  private native void SetWipeToVertical_16();
+  public void SetWipeToVertical()
+    { SetWipeToVertical_16(); }
+
+  private native void SetWipeToLowerLeft_17();
+  public void SetWipeToLowerLeft()
+    { SetWipeToLowerLeft_17(); }
+
+  private native void SetWipeToLowerRight_18();
+  public void SetWipeToLowerRight()
+    { SetWipeToLowerRight_18(); }
+
+  private native void SetWipeToUpperLeft_19();
+  public void SetWipeToUpperLeft()
+    { SetWipeToUpperLeft_19(); }
+
+  private native void SetWipeToUpperRight_20();
+  public void SetWipeToUpperRight()
+    { SetWipeToUpperRight_20(); }
+
+  public vtkImageRectilinearWipe() { super(); }
+
+  public vtkImageRectilinearWipe(long id) { super(id); }
+  public native long   VTKInit();
+
+}