// java wrapper for vtkUniformGridAMR object // package vtk; import vtk.*; public class vtkUniformGridAMR extends vtkCompositeDataSet { 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 long NewIterator_2(); public vtkCompositeDataIterator NewIterator() { long temp = NewIterator_2(); if (temp == 0) return null; return (vtkCompositeDataIterator)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native int GetDataObjectType_3(); public int GetDataObjectType() { return GetDataObjectType_3(); } private native void Initialize_4(); public void Initialize() { Initialize_4(); } private native void SetGridDescription_5(int id0); public void SetGridDescription(int id0) { SetGridDescription_5(id0); } private native int GetGridDescription_6(); public int GetGridDescription() { return GetGridDescription_6(); } private native int GetNumberOfLevels_7(); public int GetNumberOfLevels() { return GetNumberOfLevels_7(); } private native int GetTotalNumberOfBlocks_8(); public int GetTotalNumberOfBlocks() { return GetTotalNumberOfBlocks_8(); } private native int GetNumberOfDataSets_9(int id0); public int GetNumberOfDataSets(int id0) { return GetNumberOfDataSets_9(id0); } private native void GetBounds_10(double id0[]); public void GetBounds(double id0[]) { GetBounds_10(id0); } private native void GetMin_11(double id0[]); public void GetMin(double id0[]) { GetMin_11(id0); } private native void GetMax_12(double id0[]); public void GetMax(double id0[]) { GetMax_12(id0); } private native void SetDataSet_13(vtkCompositeDataIterator id0,vtkDataObject id1); public void SetDataSet(vtkCompositeDataIterator id0,vtkDataObject id1) { SetDataSet_13(id0,id1); } private native void SetDataSet_14(int id0,int id1,vtkUniformGrid id2); public void SetDataSet(int id0,int id1,vtkUniformGrid id2) { SetDataSet_14(id0,id1,id2); } private native long GetDataSet_15(vtkCompositeDataIterator id0); public vtkDataObject GetDataSet(vtkCompositeDataIterator id0) { long temp = GetDataSet_15(id0); if (temp == 0) return null; return (vtkDataObject)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native long GetDataSet_16(int id0,int id1); public vtkUniformGrid GetDataSet(int id0,int id1) { long temp = GetDataSet_16(id0,id1); if (temp == 0) return null; return (vtkUniformGrid)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native int GetCompositeIndex_17(int id0,int id1); public int GetCompositeIndex(int id0,int id1) { return GetCompositeIndex_17(id0,id1); } private native void ShallowCopy_18(vtkDataObject id0); public void ShallowCopy(vtkDataObject id0) { ShallowCopy_18(id0); } private native void DeepCopy_19(vtkDataObject id0); public void DeepCopy(vtkDataObject id0) { DeepCopy_19(id0); } private native void CopyStructure_20(vtkCompositeDataSet id0); public void CopyStructure(vtkCompositeDataSet id0) { CopyStructure_20(id0); } private native long GetData_21(vtkInformation id0); public vtkUniformGridAMR GetData(vtkInformation id0) { long temp = GetData_21(id0); if (temp == 0) return null; return (vtkUniformGridAMR)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native long GetData_22(vtkInformationVector id0,int id1); public vtkUniformGridAMR GetData(vtkInformationVector id0,int id1) { long temp = GetData_22(id0,id1); if (temp == 0) return null; return (vtkUniformGridAMR)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); } public vtkUniformGridAMR() { super(); } public vtkUniformGridAMR(long id) { super(id); } public native long VTKInit(); }