// java wrapper for vtkPolyData object // package vtk; import vtk.*; public class vtkPolyData extends vtkPointSet { 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 int GetDataObjectType_2(); public int GetDataObjectType() { return GetDataObjectType_2(); } private native void CopyStructure_3(vtkDataSet id0); public void CopyStructure(vtkDataSet id0) { CopyStructure_3(id0); } private native int GetNumberOfCells_4(); public int GetNumberOfCells() { return GetNumberOfCells_4(); } private native long GetCell_5(int id0); public vtkCell GetCell(int id0) { long temp = GetCell_5(id0); if (temp == 0) return null; return (vtkCell)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native void GetCell_6(int id0,vtkGenericCell id1); public void GetCell(int id0,vtkGenericCell id1) { GetCell_6(id0,id1); } private native int GetCellType_7(int id0); public int GetCellType(int id0) { return GetCellType_7(id0); } private native void GetCellBounds_8(int id0,double id1[]); public void GetCellBounds(int id0,double id1[]) { GetCellBounds_8(id0,id1); } private native void GetCellNeighbors_9(int id0,vtkIdList id1,vtkIdList id2); public void GetCellNeighbors(int id0,vtkIdList id1,vtkIdList id2) { GetCellNeighbors_9(id0,id1,id2); } private native void CopyCells_10(vtkPolyData id0,vtkIdList id1,vtkPointLocator id2); public void CopyCells(vtkPolyData id0,vtkIdList id1,vtkPointLocator id2) { CopyCells_10(id0,id1,id2); } private native void GetCellPoints_11(int id0,vtkIdList id1); public void GetCellPoints(int id0,vtkIdList id1) { GetCellPoints_11(id0,id1); } private native void GetPointCells_12(int id0,vtkIdList id1); public void GetPointCells(int id0,vtkIdList id1) { GetPointCells_12(id0,id1); } private native void ComputeBounds_13(); public void ComputeBounds() { ComputeBounds_13(); } private native void Squeeze_14(); public void Squeeze() { Squeeze_14(); } private native int GetMaxCellSize_15(); public int GetMaxCellSize() { return GetMaxCellSize_15(); } private native void SetVerts_16(vtkCellArray id0); public void SetVerts(vtkCellArray id0) { SetVerts_16(id0); } private native long GetVerts_17(); public vtkCellArray GetVerts() { long temp = GetVerts_17(); if (temp == 0) return null; return (vtkCellArray)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native void SetLines_18(vtkCellArray id0); public void SetLines(vtkCellArray id0) { SetLines_18(id0); } private native long GetLines_19(); public vtkCellArray GetLines() { long temp = GetLines_19(); if (temp == 0) return null; return (vtkCellArray)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native void SetPolys_20(vtkCellArray id0); public void SetPolys(vtkCellArray id0) { SetPolys_20(id0); } private native long GetPolys_21(); public vtkCellArray GetPolys() { long temp = GetPolys_21(); if (temp == 0) return null; return (vtkCellArray)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native void SetStrips_22(vtkCellArray id0); public void SetStrips(vtkCellArray id0) { SetStrips_22(id0); } private native long GetStrips_23(); public vtkCellArray GetStrips() { long temp = GetStrips_23(); if (temp == 0) return null; return (vtkCellArray)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native int GetNumberOfVerts_24(); public int GetNumberOfVerts() { return GetNumberOfVerts_24(); } private native int GetNumberOfLines_25(); public int GetNumberOfLines() { return GetNumberOfLines_25(); } private native int GetNumberOfPolys_26(); public int GetNumberOfPolys() { return GetNumberOfPolys_26(); } private native int GetNumberOfStrips_27(); public int GetNumberOfStrips() { return GetNumberOfStrips_27(); } private native void Allocate_28(int id0,int id1); public void Allocate(int id0,int id1) { Allocate_28(id0,id1); } private native void Allocate_29(vtkPolyData id0,int id1,int id2); public void Allocate(vtkPolyData id0,int id1,int id2) { Allocate_29(id0,id1,id2); } private native int InsertNextCell_30(int id0,vtkIdList id1); public int InsertNextCell(int id0,vtkIdList id1) { return InsertNextCell_30(id0,id1); } private native void Reset_31(); public void Reset() { Reset_31(); } private native void BuildCells_32(); public void BuildCells() { BuildCells_32(); } private native void BuildLinks_33(int id0); public void BuildLinks(int id0) { BuildLinks_33(id0); } private native void DeleteCells_34(); public void DeleteCells() { DeleteCells_34(); } private native void DeleteLinks_35(); public void DeleteLinks() { DeleteLinks_35(); } private native void GetCellEdgeNeighbors_36(int id0,int id1,int id2,vtkIdList id3); public void GetCellEdgeNeighbors(int id0,int id1,int id2,vtkIdList id3) { GetCellEdgeNeighbors_36(id0,id1,id2,id3); } private native int IsTriangle_37(int id0,int id1,int id2); public int IsTriangle(int id0,int id1,int id2) { return IsTriangle_37(id0,id1,id2); } private native int IsEdge_38(int id0,int id1); public int IsEdge(int id0,int id1) { return IsEdge_38(id0,id1); } private native int IsPointUsedByCell_39(int id0,int id1); public int IsPointUsedByCell(int id0,int id1) { return IsPointUsedByCell_39(id0,id1); } private native void ReplaceCellPoint_40(int id0,int id1,int id2); public void ReplaceCellPoint(int id0,int id1,int id2) { ReplaceCellPoint_40(id0,id1,id2); } private native void ReverseCell_41(int id0); public void ReverseCell(int id0) { ReverseCell_41(id0); } private native void DeletePoint_42(int id0); public void DeletePoint(int id0) { DeletePoint_42(id0); } private native void DeleteCell_43(int id0); public void DeleteCell(int id0) { DeleteCell_43(id0); } private native void RemoveDeletedCells_44(); public void RemoveDeletedCells() { RemoveDeletedCells_44(); } private native int InsertNextLinkedPoint_45(int id0); public int InsertNextLinkedPoint(int id0) { return InsertNextLinkedPoint_45(id0); } private native int InsertNextLinkedPoint_46(double id0[],int id1); public int InsertNextLinkedPoint(double id0[],int id1) { return InsertNextLinkedPoint_46(id0,id1); } private native void RemoveCellReference_47(int id0); public void RemoveCellReference(int id0) { RemoveCellReference_47(id0); } private native void AddCellReference_48(int id0); public void AddCellReference(int id0) { AddCellReference_48(id0); } private native void RemoveReferenceToCell_49(int id0,int id1); public void RemoveReferenceToCell(int id0,int id1) { RemoveReferenceToCell_49(id0,id1); } private native void AddReferenceToCell_50(int id0,int id1); public void AddReferenceToCell(int id0,int id1) { AddReferenceToCell_50(id0,id1); } private native void ResizeCellList_51(int id0,int id1); public void ResizeCellList(int id0,int id1) { ResizeCellList_51(id0,id1); } private native void Initialize_52(); public void Initialize() { Initialize_52(); } private native int[] GetUpdateExtent_53(); public int[] GetUpdateExtent() { return GetUpdateExtent_53(); } private native void GetUpdateExtent_54(int id0[]); public void GetUpdateExtent(int id0[]) { GetUpdateExtent_54(id0); } private native int GetPiece_55(); public int GetPiece() { return GetPiece_55(); } private native int GetNumberOfPieces_56(); public int GetNumberOfPieces() { return GetNumberOfPieces_56(); } private native int GetGhostLevel_57(); public int GetGhostLevel() { return GetGhostLevel_57(); } private native int GetActualMemorySize_58(); public int GetActualMemorySize() { return GetActualMemorySize_58(); } private native void ShallowCopy_59(vtkDataObject id0); public void ShallowCopy(vtkDataObject id0) { ShallowCopy_59(id0); } private native void DeepCopy_60(vtkDataObject id0); public void DeepCopy(vtkDataObject id0) { DeepCopy_60(id0); } private native void RemoveGhostCells_61(int id0); public void RemoveGhostCells(int id0) { RemoveGhostCells_61(id0); } private native long GetData_62(vtkInformation id0); public vtkPolyData GetData(vtkInformation id0) { long temp = GetData_62(id0); if (temp == 0) return null; return (vtkPolyData)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native long GetData_63(vtkInformationVector id0,int id1); public vtkPolyData GetData(vtkInformationVector id0,int id1) { long temp = GetData_63(id0,id1); if (temp == 0) return null; return (vtkPolyData)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native int GetScalarFieldCriticalIndex_64(int id0,vtkDataArray id1); public int GetScalarFieldCriticalIndex(int id0,vtkDataArray id1) { return GetScalarFieldCriticalIndex_64(id0,id1); } private native int GetScalarFieldCriticalIndex_65(int id0,int id1); public int GetScalarFieldCriticalIndex(int id0,int id1) { return GetScalarFieldCriticalIndex_65(id0,id1); } private native int GetScalarFieldCriticalIndex_66(int id0,String id1); public int GetScalarFieldCriticalIndex(int id0,String id1) { return GetScalarFieldCriticalIndex_66(id0,id1); } public vtkPolyData() { super(); } public vtkPolyData(long id) { super(id); } public native long VTKInit(); }