// java wrapper for vtkUnstructuredGridBase object // package vtk; import vtk.*; public class vtkUnstructuredGridBase extends vtkPointSet { 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 GetDataObjectType_2(); public int GetDataObjectType() { return GetDataObjectType_2(); } private native void Allocate_3(int id0,int id1); public void Allocate(int id0,int id1) { Allocate_3(id0,id1); } private native void DeepCopy_4(vtkDataObject id0); public void DeepCopy(vtkDataObject id0) { DeepCopy_4(id0); } private native int InsertNextCell_5(int id0,vtkIdList id1); public int InsertNextCell(int id0,vtkIdList id1) { return InsertNextCell_5(id0,id1); } private native void GetIdsOfCellsOfType_6(int id0,vtkIdTypeArray id1); public void GetIdsOfCellsOfType(int id0,vtkIdTypeArray id1) { GetIdsOfCellsOfType_6(id0,id1); } private native int IsHomogeneous_7(); public int IsHomogeneous() { return IsHomogeneous_7(); } private native long GetData_8(vtkInformation id0); public vtkUnstructuredGridBase GetData(vtkInformation id0) { long temp = GetData_8(id0); if (temp == 0) return null; return (vtkUnstructuredGridBase)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native long GetData_9(vtkInformationVector id0,int id1); public vtkUnstructuredGridBase GetData(vtkInformationVector id0,int id1) { long temp = GetData_9(id0,id1); if (temp == 0) return null; return (vtkUnstructuredGridBase)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); } public vtkUnstructuredGridBase() { super(); } public vtkUnstructuredGridBase(long id) { super(id); } }