]> gerrit.simantics Code Review - simantics/3d.git/blobdiff - vtk/src/vtk/vtkGenericCellIterator.java
Add a "Properties" tab to selection view for pipeline components.
[simantics/3d.git] / vtk / src / vtk / vtkGenericCellIterator.java
index 804c2cc057ad550a389127d7fe9e996bfbdbeefa..8216e968661f45a82785e5f3cca8e9a2ca69fa8e 100644 (file)
@@ -1,54 +1,54 @@
-// java wrapper for vtkGenericCellIterator object\r
-//\r
-\r
-package vtk;\r
-import vtk.*;\r
-\r
-public class vtkGenericCellIterator 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 Begin_2();\r
-  public void Begin()\r
-    { Begin_2(); }\r
-\r
-  private native int IsAtEnd_3();\r
-  public int IsAtEnd()\r
-    { return IsAtEnd_3(); }\r
-\r
-  private native long NewCell_4();\r
-  public vtkGenericAdaptorCell NewCell() {\r
-    long temp = NewCell_4();\r
-\r
-    if (temp == 0) return null;\r
-    return (vtkGenericAdaptorCell)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
-  }\r
-\r
-  private native void GetCell_5(vtkGenericAdaptorCell id0);\r
-  public void GetCell(vtkGenericAdaptorCell id0)\r
-    { GetCell_5(id0); }\r
-\r
-  private native long GetCell_6();\r
-  public vtkGenericAdaptorCell GetCell() {\r
-    long temp = GetCell_6();\r
-\r
-    if (temp == 0) return null;\r
-    return (vtkGenericAdaptorCell)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
-  }\r
-\r
-  private native void Next_7();\r
-  public void Next()\r
-    { Next_7(); }\r
-\r
-  public vtkGenericCellIterator() { super(); }\r
-\r
-  public vtkGenericCellIterator(long id) { super(id); }\r
-\r
-}\r
+// java wrapper for vtkGenericCellIterator object
+//
+
+package vtk;
+import vtk.*;
+
+public class vtkGenericCellIterator 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 Begin_2();
+  public void Begin()
+    { Begin_2(); }
+
+  private native int IsAtEnd_3();
+  public int IsAtEnd()
+    { return IsAtEnd_3(); }
+
+  private native long NewCell_4();
+  public vtkGenericAdaptorCell NewCell() {
+    long temp = NewCell_4();
+
+    if (temp == 0) return null;
+    return (vtkGenericAdaptorCell)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
+}
+
+  private native void GetCell_5(vtkGenericAdaptorCell id0);
+  public void GetCell(vtkGenericAdaptorCell id0)
+    { GetCell_5(id0); }
+
+  private native long GetCell_6();
+  public vtkGenericAdaptorCell GetCell() {
+    long temp = GetCell_6();
+
+    if (temp == 0) return null;
+    return (vtkGenericAdaptorCell)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
+}
+
+  private native void Next_7();
+  public void Next()
+    { Next_7(); }
+
+  public vtkGenericCellIterator() { super(); }
+
+  public vtkGenericCellIterator(long id) { super(id); }
+
+}