]> gerrit.simantics Code Review - simantics/3d.git/blobdiff - vtk/src/vtk/vtkTableToStructuredGrid.java
Add back explicit loading of jawt.dll.
[simantics/3d.git] / vtk / src / vtk / vtkTableToStructuredGrid.java
index 0889625dfce26c50af199e177bcaaf62c35e2322..05d339e9538b40058320b11cc19bd6aecc056c11 100644 (file)
-// java wrapper for vtkTableToStructuredGrid object\r
-//\r
-\r
-package vtk;\r
-import vtk.*;\r
-\r
-public class vtkTableToStructuredGrid extends vtkStructuredGridAlgorithm\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 SetWholeExtent_2(int id0,int id1,int id2,int id3,int id4,int id5);\r
-  public void SetWholeExtent(int id0,int id1,int id2,int id3,int id4,int id5)\r
-    { SetWholeExtent_2(id0,id1,id2,id3,id4,id5); }\r
-\r
-  private native void SetWholeExtent_3(int id0[]);\r
-  public void SetWholeExtent(int id0[])\r
-    { SetWholeExtent_3(id0); }\r
-\r
-  private native int[]  GetWholeExtent_4();\r
-  public int[]  GetWholeExtent()\r
-    { return GetWholeExtent_4(); }\r
-\r
-  private native void SetXColumn_5(String id0);\r
-  public void SetXColumn(String id0)\r
-    { SetXColumn_5(id0); }\r
-\r
-  private native String GetXColumn_6();\r
-  public String GetXColumn()\r
-    { return GetXColumn_6(); }\r
-\r
-  private native void SetXComponent_7(int id0);\r
-  public void SetXComponent(int id0)\r
-    { SetXComponent_7(id0); }\r
-\r
-  private native int GetXComponentMinValue_8();\r
-  public int GetXComponentMinValue()\r
-    { return GetXComponentMinValue_8(); }\r
-\r
-  private native int GetXComponentMaxValue_9();\r
-  public int GetXComponentMaxValue()\r
-    { return GetXComponentMaxValue_9(); }\r
-\r
-  private native int GetXComponent_10();\r
-  public int GetXComponent()\r
-    { return GetXComponent_10(); }\r
-\r
-  private native void SetYColumn_11(String id0);\r
-  public void SetYColumn(String id0)\r
-    { SetYColumn_11(id0); }\r
-\r
-  private native String GetYColumn_12();\r
-  public String GetYColumn()\r
-    { return GetYColumn_12(); }\r
-\r
-  private native void SetYComponent_13(int id0);\r
-  public void SetYComponent(int id0)\r
-    { SetYComponent_13(id0); }\r
-\r
-  private native int GetYComponentMinValue_14();\r
-  public int GetYComponentMinValue()\r
-    { return GetYComponentMinValue_14(); }\r
-\r
-  private native int GetYComponentMaxValue_15();\r
-  public int GetYComponentMaxValue()\r
-    { return GetYComponentMaxValue_15(); }\r
-\r
-  private native int GetYComponent_16();\r
-  public int GetYComponent()\r
-    { return GetYComponent_16(); }\r
-\r
-  private native void SetZColumn_17(String id0);\r
-  public void SetZColumn(String id0)\r
-    { SetZColumn_17(id0); }\r
-\r
-  private native String GetZColumn_18();\r
-  public String GetZColumn()\r
-    { return GetZColumn_18(); }\r
-\r
-  private native void SetZComponent_19(int id0);\r
-  public void SetZComponent(int id0)\r
-    { SetZComponent_19(id0); }\r
-\r
-  private native int GetZComponentMinValue_20();\r
-  public int GetZComponentMinValue()\r
-    { return GetZComponentMinValue_20(); }\r
-\r
-  private native int GetZComponentMaxValue_21();\r
-  public int GetZComponentMaxValue()\r
-    { return GetZComponentMaxValue_21(); }\r
-\r
-  private native int GetZComponent_22();\r
-  public int GetZComponent()\r
-    { return GetZComponent_22(); }\r
-\r
-  public vtkTableToStructuredGrid() { super(); }\r
-\r
-  public vtkTableToStructuredGrid(long id) { super(id); }\r
-  public native long   VTKInit();\r
-\r
-}\r
+// java wrapper for vtkTableToStructuredGrid object
+//
+
+package vtk;
+import vtk.*;
+
+public class vtkTableToStructuredGrid extends vtkStructuredGridAlgorithm
+{
+
+  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 SetWholeExtent_2(int id0,int id1,int id2,int id3,int id4,int id5);
+  public void SetWholeExtent(int id0,int id1,int id2,int id3,int id4,int id5)
+    { SetWholeExtent_2(id0,id1,id2,id3,id4,id5); }
+
+  private native void SetWholeExtent_3(int id0[]);
+  public void SetWholeExtent(int id0[])
+    { SetWholeExtent_3(id0); }
+
+  private native int[]  GetWholeExtent_4();
+  public int[]  GetWholeExtent()
+    { return GetWholeExtent_4(); }
+
+  private native void SetXColumn_5(String id0);
+  public void SetXColumn(String id0)
+    { SetXColumn_5(id0); }
+
+  private native String GetXColumn_6();
+  public String GetXColumn()
+    { return GetXColumn_6(); }
+
+  private native void SetXComponent_7(int id0);
+  public void SetXComponent(int id0)
+    { SetXComponent_7(id0); }
+
+  private native int GetXComponentMinValue_8();
+  public int GetXComponentMinValue()
+    { return GetXComponentMinValue_8(); }
+
+  private native int GetXComponentMaxValue_9();
+  public int GetXComponentMaxValue()
+    { return GetXComponentMaxValue_9(); }
+
+  private native int GetXComponent_10();
+  public int GetXComponent()
+    { return GetXComponent_10(); }
+
+  private native void SetYColumn_11(String id0);
+  public void SetYColumn(String id0)
+    { SetYColumn_11(id0); }
+
+  private native String GetYColumn_12();
+  public String GetYColumn()
+    { return GetYColumn_12(); }
+
+  private native void SetYComponent_13(int id0);
+  public void SetYComponent(int id0)
+    { SetYComponent_13(id0); }
+
+  private native int GetYComponentMinValue_14();
+  public int GetYComponentMinValue()
+    { return GetYComponentMinValue_14(); }
+
+  private native int GetYComponentMaxValue_15();
+  public int GetYComponentMaxValue()
+    { return GetYComponentMaxValue_15(); }
+
+  private native int GetYComponent_16();
+  public int GetYComponent()
+    { return GetYComponent_16(); }
+
+  private native void SetZColumn_17(String id0);
+  public void SetZColumn(String id0)
+    { SetZColumn_17(id0); }
+
+  private native String GetZColumn_18();
+  public String GetZColumn()
+    { return GetZColumn_18(); }
+
+  private native void SetZComponent_19(int id0);
+  public void SetZComponent(int id0)
+    { SetZComponent_19(id0); }
+
+  private native int GetZComponentMinValue_20();
+  public int GetZComponentMinValue()
+    { return GetZComponentMinValue_20(); }
+
+  private native int GetZComponentMaxValue_21();
+  public int GetZComponentMaxValue()
+    { return GetZComponentMaxValue_21(); }
+
+  private native int GetZComponent_22();
+  public int GetZComponent()
+    { return GetZComponent_22(); }
+
+  public vtkTableToStructuredGrid() { super(); }
+
+  public vtkTableToStructuredGrid(long id) { super(id); }
+  public native long   VTKInit();
+
+}