]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkCellLinks.java
Include old 64-bit versions of org.jcae.opencascade and vtk bundles
[simantics/3d.git] / vtk / src / vtk / vtkCellLinks.java
1 // java wrapper for vtkCellLinks object\r
2 //\r
3 \r
4 package vtk;\r
5 import vtk.*;\r
6 \r
7 public class vtkCellLinks extends vtkObject\r
8 {\r
9 \r
10   private native String GetClassName_0();\r
11   public String GetClassName()\r
12     { return GetClassName_0(); }\r
13 \r
14   private native int IsA_1(String id0);\r
15   public int IsA(String id0)\r
16     { return IsA_1(id0); }\r
17 \r
18   private native void Allocate_2(int id0,int id1);\r
19   public void Allocate(int id0,int id1)\r
20     { Allocate_2(id0,id1); }\r
21 \r
22   private native int GetNcells_3(int id0);\r
23   public int GetNcells(int id0)\r
24     { return GetNcells_3(id0); }\r
25 \r
26   private native void BuildLinks_4(vtkDataSet id0);\r
27   public void BuildLinks(vtkDataSet id0)\r
28     { BuildLinks_4(id0); }\r
29 \r
30   private native void BuildLinks_5(vtkDataSet id0,vtkCellArray id1);\r
31   public void BuildLinks(vtkDataSet id0,vtkCellArray id1)\r
32     { BuildLinks_5(id0,id1); }\r
33 \r
34   private native int InsertNextPoint_6(int id0);\r
35   public int InsertNextPoint(int id0)\r
36     { return InsertNextPoint_6(id0); }\r
37 \r
38   private native void InsertNextCellReference_7(int id0,int id1);\r
39   public void InsertNextCellReference(int id0,int id1)\r
40     { InsertNextCellReference_7(id0,id1); }\r
41 \r
42   private native void DeletePoint_8(int id0);\r
43   public void DeletePoint(int id0)\r
44     { DeletePoint_8(id0); }\r
45 \r
46   private native void RemoveCellReference_9(int id0,int id1);\r
47   public void RemoveCellReference(int id0,int id1)\r
48     { RemoveCellReference_9(id0,id1); }\r
49 \r
50   private native void AddCellReference_10(int id0,int id1);\r
51   public void AddCellReference(int id0,int id1)\r
52     { AddCellReference_10(id0,id1); }\r
53 \r
54   private native void ResizeCellList_11(int id0,int id1);\r
55   public void ResizeCellList(int id0,int id1)\r
56     { ResizeCellList_11(id0,id1); }\r
57 \r
58   private native void Squeeze_12();\r
59   public void Squeeze()\r
60     { Squeeze_12(); }\r
61 \r
62   private native void Reset_13();\r
63   public void Reset()\r
64     { Reset_13(); }\r
65 \r
66   private native int GetActualMemorySize_14();\r
67   public int GetActualMemorySize()\r
68     { return GetActualMemorySize_14(); }\r
69 \r
70   private native void DeepCopy_15(vtkCellLinks id0);\r
71   public void DeepCopy(vtkCellLinks id0)\r
72     { DeepCopy_15(id0); }\r
73 \r
74   public vtkCellLinks() { super(); }\r
75 \r
76   public vtkCellLinks(long id) { super(id); }\r
77   public native long   VTKInit();\r
78 \r
79 }\r