// java wrapper for vtkMergeCells object // package vtk; import vtk.*; public class vtkMergeCells extends vtkObject { 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 SetUnstructuredGrid_2(vtkUnstructuredGrid id0); public void SetUnstructuredGrid(vtkUnstructuredGrid id0) { SetUnstructuredGrid_2(id0); } private native long GetUnstructuredGrid_3(); public vtkUnstructuredGrid GetUnstructuredGrid() { long temp = GetUnstructuredGrid_3(); if (temp == 0) return null; return (vtkUnstructuredGrid)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native void SetTotalNumberOfCells_4(int id0); public void SetTotalNumberOfCells(int id0) { SetTotalNumberOfCells_4(id0); } private native int GetTotalNumberOfCells_5(); public int GetTotalNumberOfCells() { return GetTotalNumberOfCells_5(); } private native void SetTotalNumberOfPoints_6(int id0); public void SetTotalNumberOfPoints(int id0) { SetTotalNumberOfPoints_6(id0); } private native int GetTotalNumberOfPoints_7(); public int GetTotalNumberOfPoints() { return GetTotalNumberOfPoints_7(); } private native void SetUseGlobalIds_8(int id0); public void SetUseGlobalIds(int id0) { SetUseGlobalIds_8(id0); } private native int GetUseGlobalIds_9(); public int GetUseGlobalIds() { return GetUseGlobalIds_9(); } private native void SetPointMergeTolerance_10(double id0); public void SetPointMergeTolerance(double id0) { SetPointMergeTolerance_10(id0); } private native double GetPointMergeToleranceMinValue_11(); public double GetPointMergeToleranceMinValue() { return GetPointMergeToleranceMinValue_11(); } private native double GetPointMergeToleranceMaxValue_12(); public double GetPointMergeToleranceMaxValue() { return GetPointMergeToleranceMaxValue_12(); } private native double GetPointMergeTolerance_13(); public double GetPointMergeTolerance() { return GetPointMergeTolerance_13(); } private native void SetUseGlobalCellIds_14(int id0); public void SetUseGlobalCellIds(int id0) { SetUseGlobalCellIds_14(id0); } private native int GetUseGlobalCellIds_15(); public int GetUseGlobalCellIds() { return GetUseGlobalCellIds_15(); } private native void SetMergeDuplicatePoints_16(int id0); public void SetMergeDuplicatePoints(int id0) { SetMergeDuplicatePoints_16(id0); } private native int GetMergeDuplicatePoints_17(); public int GetMergeDuplicatePoints() { return GetMergeDuplicatePoints_17(); } private native void MergeDuplicatePointsOn_18(); public void MergeDuplicatePointsOn() { MergeDuplicatePointsOn_18(); } private native void MergeDuplicatePointsOff_19(); public void MergeDuplicatePointsOff() { MergeDuplicatePointsOff_19(); } private native void SetTotalNumberOfDataSets_20(int id0); public void SetTotalNumberOfDataSets(int id0) { SetTotalNumberOfDataSets_20(id0); } private native int GetTotalNumberOfDataSets_21(); public int GetTotalNumberOfDataSets() { return GetTotalNumberOfDataSets_21(); } private native int MergeDataSet_22(vtkDataSet id0); public int MergeDataSet(vtkDataSet id0) { return MergeDataSet_22(id0); } private native void Finish_23(); public void Finish() { Finish_23(); } public vtkMergeCells() { super(); } public vtkMergeCells(long id) { super(id); } public native long VTKInit(); }