]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkCellLinks.java
PipeRun reverse action
[simantics/3d.git] / vtk / src / vtk / vtkCellLinks.java
1 // java wrapper for vtkCellLinks object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkCellLinks extends vtkAbstractCellLinks
8 {
9
10   private native int IsTypeOf_0(String id0);
11   public int IsTypeOf(String id0)
12     { return IsTypeOf_0(id0); }
13
14   private native int IsA_1(String id0);
15   public int IsA(String id0)
16     { return IsA_1(id0); }
17
18   private native void BuildLinks_2(vtkDataSet id0);
19   public void BuildLinks(vtkDataSet id0)
20     { BuildLinks_2(id0); }
21
22   private native void BuildLinks_3(vtkDataSet id0,vtkCellArray id1);
23   public void BuildLinks(vtkDataSet id0,vtkCellArray id1)
24     { BuildLinks_3(id0,id1); }
25
26   private native void Allocate_4(int id0,int id1);
27   public void Allocate(int id0,int id1)
28     { Allocate_4(id0,id1); }
29
30   private native void Initialize_5();
31   public void Initialize()
32     { Initialize_5(); }
33
34   private native int GetNcells_6(int id0);
35   public int GetNcells(int id0)
36     { return GetNcells_6(id0); }
37
38   private native int InsertNextPoint_7(int id0);
39   public int InsertNextPoint(int id0)
40     { return InsertNextPoint_7(id0); }
41
42   private native void InsertNextCellReference_8(int id0,int id1);
43   public void InsertNextCellReference(int id0,int id1)
44     { InsertNextCellReference_8(id0,id1); }
45
46   private native void DeletePoint_9(int id0);
47   public void DeletePoint(int id0)
48     { DeletePoint_9(id0); }
49
50   private native void RemoveCellReference_10(int id0,int id1);
51   public void RemoveCellReference(int id0,int id1)
52     { RemoveCellReference_10(id0,id1); }
53
54   private native void AddCellReference_11(int id0,int id1);
55   public void AddCellReference(int id0,int id1)
56     { AddCellReference_11(id0,id1); }
57
58   private native void ResizeCellList_12(int id0,int id1);
59   public void ResizeCellList(int id0,int id1)
60     { ResizeCellList_12(id0,id1); }
61
62   private native void Squeeze_13();
63   public void Squeeze()
64     { Squeeze_13(); }
65
66   private native void Reset_14();
67   public void Reset()
68     { Reset_14(); }
69
70   private native int GetActualMemorySize_15();
71   public int GetActualMemorySize()
72     { return GetActualMemorySize_15(); }
73
74   private native void DeepCopy_16(vtkCellLinks id0);
75   public void DeepCopy(vtkCellLinks id0)
76     { DeepCopy_16(id0); }
77
78   public vtkCellLinks() { super(); }
79
80   public vtkCellLinks(long id) { super(id); }
81   public native long   VTKInit();
82
83 }