// java wrapper for vtkPiecewiseControlPointsItem object // package vtk; import vtk.*; public class vtkPiecewiseControlPointsItem extends vtkControlPointsItem { 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 SetPiecewiseFunction_2(vtkPiecewiseFunction id0); public void SetPiecewiseFunction(vtkPiecewiseFunction id0) { SetPiecewiseFunction_2(id0); } private native long GetPiecewiseFunction_3(); public vtkPiecewiseFunction GetPiecewiseFunction() { long temp = GetPiecewiseFunction_3(); if (temp == 0) return null; return (vtkPiecewiseFunction)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native void SetStrokeMode_4(boolean id0); public void SetStrokeMode(boolean id0) { SetStrokeMode_4(id0); } public vtkPiecewiseControlPointsItem() { super(); } public vtkPiecewiseControlPointsItem(long id) { super(id); } public native long VTKInit(); }