// java wrapper for vtkPointInterpolator object // package vtk; import vtk.*; public class vtkPointInterpolator 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 SetSourceData_2(vtkDataObject id0); public void SetSourceData(vtkDataObject id0) { SetSourceData_2(id0); } private native long GetSource_3(); public vtkDataObject GetSource() { long temp = GetSource_3(); if (temp == 0) return null; return (vtkDataObject)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native void SetSourceConnection_4(vtkAlgorithmOutput id0); public void SetSourceConnection(vtkAlgorithmOutput id0) { SetSourceConnection_4(id0); } private native void SetLocator_5(vtkAbstractPointLocator id0); public void SetLocator(vtkAbstractPointLocator id0) { SetLocator_5(id0); } private native long GetLocator_6(); public vtkAbstractPointLocator GetLocator() { long temp = GetLocator_6(); if (temp == 0) return null; return (vtkAbstractPointLocator)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native void SetKernel_7(vtkInterpolationKernel id0); public void SetKernel(vtkInterpolationKernel id0) { SetKernel_7(id0); } private native long GetKernel_8(); public vtkInterpolationKernel GetKernel() { long temp = GetKernel_8(); if (temp == 0) return null; return (vtkInterpolationKernel)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native void SetNullPointsStrategy_9(int id0); public void SetNullPointsStrategy(int id0) { SetNullPointsStrategy_9(id0); } private native int GetNullPointsStrategy_10(); public int GetNullPointsStrategy() { return GetNullPointsStrategy_10(); } private native void SetNullPointsStrategyToMaskPoints_11(); public void SetNullPointsStrategyToMaskPoints() { SetNullPointsStrategyToMaskPoints_11(); } private native void SetNullPointsStrategyToNullValue_12(); public void SetNullPointsStrategyToNullValue() { SetNullPointsStrategyToNullValue_12(); } private native void SetNullPointsStrategyToClosestPoint_13(); public void SetNullPointsStrategyToClosestPoint() { SetNullPointsStrategyToClosestPoint_13(); } private native void SetValidPointsMaskArrayName_14(String id0); public void SetValidPointsMaskArrayName(String id0) { SetValidPointsMaskArrayName_14(id0); } private native String GetValidPointsMaskArrayName_15(); public String GetValidPointsMaskArrayName() { return GetValidPointsMaskArrayName_15(); } private native void SetNullValue_16(double id0); public void SetNullValue(double id0) { SetNullValue_16(id0); } private native double GetNullValue_17(); public double GetNullValue() { return GetNullValue_17(); } private native void AddExcludedArray_18(String id0); public void AddExcludedArray(String id0) { AddExcludedArray_18(id0); } private native void ClearExcludedArrays_19(); public void ClearExcludedArrays() { ClearExcludedArrays_19(); } private native int GetNumberOfExcludedArrays_20(); public int GetNumberOfExcludedArrays() { return GetNumberOfExcludedArrays_20(); } private native String GetExcludedArray_21(int id0); public String GetExcludedArray(int id0) { return GetExcludedArray_21(id0); } private native void SetPromoteOutputArrays_22(boolean id0); public void SetPromoteOutputArrays(boolean id0) { SetPromoteOutputArrays_22(id0); } private native void PromoteOutputArraysOn_23(); public void PromoteOutputArraysOn() { PromoteOutputArraysOn_23(); } private native void PromoteOutputArraysOff_24(); public void PromoteOutputArraysOff() { PromoteOutputArraysOff_24(); } private native boolean GetPromoteOutputArrays_25(); public boolean GetPromoteOutputArrays() { return GetPromoteOutputArrays_25(); } private native void SetPassPointArrays_26(boolean id0); public void SetPassPointArrays(boolean id0) { SetPassPointArrays_26(id0); } private native void PassPointArraysOn_27(); public void PassPointArraysOn() { PassPointArraysOn_27(); } private native void PassPointArraysOff_28(); public void PassPointArraysOff() { PassPointArraysOff_28(); } private native boolean GetPassPointArrays_29(); public boolean GetPassPointArrays() { return GetPassPointArrays_29(); } private native void SetPassCellArrays_30(boolean id0); public void SetPassCellArrays(boolean id0) { SetPassCellArrays_30(id0); } private native void PassCellArraysOn_31(); public void PassCellArraysOn() { PassCellArraysOn_31(); } private native void PassCellArraysOff_32(); public void PassCellArraysOff() { PassCellArraysOff_32(); } private native boolean GetPassCellArrays_33(); public boolean GetPassCellArrays() { return GetPassCellArrays_33(); } private native void SetPassFieldArrays_34(boolean id0); public void SetPassFieldArrays(boolean id0) { SetPassFieldArrays_34(id0); } private native void PassFieldArraysOn_35(); public void PassFieldArraysOn() { PassFieldArraysOn_35(); } private native void PassFieldArraysOff_36(); public void PassFieldArraysOff() { PassFieldArraysOff_36(); } private native boolean GetPassFieldArrays_37(); public boolean GetPassFieldArrays() { return GetPassFieldArrays_37(); } private native int GetMTime_38(); public int GetMTime() { return GetMTime_38(); } public vtkPointInterpolator() { super(); } public vtkPointInterpolator(long id) { super(id); } public native long VTKInit(); }