// java wrapper for vtkHyperTreeGrid object // package vtk; import vtk.*; public class vtkHyperTreeGrid extends vtkDataSet { private native long LEVELS_0(); public vtkInformationIntegerKey LEVELS() { long temp = LEVELS_0(); if (temp == 0) return null; return (vtkInformationIntegerKey)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native long DIMENSION_1(); public vtkInformationIntegerKey DIMENSION() { long temp = DIMENSION_1(); if (temp == 0) return null; return (vtkInformationIntegerKey)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native long ORIENTATION_2(); public vtkInformationIntegerKey ORIENTATION() { long temp = ORIENTATION_2(); if (temp == 0) return null; return (vtkInformationIntegerKey)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native long SIZES_3(); public vtkInformationDoubleVectorKey SIZES() { long temp = SIZES_3(); if (temp == 0) return null; return (vtkInformationDoubleVectorKey)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native int IsTypeOf_4(String id0); public int IsTypeOf(String id0) { return IsTypeOf_4(id0); } private native int IsA_5(String id0); public int IsA(String id0) { return IsA_5(id0); } private native int GetDataObjectType_6(); public int GetDataObjectType() { return GetDataObjectType_6(); } private native void CopyStructure_7(vtkDataSet id0); public void CopyStructure(vtkDataSet id0) { CopyStructure_7(id0); } private native void SetGridSize_8(int id0,int id1,int id2); public void SetGridSize(int id0,int id1,int id2) { SetGridSize_8(id0,id1,id2); } private native void SetGridExtent_9(int id0[]); public void SetGridExtent(int id0[]) { SetGridExtent_9(id0); } private native void SetGridExtent_10(int id0,int id1,int id2,int id3,int id4,int id5); public void SetGridExtent(int id0,int id1,int id2,int id3,int id4,int id5) { SetGridExtent_10(id0,id1,id2,id3,id4,id5); } private native void SetTransposedRootIndexing_11(boolean id0); public void SetTransposedRootIndexing(boolean id0) { SetTransposedRootIndexing_11(id0); } private native boolean GetTransposedRootIndexing_12(); public boolean GetTransposedRootIndexing() { return GetTransposedRootIndexing_12(); } private native void SetIndexingModeToKJI_13(); public void SetIndexingModeToKJI() { SetIndexingModeToKJI_13(); } private native void SetIndexingModeToIJK_14(); public void SetIndexingModeToIJK() { SetIndexingModeToIJK_14(); } private native void SetDimension_15(int id0); public void SetDimension(int id0) { SetDimension_15(id0); } private native int GetDimension_16(); public int GetDimension() { return GetDimension_16(); } private native void SetOrientation_17(int id0); public void SetOrientation(int id0) { SetOrientation_17(id0); } private native int GetOrientation_18(); public int GetOrientation() { return GetOrientation_18(); } private native void SetBranchFactor_19(int id0); public void SetBranchFactor(int id0) { SetBranchFactor_19(id0); } private native int GetBranchFactor_20(); public int GetBranchFactor() { return GetBranchFactor_20(); } private native int GetNumberOfTrees_21(); public int GetNumberOfTrees() { return GetNumberOfTrees_21(); } private native int GetNumberOfVertices_22(); public int GetNumberOfVertices() { return GetNumberOfVertices_22(); } private native int GetNumberOfLeaves_23(); public int GetNumberOfLeaves() { return GetNumberOfLeaves_23(); } private native int GetNumberOfCells_24(); public int GetNumberOfCells() { return GetNumberOfCells_24(); } private native int GetNumberOfPoints_25(); public int GetNumberOfPoints() { return GetNumberOfPoints_25(); } private native int GetNumberOfLevels_26(int id0); public int GetNumberOfLevels(int id0) { return GetNumberOfLevels_26(id0); } private native int GetNumberOfLevels_27(); public int GetNumberOfLevels() { return GetNumberOfLevels_27(); } private native void SetXCoordinates_28(vtkDataArray id0); public void SetXCoordinates(vtkDataArray id0) { SetXCoordinates_28(id0); } private native long GetXCoordinates_29(); public vtkDataArray GetXCoordinates() { long temp = GetXCoordinates_29(); if (temp == 0) return null; return (vtkDataArray)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native void SetYCoordinates_30(vtkDataArray id0); public void SetYCoordinates(vtkDataArray id0) { SetYCoordinates_30(id0); } private native long GetYCoordinates_31(); public vtkDataArray GetYCoordinates() { long temp = GetYCoordinates_31(); if (temp == 0) return null; return (vtkDataArray)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native void SetZCoordinates_32(vtkDataArray id0); public void SetZCoordinates(vtkDataArray id0) { SetZCoordinates_32(id0); } private native long GetZCoordinates_33(); public vtkDataArray GetZCoordinates() { long temp = GetZCoordinates_33(); if (temp == 0) return null; return (vtkDataArray)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native void SetMaterialMask_34(vtkBitArray id0); public void SetMaterialMask(vtkBitArray id0) { SetMaterialMask_34(id0); } private native long GetMaterialMask_35(); public vtkBitArray GetMaterialMask() { long temp = GetMaterialMask_35(); if (temp == 0) return null; return (vtkBitArray)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native boolean HasMaterialMask_36(); public boolean HasMaterialMask() { return HasMaterialMask_36(); } private native void SetMaterialMaskIndex_37(vtkIdTypeArray id0); public void SetMaterialMaskIndex(vtkIdTypeArray id0) { SetMaterialMaskIndex_37(id0); } private native long GetMaterialMaskIndex_38(); public vtkIdTypeArray GetMaterialMaskIndex() { long temp = GetMaterialMaskIndex_38(); if (temp == 0) return null; return (vtkIdTypeArray)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native void SetHasInterface_39(boolean id0); public void SetHasInterface(boolean id0) { SetHasInterface_39(id0); } private native boolean GetHasInterface_40(); public boolean GetHasInterface() { return GetHasInterface_40(); } private native void HasInterfaceOn_41(); public void HasInterfaceOn() { HasInterfaceOn_41(); } private native void HasInterfaceOff_42(); public void HasInterfaceOff() { HasInterfaceOff_42(); } private native void SetInterfaceNormalsName_43(String id0); public void SetInterfaceNormalsName(String id0) { SetInterfaceNormalsName_43(id0); } private native String GetInterfaceNormalsName_44(); public String GetInterfaceNormalsName() { return GetInterfaceNormalsName_44(); } private native void SetInterfaceInterceptsName_45(String id0); public void SetInterfaceInterceptsName(String id0) { SetInterfaceInterceptsName_45(id0); } private native String GetInterfaceInterceptsName_46(); public String GetInterfaceInterceptsName() { return GetInterfaceInterceptsName_46(); } private native void GenerateTrees_47(); public void GenerateTrees() { GenerateTrees_47(); } private native long NewCursor_48(int id0,boolean id1); public vtkHyperTreeCursor NewCursor(int id0,boolean id1) { long temp = NewCursor_48(id0,id1); if (temp == 0) return null; return (vtkHyperTreeCursor)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native long NewGridCursor_49(int id0,boolean id1); public vtkHyperTreeGridCursor NewGridCursor(int id0,boolean id1) { long temp = NewGridCursor_49(id0,id1); if (temp == 0) return null; return (vtkHyperTreeGridCursor)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native long NewGeometricCursor_50(int id0,boolean id1); public vtkHyperTreeGridCursor NewGeometricCursor(int id0,boolean id1) { long temp = NewGeometricCursor_50(id0,id1); if (temp == 0) return null; return (vtkHyperTreeGridCursor)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native long NewVonNeumannSuperCursor_51(int id0,boolean id1); public vtkHyperTreeGridCursor NewVonNeumannSuperCursor(int id0,boolean id1) { long temp = NewVonNeumannSuperCursor_51(id0,id1); if (temp == 0) return null; return (vtkHyperTreeGridCursor)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native long NewMooreSuperCursor_52(int id0,boolean id1); public vtkHyperTreeGridCursor NewMooreSuperCursor(int id0,boolean id1) { long temp = NewMooreSuperCursor_52(id0,id1); if (temp == 0) return null; return (vtkHyperTreeGridCursor)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native void SubdivideLeaf_53(vtkHyperTreeCursor id0,int id1); public void SubdivideLeaf(vtkHyperTreeCursor id0,int id1) { SubdivideLeaf_53(id0,id1); } private native void GetPoint_54(int id0,double id1[]); public void GetPoint(int id0,double id1[]) { GetPoint_54(id0,id1); } private native long GetCell_55(int id0); public vtkCell GetCell(int id0) { long temp = GetCell_55(id0); if (temp == 0) return null; return (vtkCell)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native long GetCell_56(int id0,int id1,int id2); public vtkCell GetCell(int id0,int id1,int id2) { long temp = GetCell_56(id0,id1,id2); if (temp == 0) return null; return (vtkCell)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native void GetCell_57(int id0,vtkGenericCell id1); public void GetCell(int id0,vtkGenericCell id1) { GetCell_57(id0,id1); } private native int GetCellType_58(int id0); public int GetCellType(int id0) { return GetCellType_58(id0); } private native void GetCellPoints_59(int id0,vtkIdList id1); public void GetCellPoints(int id0,vtkIdList id1) { GetCellPoints_59(id0,id1); } private native void GetPointCells_60(int id0,vtkIdList id1); public void GetPointCells(int id0,vtkIdList id1) { GetPointCells_60(id0,id1); } private native void GetCellNeighbors_61(int id0,vtkIdList id1,vtkIdList id2); public void GetCellNeighbors(int id0,vtkIdList id1,vtkIdList id2) { GetCellNeighbors_61(id0,id1,id2); } private native int FindPoint_62(double id0[]); public int FindPoint(double id0[]) { return FindPoint_62(id0); } private native void Initialize_63(); public void Initialize() { Initialize_63(); } private native long GetTree_64(int id0); public vtkHyperTree GetTree(int id0) { long temp = GetTree_64(id0); if (temp == 0) return null; return (vtkHyperTree)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native void SetTree_65(int id0,vtkHyperTree id1); public void SetTree(int id0,vtkHyperTree id1) { SetTree_65(id0,id1); } private native int GetMaxCellSize_66(); public int GetMaxCellSize() { return GetMaxCellSize_66(); } private native void ShallowCopy_67(vtkDataObject id0); public void ShallowCopy(vtkDataObject id0) { ShallowCopy_67(id0); } private native void DeepCopy_68(vtkDataObject id0); public void DeepCopy(vtkDataObject id0) { DeepCopy_68(id0); } private native int GetExtentType_69(); public int GetExtentType() { return GetExtentType_69(); } private native int GetActualMemorySize_70(); public int GetActualMemorySize() { return GetActualMemorySize_70(); } private native int GetNumberOfChildren_71(); public int GetNumberOfChildren() { return GetNumberOfChildren_71(); } private native boolean RecursivelyInitializePureMaterialMask_72(vtkHyperTreeGridCursor id0); public boolean RecursivelyInitializePureMaterialMask(vtkHyperTreeGridCursor id0) { return RecursivelyInitializePureMaterialMask_72(id0); } private native long GetPureMaterialMask_73(); public vtkBitArray GetPureMaterialMask() { long temp = GetPureMaterialMask_73(); if (temp == 0) return null; return (vtkBitArray)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native int GetChildMask_74(int id0); public int GetChildMask(int id0) { return GetChildMask_74(id0); } private native int GetShiftedLevelZeroIndex_75(int id0,int id1,int id2,int id3); public int GetShiftedLevelZeroIndex(int id0,int id1,int id2,int id3) { return GetShiftedLevelZeroIndex_75(id0,id1,id2,id3); } private native long GetData_76(vtkInformation id0); public vtkHyperTreeGrid GetData(vtkInformation id0) { long temp = GetData_76(id0); if (temp == 0) return null; return (vtkHyperTreeGrid)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native long GetData_77(vtkInformationVector id0,int id1); public vtkHyperTreeGrid GetData(vtkInformationVector id0,int id1) { long temp = GetData_77(id0,id1); if (temp == 0) return null; return (vtkHyperTreeGrid)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); } public vtkHyperTreeGrid() { super(); } public vtkHyperTreeGrid(long id) { super(id); } public native long VTKInit(); }