// java wrapper for vtkCellDataToPointData object // package vtk; import vtk.*; public class vtkCellDataToPointData 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 SetPassCellData_2(boolean id0); public void SetPassCellData(boolean id0) { SetPassCellData_2(id0); } private native boolean GetPassCellData_3(); public boolean GetPassCellData() { return GetPassCellData_3(); } private native void PassCellDataOn_4(); public void PassCellDataOn() { PassCellDataOn_4(); } private native void PassCellDataOff_5(); public void PassCellDataOff() { PassCellDataOff_5(); } private native void SetContributingCellOption_6(int id0); public void SetContributingCellOption(int id0) { SetContributingCellOption_6(id0); } private native int GetContributingCellOptionMinValue_7(); public int GetContributingCellOptionMinValue() { return GetContributingCellOptionMinValue_7(); } private native int GetContributingCellOptionMaxValue_8(); public int GetContributingCellOptionMaxValue() { return GetContributingCellOptionMaxValue_8(); } private native int GetContributingCellOption_9(); public int GetContributingCellOption() { return GetContributingCellOption_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 AddCellDataArray_14(String id0); public void AddCellDataArray(String id0) { AddCellDataArray_14(id0); } private native void RemoveCellDataArray_15(String id0); public void RemoveCellDataArray(String id0) { RemoveCellDataArray_15(id0); } private native void ClearCellDataArrays_16(); public void ClearCellDataArrays() { ClearCellDataArrays_16(); } public vtkCellDataToPointData() { super(); } public vtkCellDataToPointData(long id) { super(id); } public native long VTKInit(); }