X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=vtk%2Fsrc%2Fvtk%2FvtkPiecewisePointHandleItem.java;h=59933827c1682dfc15f7c75f77054da9c56273ea;hb=efb52587babd1b858c8e77fedc44a5b4ef0c1088;hp=d8f8f1f31e037af11c2780cba0cd319fe9bff1db;hpb=471c46e9a685e20de958d77166461aebc7a7b6ee;p=simantics%2F3d.git diff --git a/vtk/src/vtk/vtkPiecewisePointHandleItem.java b/vtk/src/vtk/vtkPiecewisePointHandleItem.java index d8f8f1f3..59933827 100644 --- a/vtk/src/vtk/vtkPiecewisePointHandleItem.java +++ b/vtk/src/vtk/vtkPiecewisePointHandleItem.java @@ -1,43 +1,43 @@ -// java wrapper for vtkPiecewisePointHandleItem object -// - -package vtk; -import vtk.*; - -public class vtkPiecewisePointHandleItem extends vtkContextItem -{ - - private native String GetClassName_0(); - public String GetClassName() - { return GetClassName_0(); } - - private native int IsA_1(String id0); - public int IsA(String id0) - { return IsA_1(id0); } - - private native void SetParent_2(vtkAbstractContextItem id0); - public void SetParent(vtkAbstractContextItem id0) - { SetParent_2(id0); } - - private native boolean Paint_3(vtkContext2D id0); - public boolean Paint(vtkContext2D id0) - { return Paint_3(id0); } - - private native void SetCurrentPointIndex_4(int id0); - public void SetCurrentPointIndex(int id0) - { SetCurrentPointIndex_4(id0); } - - private native int GetCurrentPointIndex_5(); - public int GetCurrentPointIndex() - { return GetCurrentPointIndex_5(); } - - private native void SetPiecewiseFunction_6(vtkPiecewiseFunction id0); - public void SetPiecewiseFunction(vtkPiecewiseFunction id0) - { SetPiecewiseFunction_6(id0); } - - public vtkPiecewisePointHandleItem() { super(); } - - public vtkPiecewisePointHandleItem(long id) { super(id); } - public native long VTKInit(); - -} +// java wrapper for vtkPiecewisePointHandleItem object +// + +package vtk; +import vtk.*; + +public class vtkPiecewisePointHandleItem extends vtkContextItem +{ + + 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 SetParent_2(vtkAbstractContextItem id0); + public void SetParent(vtkAbstractContextItem id0) + { SetParent_2(id0); } + + private native boolean Paint_3(vtkContext2D id0); + public boolean Paint(vtkContext2D id0) + { return Paint_3(id0); } + + private native void SetCurrentPointIndex_4(int id0); + public void SetCurrentPointIndex(int id0) + { SetCurrentPointIndex_4(id0); } + + private native int GetCurrentPointIndex_5(); + public int GetCurrentPointIndex() + { return GetCurrentPointIndex_5(); } + + private native void SetPiecewiseFunction_6(vtkPiecewiseFunction id0); + public void SetPiecewiseFunction(vtkPiecewiseFunction id0) + { SetPiecewiseFunction_6(id0); } + + public vtkPiecewisePointHandleItem() { super(); } + + public vtkPiecewisePointHandleItem(long id) { super(id); } + public native long VTKInit(); + +}