]> gerrit.simantics Code Review - simantics/3d.git/blobdiff - vtk/src/vtk/vtkCellArray.java
Revised native library loading for VTK
[simantics/3d.git] / vtk / src / vtk / vtkCellArray.java
index 26f5054800c91cdce5dc488662f8a9a374f86303..7c443258223935bf1d813407b2502b28d52ef662 100644 (file)
-// java wrapper for vtkCellArray object\r
-//\r
-\r
-package vtk;\r
-import vtk.*;\r
-\r
-public class vtkCellArray 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 int Allocate_2(int id0,int id1);\r
-  public int Allocate(int id0,int id1)\r
-    { return Allocate_2(id0,id1); }\r
-\r
-  private native void Initialize_3();\r
-  public void Initialize()\r
-    { Initialize_3(); }\r
-\r
-  private native int GetNumberOfCells_4();\r
-  public int GetNumberOfCells()\r
-    { return GetNumberOfCells_4(); }\r
-\r
-  private native void SetNumberOfCells_5(int id0);\r
-  public void SetNumberOfCells(int id0)\r
-    { SetNumberOfCells_5(id0); }\r
-\r
-  private native int EstimateSize_6(int id0,int id1);\r
-  public int EstimateSize(int id0,int id1)\r
-    { return EstimateSize_6(id0,id1); }\r
-\r
-  private native void InitTraversal_7();\r
-  public void InitTraversal()\r
-    { InitTraversal_7(); }\r
-\r
-  private native int GetNextCell_8(vtkIdList id0);\r
-  public int GetNextCell(vtkIdList id0)\r
-    { return GetNextCell_8(id0); }\r
-\r
-  private native int GetSize_9();\r
-  public int GetSize()\r
-    { return GetSize_9(); }\r
-\r
-  private native int GetNumberOfConnectivityEntries_10();\r
-  public int GetNumberOfConnectivityEntries()\r
-    { return GetNumberOfConnectivityEntries_10(); }\r
-\r
-  private native void GetCell_11(int id0,vtkIdList id1);\r
-  public void GetCell(int id0,vtkIdList id1)\r
-    { GetCell_11(id0,id1); }\r
-\r
-  private native int InsertNextCell_12(vtkCell id0);\r
-  public int InsertNextCell(vtkCell id0)\r
-    { return InsertNextCell_12(id0); }\r
-\r
-  private native int InsertNextCell_13(vtkIdList id0);\r
-  public int InsertNextCell(vtkIdList id0)\r
-    { return InsertNextCell_13(id0); }\r
-\r
-  private native int InsertNextCell_14(int id0);\r
-  public int InsertNextCell(int id0)\r
-    { return InsertNextCell_14(id0); }\r
-\r
-  private native void InsertCellPoint_15(int id0);\r
-  public void InsertCellPoint(int id0)\r
-    { InsertCellPoint_15(id0); }\r
-\r
-  private native void UpdateCellCount_16(int id0);\r
-  public void UpdateCellCount(int id0)\r
-    { UpdateCellCount_16(id0); }\r
-\r
-  private native int GetInsertLocation_17(int id0);\r
-  public int GetInsertLocation(int id0)\r
-    { return GetInsertLocation_17(id0); }\r
-\r
-  private native int GetTraversalLocation_18();\r
-  public int GetTraversalLocation()\r
-    { return GetTraversalLocation_18(); }\r
-\r
-  private native void SetTraversalLocation_19(int id0);\r
-  public void SetTraversalLocation(int id0)\r
-    { SetTraversalLocation_19(id0); }\r
-\r
-  private native int GetTraversalLocation_20(int id0);\r
-  public int GetTraversalLocation(int id0)\r
-    { return GetTraversalLocation_20(id0); }\r
-\r
-  private native void ReverseCell_21(int id0);\r
-  public void ReverseCell(int id0)\r
-    { ReverseCell_21(id0); }\r
-\r
-  private native int GetMaxCellSize_22();\r
-  public int GetMaxCellSize()\r
-    { return GetMaxCellSize_22(); }\r
-\r
-  private native void SetCells_23(int id0,vtkIdTypeArray id1);\r
-  public void SetCells(int id0,vtkIdTypeArray id1)\r
-    { SetCells_23(id0,id1); }\r
-\r
-  private native void DeepCopy_24(vtkCellArray id0);\r
-  public void DeepCopy(vtkCellArray id0)\r
-    { DeepCopy_24(id0); }\r
-\r
-  private native long GetData_25();\r
-  public vtkIdTypeArray GetData() {\r
-    long temp = GetData_25();\r
-\r
-    if (temp == 0) return null;\r
-    return (vtkIdTypeArray)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
-  }\r
-\r
-  private native void Reset_26();\r
-  public void Reset()\r
-    { Reset_26(); }\r
-\r
-  private native void Squeeze_27();\r
-  public void Squeeze()\r
-    { Squeeze_27(); }\r
-\r
-  private native int GetActualMemorySize_28();\r
-  public int GetActualMemorySize()\r
-    { return GetActualMemorySize_28(); }\r
-\r
-  public vtkCellArray() { super(); }\r
-\r
-  public vtkCellArray(long id) { super(id); }\r
-  public native long   VTKInit();\r
-\r
-}\r
+// java wrapper for vtkCellArray object
+//
+
+package vtk;
+import vtk.*;
+
+public class vtkCellArray 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 int Allocate_2(int id0,int id1);
+  public int Allocate(int id0,int id1)
+    { return Allocate_2(id0,id1); }
+
+  private native void Initialize_3();
+  public void Initialize()
+    { Initialize_3(); }
+
+  private native int GetNumberOfCells_4();
+  public int GetNumberOfCells()
+    { return GetNumberOfCells_4(); }
+
+  private native void SetNumberOfCells_5(int id0);
+  public void SetNumberOfCells(int id0)
+    { SetNumberOfCells_5(id0); }
+
+  private native int EstimateSize_6(int id0,int id1);
+  public int EstimateSize(int id0,int id1)
+    { return EstimateSize_6(id0,id1); }
+
+  private native void InitTraversal_7();
+  public void InitTraversal()
+    { InitTraversal_7(); }
+
+  private native int GetNextCell_8(vtkIdList id0);
+  public int GetNextCell(vtkIdList id0)
+    { return GetNextCell_8(id0); }
+
+  private native int GetSize_9();
+  public int GetSize()
+    { return GetSize_9(); }
+
+  private native int GetNumberOfConnectivityEntries_10();
+  public int GetNumberOfConnectivityEntries()
+    { return GetNumberOfConnectivityEntries_10(); }
+
+  private native void GetCell_11(int id0,vtkIdList id1);
+  public void GetCell(int id0,vtkIdList id1)
+    { GetCell_11(id0,id1); }
+
+  private native int InsertNextCell_12(vtkCell id0);
+  public int InsertNextCell(vtkCell id0)
+    { return InsertNextCell_12(id0); }
+
+  private native int InsertNextCell_13(vtkIdList id0);
+  public int InsertNextCell(vtkIdList id0)
+    { return InsertNextCell_13(id0); }
+
+  private native int InsertNextCell_14(int id0);
+  public int InsertNextCell(int id0)
+    { return InsertNextCell_14(id0); }
+
+  private native void InsertCellPoint_15(int id0);
+  public void InsertCellPoint(int id0)
+    { InsertCellPoint_15(id0); }
+
+  private native void UpdateCellCount_16(int id0);
+  public void UpdateCellCount(int id0)
+    { UpdateCellCount_16(id0); }
+
+  private native int GetInsertLocation_17(int id0);
+  public int GetInsertLocation(int id0)
+    { return GetInsertLocation_17(id0); }
+
+  private native int GetTraversalLocation_18();
+  public int GetTraversalLocation()
+    { return GetTraversalLocation_18(); }
+
+  private native void SetTraversalLocation_19(int id0);
+  public void SetTraversalLocation(int id0)
+    { SetTraversalLocation_19(id0); }
+
+  private native int GetTraversalLocation_20(int id0);
+  public int GetTraversalLocation(int id0)
+    { return GetTraversalLocation_20(id0); }
+
+  private native void ReverseCell_21(int id0);
+  public void ReverseCell(int id0)
+    { ReverseCell_21(id0); }
+
+  private native int GetMaxCellSize_22();
+  public int GetMaxCellSize()
+    { return GetMaxCellSize_22(); }
+
+  private native void SetCells_23(int id0,vtkIdTypeArray id1);
+  public void SetCells(int id0,vtkIdTypeArray id1)
+    { SetCells_23(id0,id1); }
+
+  private native void DeepCopy_24(vtkCellArray id0);
+  public void DeepCopy(vtkCellArray id0)
+    { DeepCopy_24(id0); }
+
+  private native long GetData_25();
+  public vtkIdTypeArray GetData() {
+    long temp = GetData_25();
+
+    if (temp == 0) return null;
+    return (vtkIdTypeArray)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
+}
+
+  private native void Reset_26();
+  public void Reset()
+    { Reset_26(); }
+
+  private native void Squeeze_27();
+  public void Squeeze()
+    { Squeeze_27(); }
+
+  private native int GetActualMemorySize_28();
+  public int GetActualMemorySize()
+    { return GetActualMemorySize_28(); }
+
+  public vtkCellArray() { super(); }
+
+  public vtkCellArray(long id) { super(id); }
+  public native long   VTKInit();
+
+}