// 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(); }