// java wrapper for vtkOverlappingAMR object // package vtk; import vtk.*; public class vtkOverlappingAMR extends vtkUniformGridAMR { private native int GetDataObjectType_0(); public int GetDataObjectType() { return GetDataObjectType_0(); } private native int IsTypeOf_1(String id0); public int IsTypeOf(String id0) { return IsTypeOf_1(id0); } private native int IsA_2(String id0); public int IsA(String id0) { return IsA_2(id0); } private native long NewIterator_3(); public vtkCompositeDataIterator NewIterator() { long temp = NewIterator_3(); if (temp == 0) return null; return (vtkCompositeDataIterator)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native void SetSpacing_4(int id0,double id1[]); public void SetSpacing(int id0,double id1[]) { SetSpacing_4(id0,id1); } private native void GetSpacing_5(int id0,double id1[]); public void GetSpacing(int id0,double id1[]) { GetSpacing_5(id0,id1); } private native void GetOrigin_6(int id0,int id1,double id2[]); public void GetOrigin(int id0,int id1,double id2[]) { GetOrigin_6(id0,id1,id2); } private native long NUMBER_OF_BLANKED_POINTS_7(); public vtkInformationIdTypeKey NUMBER_OF_BLANKED_POINTS() { long temp = NUMBER_OF_BLANKED_POINTS_7(); if (temp == 0) return null; return (vtkInformationIdTypeKey)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native long GetData_8(vtkInformation id0); public vtkOverlappingAMR GetData(vtkInformation id0) { long temp = GetData_8(id0); if (temp == 0) return null; return (vtkOverlappingAMR)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native long GetData_9(vtkInformationVector id0,int id1); public vtkOverlappingAMR GetData(vtkInformationVector id0,int id1) { long temp = GetData_9(id0,id1); if (temp == 0) return null; return (vtkOverlappingAMR)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native void SetRefinementRatio_10(int id0,int id1); public void SetRefinementRatio(int id0,int id1) { SetRefinementRatio_10(id0,id1); } private native int GetRefinementRatio_11(int id0); public int GetRefinementRatio(int id0) { return GetRefinementRatio_11(id0); } private native void SetAMRBlockSourceIndex_12(int id0,int id1,int id2); public void SetAMRBlockSourceIndex(int id0,int id1,int id2) { SetAMRBlockSourceIndex_12(id0,id1,id2); } private native int GetAMRBlockSourceIndex_13(int id0,int id1); public int GetAMRBlockSourceIndex(int id0,int id1) { return GetAMRBlockSourceIndex_13(id0,id1); } private native int GetRefinementRatio_14(vtkCompositeDataIterator id0); public int GetRefinementRatio(vtkCompositeDataIterator id0) { return GetRefinementRatio_14(id0); } private native boolean HasChildrenInformation_15(); public boolean HasChildrenInformation() { return HasChildrenInformation_15(); } private native void GenerateParentChildInformation_16(); public void GenerateParentChildInformation() { GenerateParentChildInformation_16(); } private native void PrintParentChildInfo_17(int id0,int id1); public void PrintParentChildInfo(int id0,int id1) { PrintParentChildInfo_17(id0,id1); } private native void GetBounds_18(double id0[]); public void GetBounds(double id0[]) { GetBounds_18(id0); } private native long GetAMRInfo_19(); public vtkAMRInformation GetAMRInfo() { long temp = GetAMRInfo_19(); if (temp == 0) return null; return (vtkAMRInformation)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native void SetAMRInfo_20(vtkAMRInformation id0); public void SetAMRInfo(vtkAMRInformation id0) { SetAMRInfo_20(id0); } private native void Audit_21(); public void Audit() { Audit_21(); } public vtkOverlappingAMR() { super(); } public vtkOverlappingAMR(long id) { super(id); } public native long VTKInit(); }