// java wrapper for vtkUnstructuredGridGhostCellsGenerator object // package vtk; import vtk.*; public class vtkUnstructuredGridGhostCellsGenerator extends vtkUnstructuredGridAlgorithm { 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 void SetUseGlobalPointIds_2(boolean id0); public void SetUseGlobalPointIds(boolean id0) { SetUseGlobalPointIds_2(id0); } private native boolean GetUseGlobalPointIds_3(); public boolean GetUseGlobalPointIds() { return GetUseGlobalPointIds_3(); } private native void UseGlobalPointIdsOn_4(); public void UseGlobalPointIdsOn() { UseGlobalPointIdsOn_4(); } private native void UseGlobalPointIdsOff_5(); public void UseGlobalPointIdsOff() { UseGlobalPointIdsOff_5(); } private native void SetGlobalPointIdsArrayName_6(String id0); public void SetGlobalPointIdsArrayName(String id0) { SetGlobalPointIdsArrayName_6(id0); } private native String GetGlobalPointIdsArrayName_7(); public String GetGlobalPointIdsArrayName() { return GetGlobalPointIdsArrayName_7(); } private native void SetHasGlobalCellIds_8(boolean id0); public void SetHasGlobalCellIds(boolean id0) { SetHasGlobalCellIds_8(id0); } private native boolean GetHasGlobalCellIds_9(); public boolean GetHasGlobalCellIds() { return GetHasGlobalCellIds_9(); } private native void HasGlobalCellIdsOn_10(); public void HasGlobalCellIdsOn() { HasGlobalCellIdsOn_10(); } private native void HasGlobalCellIdsOff_11(); public void HasGlobalCellIdsOff() { HasGlobalCellIdsOff_11(); } private native void SetGlobalCellIdsArrayName_12(String id0); public void SetGlobalCellIdsArrayName(String id0) { SetGlobalCellIdsArrayName_12(id0); } private native String GetGlobalCellIdsArrayName_13(); public String GetGlobalCellIdsArrayName() { return GetGlobalCellIdsArrayName_13(); } private native void SetBuildIfRequired_14(boolean id0); public void SetBuildIfRequired(boolean id0) { SetBuildIfRequired_14(id0); } private native boolean GetBuildIfRequired_15(); public boolean GetBuildIfRequired() { return GetBuildIfRequired_15(); } private native void BuildIfRequiredOn_16(); public void BuildIfRequiredOn() { BuildIfRequiredOn_16(); } private native void BuildIfRequiredOff_17(); public void BuildIfRequiredOff() { BuildIfRequiredOff_17(); } private native void SetMinimumNumberOfGhostLevels_18(int id0); public void SetMinimumNumberOfGhostLevels(int id0) { SetMinimumNumberOfGhostLevels_18(id0); } private native int GetMinimumNumberOfGhostLevelsMinValue_19(); public int GetMinimumNumberOfGhostLevelsMinValue() { return GetMinimumNumberOfGhostLevelsMinValue_19(); } private native int GetMinimumNumberOfGhostLevelsMaxValue_20(); public int GetMinimumNumberOfGhostLevelsMaxValue() { return GetMinimumNumberOfGhostLevelsMaxValue_20(); } private native int GetMinimumNumberOfGhostLevels_21(); public int GetMinimumNumberOfGhostLevels() { return GetMinimumNumberOfGhostLevels_21(); } public vtkUnstructuredGridGhostCellsGenerator() { super(); } public vtkUnstructuredGridGhostCellsGenerator(long id) { super(id); } public native long VTKInit(); }