]> gerrit.simantics Code Review - simantics/3d.git/blobdiff - vtk/src/vtk/vtkExtentSplitter.java
Loading VTK dlls with plug-in activator.
[simantics/3d.git] / vtk / src / vtk / vtkExtentSplitter.java
index ea5086223ce2d859028e1683a9f54eafd21f3857..d3461577e59f6d5ba7b699db7cac3bdfd8ad8fe5 100644 (file)
@@ -1,71 +1,71 @@
-// java wrapper for vtkExtentSplitter object\r
-//\r
-\r
-package vtk;\r
-import vtk.*;\r
-\r
-public class vtkExtentSplitter extends vtkObject\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 AddExtentSource_2(int id0,int id1,int id2,int id3,int id4,int id5,int id6,int id7);\r
-  public void AddExtentSource(int id0,int id1,int id2,int id3,int id4,int id5,int id6,int id7)\r
-    { AddExtentSource_2(id0,id1,id2,id3,id4,id5,id6,id7); }\r
-\r
-  private native void RemoveExtentSource_3(int id0);\r
-  public void RemoveExtentSource(int id0)\r
-    { RemoveExtentSource_3(id0); }\r
-\r
-  private native void RemoveAllExtentSources_4();\r
-  public void RemoveAllExtentSources()\r
-    { RemoveAllExtentSources_4(); }\r
-\r
-  private native void AddExtent_5(int id0,int id1,int id2,int id3,int id4,int id5);\r
-  public void AddExtent(int id0,int id1,int id2,int id3,int id4,int id5)\r
-    { AddExtent_5(id0,id1,id2,id3,id4,id5); }\r
-\r
-  private native int ComputeSubExtents_6();\r
-  public int ComputeSubExtents()\r
-    { return ComputeSubExtents_6(); }\r
-\r
-  private native int GetNumberOfSubExtents_7();\r
-  public int GetNumberOfSubExtents()\r
-    { return GetNumberOfSubExtents_7(); }\r
-\r
-  private native int[]  GetSubExtent_8(int id0);\r
-  public int[]  GetSubExtent(int id0)\r
-    { return GetSubExtent_8(id0); }\r
-\r
-  private native int GetSubExtentSource_9(int id0);\r
-  public int GetSubExtentSource(int id0)\r
-    { return GetSubExtentSource_9(id0); }\r
-\r
-  private native int GetPointMode_10();\r
-  public int GetPointMode()\r
-    { return GetPointMode_10(); }\r
-\r
-  private native void SetPointMode_11(int id0);\r
-  public void SetPointMode(int id0)\r
-    { SetPointMode_11(id0); }\r
-\r
-  private native void PointModeOn_12();\r
-  public void PointModeOn()\r
-    { PointModeOn_12(); }\r
-\r
-  private native void PointModeOff_13();\r
-  public void PointModeOff()\r
-    { PointModeOff_13(); }\r
-\r
-  public vtkExtentSplitter() { super(); }\r
-\r
-  public vtkExtentSplitter(long id) { super(id); }\r
-  public native long   VTKInit();\r
-\r
-}\r
+// java wrapper for vtkExtentSplitter object
+//
+
+package vtk;
+import vtk.*;
+
+public class vtkExtentSplitter extends vtkObject
+{
+
+  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 AddExtentSource_2(int id0,int id1,int id2,int id3,int id4,int id5,int id6,int id7);
+  public void AddExtentSource(int id0,int id1,int id2,int id3,int id4,int id5,int id6,int id7)
+    { AddExtentSource_2(id0,id1,id2,id3,id4,id5,id6,id7); }
+
+  private native void RemoveExtentSource_3(int id0);
+  public void RemoveExtentSource(int id0)
+    { RemoveExtentSource_3(id0); }
+
+  private native void RemoveAllExtentSources_4();
+  public void RemoveAllExtentSources()
+    { RemoveAllExtentSources_4(); }
+
+  private native void AddExtent_5(int id0,int id1,int id2,int id3,int id4,int id5);
+  public void AddExtent(int id0,int id1,int id2,int id3,int id4,int id5)
+    { AddExtent_5(id0,id1,id2,id3,id4,id5); }
+
+  private native int ComputeSubExtents_6();
+  public int ComputeSubExtents()
+    { return ComputeSubExtents_6(); }
+
+  private native int GetNumberOfSubExtents_7();
+  public int GetNumberOfSubExtents()
+    { return GetNumberOfSubExtents_7(); }
+
+  private native int[]  GetSubExtent_8(int id0);
+  public int[]  GetSubExtent(int id0)
+    { return GetSubExtent_8(id0); }
+
+  private native int GetSubExtentSource_9(int id0);
+  public int GetSubExtentSource(int id0)
+    { return GetSubExtentSource_9(id0); }
+
+  private native int GetPointMode_10();
+  public int GetPointMode()
+    { return GetPointMode_10(); }
+
+  private native void SetPointMode_11(int id0);
+  public void SetPointMode(int id0)
+    { SetPointMode_11(id0); }
+
+  private native void PointModeOn_12();
+  public void PointModeOn()
+    { PointModeOn_12(); }
+
+  private native void PointModeOff_13();
+  public void PointModeOff()
+    { PointModeOff_13(); }
+
+  public vtkExtentSplitter() { super(); }
+
+  public vtkExtentSplitter(long id) { super(id); }
+  public native long   VTKInit();
+
+}