// java wrapper for vtkCellLinks object // package vtk; import vtk.*; public class vtkCellLinks extends vtkObject { private native String GetClassName_0(); public String GetClassName() { return GetClassName_0(); } private native int IsA_1(String id0); public int IsA(String id0) { return IsA_1(id0); } private native void Allocate_2(int id0,int id1); public void Allocate(int id0,int id1) { Allocate_2(id0,id1); } private native int GetNcells_3(int id0); public int GetNcells(int id0) { return GetNcells_3(id0); } private native void BuildLinks_4(vtkDataSet id0); public void BuildLinks(vtkDataSet id0) { BuildLinks_4(id0); } private native void BuildLinks_5(vtkDataSet id0,vtkCellArray id1); public void BuildLinks(vtkDataSet id0,vtkCellArray id1) { BuildLinks_5(id0,id1); } private native int InsertNextPoint_6(int id0); public int InsertNextPoint(int id0) { return InsertNextPoint_6(id0); } private native void InsertNextCellReference_7(int id0,int id1); public void InsertNextCellReference(int id0,int id1) { InsertNextCellReference_7(id0,id1); } private native void DeletePoint_8(int id0); public void DeletePoint(int id0) { DeletePoint_8(id0); } private native void RemoveCellReference_9(int id0,int id1); public void RemoveCellReference(int id0,int id1) { RemoveCellReference_9(id0,id1); } private native void AddCellReference_10(int id0,int id1); public void AddCellReference(int id0,int id1) { AddCellReference_10(id0,id1); } private native void ResizeCellList_11(int id0,int id1); public void ResizeCellList(int id0,int id1) { ResizeCellList_11(id0,id1); } private native void Squeeze_12(); public void Squeeze() { Squeeze_12(); } private native void Reset_13(); public void Reset() { Reset_13(); } private native int GetActualMemorySize_14(); public int GetActualMemorySize() { return GetActualMemorySize_14(); } private native void DeepCopy_15(vtkCellLinks id0); public void DeepCopy(vtkCellLinks id0) { DeepCopy_15(id0); } public vtkCellLinks() { super(); } public vtkCellLinks(long id) { super(id); } public native long VTKInit(); }