1 // java wrapper for vtkPiecewiseControlPointsItem object
7 public class vtkPiecewiseControlPointsItem extends vtkControlPointsItem
10 private native int IsTypeOf_0(String id0);
11 public int IsTypeOf(String id0)
12 { return IsTypeOf_0(id0); }
14 private native int IsA_1(String id0);
15 public int IsA(String id0)
16 { return IsA_1(id0); }
18 private native void SetPiecewiseFunction_2(vtkPiecewiseFunction id0);
19 public void SetPiecewiseFunction(vtkPiecewiseFunction id0)
20 { SetPiecewiseFunction_2(id0); }
22 private native long GetPiecewiseFunction_3();
23 public vtkPiecewiseFunction GetPiecewiseFunction() {
24 long temp = GetPiecewiseFunction_3();
26 if (temp == 0) return null;
27 return (vtkPiecewiseFunction)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
30 private native void SetStrokeMode_4(boolean id0);
31 public void SetStrokeMode(boolean id0)
32 { SetStrokeMode_4(id0); }
34 public vtkPiecewiseControlPointsItem() { super(); }
36 public vtkPiecewiseControlPointsItem(long id) { super(id); }
37 public native long VTKInit();