X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=vtk%2Fsrc%2Fvtk%2FvtkPiecewiseControlPointsItem.java;h=c87c7adde73f8af3a6009f586f2eff89e3fdda90;hb=c39250eb0521cf4e6d69f472f4fdf9e8b877c6e4;hp=588ea355fa2899ede268346d4353f6d7f08e6dbc;hpb=471c46e9a685e20de958d77166461aebc7a7b6ee;p=simantics%2F3d.git diff --git a/vtk/src/vtk/vtkPiecewiseControlPointsItem.java b/vtk/src/vtk/vtkPiecewiseControlPointsItem.java index 588ea355..c87c7add 100644 --- a/vtk/src/vtk/vtkPiecewiseControlPointsItem.java +++ b/vtk/src/vtk/vtkPiecewiseControlPointsItem.java @@ -1,39 +1,39 @@ -// java wrapper for vtkPiecewiseControlPointsItem object -// - -package vtk; -import vtk.*; - -public class vtkPiecewiseControlPointsItem extends vtkControlPointsItem -{ - - 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 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)vtkObject.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(); - -} +// 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(); + +}