// java wrapper for vtkPointInterpolator2D object // package vtk; import vtk.*; public class vtkPointInterpolator2D extends vtkPointInterpolator { 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 SetInterpolateZ_2(boolean id0); public void SetInterpolateZ(boolean id0) { SetInterpolateZ_2(id0); } private native boolean GetInterpolateZ_3(); public boolean GetInterpolateZ() { return GetInterpolateZ_3(); } private native void InterpolateZOn_4(); public void InterpolateZOn() { InterpolateZOn_4(); } private native void InterpolateZOff_5(); public void InterpolateZOff() { InterpolateZOff_5(); } private native void SetZArrayName_6(String id0); public void SetZArrayName(String id0) { SetZArrayName_6(id0); } private native String GetZArrayName_7(); public String GetZArrayName() { return GetZArrayName_7(); } public vtkPointInterpolator2D() { super(); } public vtkPointInterpolator2D(long id) { super(id); } public native long VTKInit(); }