]> gerrit.simantics Code Review - simantics/3d.git/blobdiff - vtk/src/vtk/vtkCellLinks.java
Allow Pipe Routing to be created without branch support
[simantics/3d.git] / vtk / src / vtk / vtkCellLinks.java
index 730f8814675d6adda403e7a4d0d88c07f4e2f7f9..5d422dd489fb10b69231395341fad948af892bf9 100644 (file)
@@ -1,79 +1,83 @@
-// java wrapper for vtkCellLinks object\r
-//\r
-\r
-package vtk;\r
-import vtk.*;\r
-\r
-public class vtkCellLinks 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 Allocate_2(int id0,int id1);\r
-  public void Allocate(int id0,int id1)\r
-    { Allocate_2(id0,id1); }\r
-\r
-  private native int GetNcells_3(int id0);\r
-  public int GetNcells(int id0)\r
-    { return GetNcells_3(id0); }\r
-\r
-  private native void BuildLinks_4(vtkDataSet id0);\r
-  public void BuildLinks(vtkDataSet id0)\r
-    { BuildLinks_4(id0); }\r
-\r
-  private native void BuildLinks_5(vtkDataSet id0,vtkCellArray id1);\r
-  public void BuildLinks(vtkDataSet id0,vtkCellArray id1)\r
-    { BuildLinks_5(id0,id1); }\r
-\r
-  private native int InsertNextPoint_6(int id0);\r
-  public int InsertNextPoint(int id0)\r
-    { return InsertNextPoint_6(id0); }\r
-\r
-  private native void InsertNextCellReference_7(int id0,int id1);\r
-  public void InsertNextCellReference(int id0,int id1)\r
-    { InsertNextCellReference_7(id0,id1); }\r
-\r
-  private native void DeletePoint_8(int id0);\r
-  public void DeletePoint(int id0)\r
-    { DeletePoint_8(id0); }\r
-\r
-  private native void RemoveCellReference_9(int id0,int id1);\r
-  public void RemoveCellReference(int id0,int id1)\r
-    { RemoveCellReference_9(id0,id1); }\r
-\r
-  private native void AddCellReference_10(int id0,int id1);\r
-  public void AddCellReference(int id0,int id1)\r
-    { AddCellReference_10(id0,id1); }\r
-\r
-  private native void ResizeCellList_11(int id0,int id1);\r
-  public void ResizeCellList(int id0,int id1)\r
-    { ResizeCellList_11(id0,id1); }\r
-\r
-  private native void Squeeze_12();\r
-  public void Squeeze()\r
-    { Squeeze_12(); }\r
-\r
-  private native void Reset_13();\r
-  public void Reset()\r
-    { Reset_13(); }\r
-\r
-  private native int GetActualMemorySize_14();\r
-  public int GetActualMemorySize()\r
-    { return GetActualMemorySize_14(); }\r
-\r
-  private native void DeepCopy_15(vtkCellLinks id0);\r
-  public void DeepCopy(vtkCellLinks id0)\r
-    { DeepCopy_15(id0); }\r
-\r
-  public vtkCellLinks() { super(); }\r
-\r
-  public vtkCellLinks(long id) { super(id); }\r
-  public native long   VTKInit();\r
-\r
-}\r
+// java wrapper for vtkCellLinks object
+//
+
+package vtk;
+import vtk.*;
+
+public class vtkCellLinks extends vtkAbstractCellLinks
+{
+
+  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 BuildLinks_2(vtkDataSet id0);
+  public void BuildLinks(vtkDataSet id0)
+    { BuildLinks_2(id0); }
+
+  private native void BuildLinks_3(vtkDataSet id0,vtkCellArray id1);
+  public void BuildLinks(vtkDataSet id0,vtkCellArray id1)
+    { BuildLinks_3(id0,id1); }
+
+  private native void Allocate_4(int id0,int id1);
+  public void Allocate(int id0,int id1)
+    { Allocate_4(id0,id1); }
+
+  private native void Initialize_5();
+  public void Initialize()
+    { Initialize_5(); }
+
+  private native int GetNcells_6(int id0);
+  public int GetNcells(int id0)
+    { return GetNcells_6(id0); }
+
+  private native int InsertNextPoint_7(int id0);
+  public int InsertNextPoint(int id0)
+    { return InsertNextPoint_7(id0); }
+
+  private native void InsertNextCellReference_8(int id0,int id1);
+  public void InsertNextCellReference(int id0,int id1)
+    { InsertNextCellReference_8(id0,id1); }
+
+  private native void DeletePoint_9(int id0);
+  public void DeletePoint(int id0)
+    { DeletePoint_9(id0); }
+
+  private native void RemoveCellReference_10(int id0,int id1);
+  public void RemoveCellReference(int id0,int id1)
+    { RemoveCellReference_10(id0,id1); }
+
+  private native void AddCellReference_11(int id0,int id1);
+  public void AddCellReference(int id0,int id1)
+    { AddCellReference_11(id0,id1); }
+
+  private native void ResizeCellList_12(int id0,int id1);
+  public void ResizeCellList(int id0,int id1)
+    { ResizeCellList_12(id0,id1); }
+
+  private native void Squeeze_13();
+  public void Squeeze()
+    { Squeeze_13(); }
+
+  private native void Reset_14();
+  public void Reset()
+    { Reset_14(); }
+
+  private native int GetActualMemorySize_15();
+  public int GetActualMemorySize()
+    { return GetActualMemorySize_15(); }
+
+  private native void DeepCopy_16(vtkCellLinks id0);
+  public void DeepCopy(vtkCellLinks id0)
+    { DeepCopy_16(id0); }
+
+  public vtkCellLinks() { super(); }
+
+  public vtkCellLinks(long id) { super(id); }
+  public native long   VTKInit();
+
+}