// java wrapper for vtkAppendFilter object // package vtk; import vtk.*; public class vtkAppendFilter 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 long GetInput_2(int id0); public vtkDataSet GetInput(int id0) { long temp = GetInput_2(id0); if (temp == 0) return null; return (vtkDataSet)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native long GetInput_3(); public vtkDataSet GetInput() { long temp = GetInput_3(); if (temp == 0) return null; return (vtkDataSet)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native int GetMergePoints_4(); public int GetMergePoints() { return GetMergePoints_4(); } private native void SetMergePoints_5(int id0); public void SetMergePoints(int id0) { SetMergePoints_5(id0); } private native void MergePointsOn_6(); public void MergePointsOn() { MergePointsOn_6(); } private native void MergePointsOff_7(); public void MergePointsOff() { MergePointsOff_7(); } private native void RemoveInputData_8(vtkDataSet id0); public void RemoveInputData(vtkDataSet id0) { RemoveInputData_8(id0); } private native long GetInputList_9(); public vtkDataSetCollection GetInputList() { long temp = GetInputList_9(); if (temp == 0) return null; return (vtkDataSetCollection)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native void SetOutputPointsPrecision_10(int id0); public void SetOutputPointsPrecision(int id0) { SetOutputPointsPrecision_10(id0); } private native int GetOutputPointsPrecisionMinValue_11(); public int GetOutputPointsPrecisionMinValue() { return GetOutputPointsPrecisionMinValue_11(); } private native int GetOutputPointsPrecisionMaxValue_12(); public int GetOutputPointsPrecisionMaxValue() { return GetOutputPointsPrecisionMaxValue_12(); } private native int GetOutputPointsPrecision_13(); public int GetOutputPointsPrecision() { return GetOutputPointsPrecision_13(); } public vtkAppendFilter() { super(); } public vtkAppendFilter(long id) { super(id); } public native long VTKInit(); }