]> gerrit.simantics Code Review - simantics/3d.git/blobdiff - vtk/src/vtk/vtkImageDataGeometryFilter.java
Loading VTK dlls with plug-in activator.
[simantics/3d.git] / vtk / src / vtk / vtkImageDataGeometryFilter.java
index fb2edf49b6a29e88d51a77e70677ede866a02ff1..3aef6fc9e7b8381b5c13270346060720c822d165 100644 (file)
@@ -1,79 +1,79 @@
-// java wrapper for vtkImageDataGeometryFilter object\r
-//\r
-\r
-package vtk;\r
-import vtk.*;\r
-\r
-public class vtkImageDataGeometryFilter extends vtkPolyDataAlgorithm\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 SetExtent_2(int id0[]);\r
-  public void SetExtent(int id0[])\r
-    { SetExtent_2(id0); }\r
-\r
-  private native void SetExtent_3(int id0,int id1,int id2,int id3,int id4,int id5);\r
-  public void SetExtent(int id0,int id1,int id2,int id3,int id4,int id5)\r
-    { SetExtent_3(id0,id1,id2,id3,id4,id5); }\r
-\r
-  private native void SetThresholdCells_4(int id0);\r
-  public void SetThresholdCells(int id0)\r
-    { SetThresholdCells_4(id0); }\r
-\r
-  private native int GetThresholdCells_5();\r
-  public int GetThresholdCells()\r
-    { return GetThresholdCells_5(); }\r
-\r
-  private native void ThresholdCellsOn_6();\r
-  public void ThresholdCellsOn()\r
-    { ThresholdCellsOn_6(); }\r
-\r
-  private native void ThresholdCellsOff_7();\r
-  public void ThresholdCellsOff()\r
-    { ThresholdCellsOff_7(); }\r
-\r
-  private native void SetThresholdValue_8(double id0);\r
-  public void SetThresholdValue(double id0)\r
-    { SetThresholdValue_8(id0); }\r
-\r
-  private native double GetThresholdValue_9();\r
-  public double GetThresholdValue()\r
-    { return GetThresholdValue_9(); }\r
-\r
-  private native void ThresholdValueOn_10();\r
-  public void ThresholdValueOn()\r
-    { ThresholdValueOn_10(); }\r
-\r
-  private native void ThresholdValueOff_11();\r
-  public void ThresholdValueOff()\r
-    { ThresholdValueOff_11(); }\r
-\r
-  private native void SetOutputTriangles_12(int id0);\r
-  public void SetOutputTriangles(int id0)\r
-    { SetOutputTriangles_12(id0); }\r
-\r
-  private native int GetOutputTriangles_13();\r
-  public int GetOutputTriangles()\r
-    { return GetOutputTriangles_13(); }\r
-\r
-  private native void OutputTrianglesOn_14();\r
-  public void OutputTrianglesOn()\r
-    { OutputTrianglesOn_14(); }\r
-\r
-  private native void OutputTrianglesOff_15();\r
-  public void OutputTrianglesOff()\r
-    { OutputTrianglesOff_15(); }\r
-\r
-  public vtkImageDataGeometryFilter() { super(); }\r
-\r
-  public vtkImageDataGeometryFilter(long id) { super(id); }\r
-  public native long   VTKInit();\r
-\r
-}\r
+// java wrapper for vtkImageDataGeometryFilter object
+//
+
+package vtk;
+import vtk.*;
+
+public class vtkImageDataGeometryFilter extends vtkPolyDataAlgorithm
+{
+
+  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 SetExtent_2(int id0[]);
+  public void SetExtent(int id0[])
+    { SetExtent_2(id0); }
+
+  private native void SetExtent_3(int id0,int id1,int id2,int id3,int id4,int id5);
+  public void SetExtent(int id0,int id1,int id2,int id3,int id4,int id5)
+    { SetExtent_3(id0,id1,id2,id3,id4,id5); }
+
+  private native void SetThresholdCells_4(int id0);
+  public void SetThresholdCells(int id0)
+    { SetThresholdCells_4(id0); }
+
+  private native int GetThresholdCells_5();
+  public int GetThresholdCells()
+    { return GetThresholdCells_5(); }
+
+  private native void ThresholdCellsOn_6();
+  public void ThresholdCellsOn()
+    { ThresholdCellsOn_6(); }
+
+  private native void ThresholdCellsOff_7();
+  public void ThresholdCellsOff()
+    { ThresholdCellsOff_7(); }
+
+  private native void SetThresholdValue_8(double id0);
+  public void SetThresholdValue(double id0)
+    { SetThresholdValue_8(id0); }
+
+  private native double GetThresholdValue_9();
+  public double GetThresholdValue()
+    { return GetThresholdValue_9(); }
+
+  private native void ThresholdValueOn_10();
+  public void ThresholdValueOn()
+    { ThresholdValueOn_10(); }
+
+  private native void ThresholdValueOff_11();
+  public void ThresholdValueOff()
+    { ThresholdValueOff_11(); }
+
+  private native void SetOutputTriangles_12(int id0);
+  public void SetOutputTriangles(int id0)
+    { SetOutputTriangles_12(id0); }
+
+  private native int GetOutputTriangles_13();
+  public int GetOutputTriangles()
+    { return GetOutputTriangles_13(); }
+
+  private native void OutputTrianglesOn_14();
+  public void OutputTrianglesOn()
+    { OutputTrianglesOn_14(); }
+
+  private native void OutputTrianglesOff_15();
+  public void OutputTrianglesOff()
+    { OutputTrianglesOff_15(); }
+
+  public vtkImageDataGeometryFilter() { super(); }
+
+  public vtkImageDataGeometryFilter(long id) { super(id); }
+  public native long   VTKInit();
+
+}