// java wrapper for vtkPointDataToCellData object // package vtk; import vtk.*; public class vtkPointDataToCellData extends vtkDataSetAlgorithm { 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 SetPassPointData_2(boolean id0); public void SetPassPointData(boolean id0) { SetPassPointData_2(id0); } private native boolean GetPassPointData_3(); public boolean GetPassPointData() { return GetPassPointData_3(); } private native void PassPointDataOn_4(); public void PassPointDataOn() { PassPointDataOn_4(); } private native void PassPointDataOff_5(); public void PassPointDataOff() { PassPointDataOff_5(); } private native void SetCategoricalData_6(boolean id0); public void SetCategoricalData(boolean id0) { SetCategoricalData_6(id0); } private native boolean GetCategoricalData_7(); public boolean GetCategoricalData() { return GetCategoricalData_7(); } private native void CategoricalDataOn_8(); public void CategoricalDataOn() { CategoricalDataOn_8(); } private native void CategoricalDataOff_9(); public void CategoricalDataOff() { CategoricalDataOff_9(); } private native void SetProcessAllArrays_10(boolean id0); public void SetProcessAllArrays(boolean id0) { SetProcessAllArrays_10(id0); } private native boolean GetProcessAllArrays_11(); public boolean GetProcessAllArrays() { return GetProcessAllArrays_11(); } private native void ProcessAllArraysOn_12(); public void ProcessAllArraysOn() { ProcessAllArraysOn_12(); } private native void ProcessAllArraysOff_13(); public void ProcessAllArraysOff() { ProcessAllArraysOff_13(); } private native void AddPointDataArray_14(String id0); public void AddPointDataArray(String id0) { AddPointDataArray_14(id0); } private native void RemovePointDataArray_15(String id0); public void RemovePointDataArray(String id0) { RemovePointDataArray_15(id0); } private native void ClearPointDataArrays_16(); public void ClearPointDataArrays() { ClearPointDataArrays_16(); } public vtkPointDataToCellData() { super(); } public vtkPointDataToCellData(long id) { super(id); } public native long VTKInit(); }