// java wrapper for vtkGenericDataSet object // package vtk; import vtk.*; public class vtkGenericDataSet extends vtkDataObject { 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 GetNumberOfPoints_2(); public int GetNumberOfPoints() { return GetNumberOfPoints_2(); } private native int GetNumberOfCells_3(int id0); public int GetNumberOfCells(int id0) { return GetNumberOfCells_3(id0); } private native int GetCellDimension_4(); public int GetCellDimension() { return GetCellDimension_4(); } private native void GetCellTypes_5(vtkCellTypes id0); public void GetCellTypes(vtkCellTypes id0) { GetCellTypes_5(id0); } private native long NewCellIterator_6(int id0); public vtkGenericCellIterator NewCellIterator(int id0) { long temp = NewCellIterator_6(id0); if (temp == 0) return null; return (vtkGenericCellIterator)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native long NewBoundaryIterator_7(int id0,int id1); public vtkGenericCellIterator NewBoundaryIterator(int id0,int id1) { long temp = NewBoundaryIterator_7(id0,id1); if (temp == 0) return null; return (vtkGenericCellIterator)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native long NewPointIterator_8(); public vtkGenericPointIterator NewPointIterator() { long temp = NewPointIterator_8(); if (temp == 0) return null; return (vtkGenericPointIterator)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native void FindPoint_9(double id0[],vtkGenericPointIterator id1); public void FindPoint(double id0[],vtkGenericPointIterator id1) { FindPoint_9(id0,id1); } private native int GetMTime_10(); public int GetMTime() { return GetMTime_10(); } private native void ComputeBounds_11(); public void ComputeBounds() { ComputeBounds_11(); } private native void GetBounds_12(double id0[]); public void GetBounds(double id0[]) { GetBounds_12(id0); } private native void GetCenter_13(double id0[]); public void GetCenter(double id0[]) { GetCenter_13(id0); } private native double GetLength_14(); public double GetLength() { return GetLength_14(); } private native long GetAttributes_15(); public vtkGenericAttributeCollection GetAttributes() { long temp = GetAttributes_15(); if (temp == 0) return null; return (vtkGenericAttributeCollection)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native long GetAttributes_16(int id0); public vtkDataSetAttributes GetAttributes(int id0) { long temp = GetAttributes_16(id0); if (temp == 0) return null; return (vtkDataSetAttributes)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native void SetTessellator_17(vtkGenericCellTessellator id0); public void SetTessellator(vtkGenericCellTessellator id0) { SetTessellator_17(id0); } private native long GetTessellator_18(); public vtkGenericCellTessellator GetTessellator() { long temp = GetTessellator_18(); if (temp == 0) return null; return (vtkGenericCellTessellator)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native int GetActualMemorySize_19(); public int GetActualMemorySize() { return GetActualMemorySize_19(); } private native int GetDataObjectType_20(); public int GetDataObjectType() { return GetDataObjectType_20(); } private native int GetEstimatedSize_21(); public int GetEstimatedSize() { return GetEstimatedSize_21(); } private native long GetData_22(vtkInformation id0); public vtkGenericDataSet GetData(vtkInformation id0) { long temp = GetData_22(id0); if (temp == 0) return null; return (vtkGenericDataSet)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native long GetData_23(vtkInformationVector id0,int id1); public vtkGenericDataSet GetData(vtkInformationVector id0,int id1) { long temp = GetData_23(id0,id1); if (temp == 0) return null; return (vtkGenericDataSet)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); } public vtkGenericDataSet() { super(); } public vtkGenericDataSet(long id) { super(id); } }