// java wrapper for vtkStaticCellLinks object // package vtk; import vtk.*; public class vtkStaticCellLinks 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 int GetNumberOfCells_3(int id0); public int GetNumberOfCells(int id0) { return GetNumberOfCells_3(id0); } private native int GetNcells_4(int id0); public int GetNcells(int id0) { return GetNcells_4(id0); } private native void Initialize_5(); public void Initialize() { Initialize_5(); } public vtkStaticCellLinks() { super(); } public vtkStaticCellLinks(long id) { super(id); } public native long VTKInit(); }