X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=vtk%2Fsrc%2Fvtk%2FvtkLineWidget.java;h=a0fcb056c6cc3fedeb74b6abd3173f7bdd6b238d;hb=3523a218827de60e1aa4ce7be126342418ddb054;hp=ab118b824fbb38359077090c8de0e89e84f6bc95;hpb=471c46e9a685e20de958d77166461aebc7a7b6ee;p=simantics%2F3d.git diff --git a/vtk/src/vtk/vtkLineWidget.java b/vtk/src/vtk/vtkLineWidget.java index ab118b82..a0fcb056 100644 --- a/vtk/src/vtk/vtkLineWidget.java +++ b/vtk/src/vtk/vtkLineWidget.java @@ -1,163 +1,163 @@ -// java wrapper for vtkLineWidget object -// - -package vtk; -import vtk.*; - -public class vtkLineWidget extends vtk3DWidget -{ - - 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 SetEnabled_2(int id0); - public void SetEnabled(int id0) - { SetEnabled_2(id0); } - - private native void PlaceWidget_3(double id0[]); - public void PlaceWidget(double id0[]) - { PlaceWidget_3(id0); } - - private native void PlaceWidget_4(); - public void PlaceWidget() - { PlaceWidget_4(); } - - private native void PlaceWidget_5(double id0,double id1,double id2,double id3,double id4,double id5); - public void PlaceWidget(double id0,double id1,double id2,double id3,double id4,double id5) - { PlaceWidget_5(id0,id1,id2,id3,id4,id5); } - - private native void SetResolution_6(int id0); - public void SetResolution(int id0) - { SetResolution_6(id0); } - - private native int GetResolution_7(); - public int GetResolution() - { return GetResolution_7(); } - - private native void SetPoint1_8(double id0,double id1,double id2); - public void SetPoint1(double id0,double id1,double id2) - { SetPoint1_8(id0,id1,id2); } - - private native void SetPoint1_9(double id0[]); - public void SetPoint1(double id0[]) - { SetPoint1_9(id0); } - - private native double[] GetPoint1_10(); - public double[] GetPoint1() - { return GetPoint1_10(); } - - private native void GetPoint1_11(double id0[]); - public void GetPoint1(double id0[]) - { GetPoint1_11(id0); } - - private native void SetPoint2_12(double id0,double id1,double id2); - public void SetPoint2(double id0,double id1,double id2) - { SetPoint2_12(id0,id1,id2); } - - private native void SetPoint2_13(double id0[]); - public void SetPoint2(double id0[]) - { SetPoint2_13(id0); } - - private native double[] GetPoint2_14(); - public double[] GetPoint2() - { return GetPoint2_14(); } - - private native void GetPoint2_15(double id0[]); - public void GetPoint2(double id0[]) - { GetPoint2_15(id0); } - - private native void SetAlign_16(int id0); - public void SetAlign(int id0) - { SetAlign_16(id0); } - - private native int GetAlignMinValue_17(); - public int GetAlignMinValue() - { return GetAlignMinValue_17(); } - - private native int GetAlignMaxValue_18(); - public int GetAlignMaxValue() - { return GetAlignMaxValue_18(); } - - private native int GetAlign_19(); - public int GetAlign() - { return GetAlign_19(); } - - private native void SetAlignToXAxis_20(); - public void SetAlignToXAxis() - { SetAlignToXAxis_20(); } - - private native void SetAlignToYAxis_21(); - public void SetAlignToYAxis() - { SetAlignToYAxis_21(); } - - private native void SetAlignToZAxis_22(); - public void SetAlignToZAxis() - { SetAlignToZAxis_22(); } - - private native void SetAlignToNone_23(); - public void SetAlignToNone() - { SetAlignToNone_23(); } - - private native void SetClampToBounds_24(int id0); - public void SetClampToBounds(int id0) - { SetClampToBounds_24(id0); } - - private native int GetClampToBounds_25(); - public int GetClampToBounds() - { return GetClampToBounds_25(); } - - private native void ClampToBoundsOn_26(); - public void ClampToBoundsOn() - { ClampToBoundsOn_26(); } - - private native void ClampToBoundsOff_27(); - public void ClampToBoundsOff() - { ClampToBoundsOff_27(); } - - private native void GetPolyData_28(vtkPolyData id0); - public void GetPolyData(vtkPolyData id0) - { GetPolyData_28(id0); } - - private native long GetHandleProperty_29(); - public vtkProperty GetHandleProperty() { - long temp = GetHandleProperty_29(); - - if (temp == 0) return null; - return (vtkProperty)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native long GetSelectedHandleProperty_30(); - public vtkProperty GetSelectedHandleProperty() { - long temp = GetSelectedHandleProperty_30(); - - if (temp == 0) return null; - return (vtkProperty)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native long GetLineProperty_31(); - public vtkProperty GetLineProperty() { - long temp = GetLineProperty_31(); - - if (temp == 0) return null; - return (vtkProperty)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native long GetSelectedLineProperty_32(); - public vtkProperty GetSelectedLineProperty() { - long temp = GetSelectedLineProperty_32(); - - if (temp == 0) return null; - return (vtkProperty)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - public vtkLineWidget() { super(); } - - public vtkLineWidget(long id) { super(id); } - public native long VTKInit(); - -} +// java wrapper for vtkLineWidget object +// + +package vtk; +import vtk.*; + +public class vtkLineWidget extends vtk3DWidget +{ + + 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 SetEnabled_2(int id0); + public void SetEnabled(int id0) + { SetEnabled_2(id0); } + + private native void PlaceWidget_3(double id0[]); + public void PlaceWidget(double id0[]) + { PlaceWidget_3(id0); } + + private native void PlaceWidget_4(); + public void PlaceWidget() + { PlaceWidget_4(); } + + private native void PlaceWidget_5(double id0,double id1,double id2,double id3,double id4,double id5); + public void PlaceWidget(double id0,double id1,double id2,double id3,double id4,double id5) + { PlaceWidget_5(id0,id1,id2,id3,id4,id5); } + + private native void SetResolution_6(int id0); + public void SetResolution(int id0) + { SetResolution_6(id0); } + + private native int GetResolution_7(); + public int GetResolution() + { return GetResolution_7(); } + + private native void SetPoint1_8(double id0,double id1,double id2); + public void SetPoint1(double id0,double id1,double id2) + { SetPoint1_8(id0,id1,id2); } + + private native void SetPoint1_9(double id0[]); + public void SetPoint1(double id0[]) + { SetPoint1_9(id0); } + + private native double[] GetPoint1_10(); + public double[] GetPoint1() + { return GetPoint1_10(); } + + private native void GetPoint1_11(double id0[]); + public void GetPoint1(double id0[]) + { GetPoint1_11(id0); } + + private native void SetPoint2_12(double id0,double id1,double id2); + public void SetPoint2(double id0,double id1,double id2) + { SetPoint2_12(id0,id1,id2); } + + private native void SetPoint2_13(double id0[]); + public void SetPoint2(double id0[]) + { SetPoint2_13(id0); } + + private native double[] GetPoint2_14(); + public double[] GetPoint2() + { return GetPoint2_14(); } + + private native void GetPoint2_15(double id0[]); + public void GetPoint2(double id0[]) + { GetPoint2_15(id0); } + + private native void SetAlign_16(int id0); + public void SetAlign(int id0) + { SetAlign_16(id0); } + + private native int GetAlignMinValue_17(); + public int GetAlignMinValue() + { return GetAlignMinValue_17(); } + + private native int GetAlignMaxValue_18(); + public int GetAlignMaxValue() + { return GetAlignMaxValue_18(); } + + private native int GetAlign_19(); + public int GetAlign() + { return GetAlign_19(); } + + private native void SetAlignToXAxis_20(); + public void SetAlignToXAxis() + { SetAlignToXAxis_20(); } + + private native void SetAlignToYAxis_21(); + public void SetAlignToYAxis() + { SetAlignToYAxis_21(); } + + private native void SetAlignToZAxis_22(); + public void SetAlignToZAxis() + { SetAlignToZAxis_22(); } + + private native void SetAlignToNone_23(); + public void SetAlignToNone() + { SetAlignToNone_23(); } + + private native void SetClampToBounds_24(int id0); + public void SetClampToBounds(int id0) + { SetClampToBounds_24(id0); } + + private native int GetClampToBounds_25(); + public int GetClampToBounds() + { return GetClampToBounds_25(); } + + private native void ClampToBoundsOn_26(); + public void ClampToBoundsOn() + { ClampToBoundsOn_26(); } + + private native void ClampToBoundsOff_27(); + public void ClampToBoundsOff() + { ClampToBoundsOff_27(); } + + private native void GetPolyData_28(vtkPolyData id0); + public void GetPolyData(vtkPolyData id0) + { GetPolyData_28(id0); } + + private native long GetHandleProperty_29(); + public vtkProperty GetHandleProperty() { + long temp = GetHandleProperty_29(); + + if (temp == 0) return null; + return (vtkProperty)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native long GetSelectedHandleProperty_30(); + public vtkProperty GetSelectedHandleProperty() { + long temp = GetSelectedHandleProperty_30(); + + if (temp == 0) return null; + return (vtkProperty)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native long GetLineProperty_31(); + public vtkProperty GetLineProperty() { + long temp = GetLineProperty_31(); + + if (temp == 0) return null; + return (vtkProperty)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native long GetSelectedLineProperty_32(); + public vtkProperty GetSelectedLineProperty() { + long temp = GetSelectedLineProperty_32(); + + if (temp == 0) return null; + return (vtkProperty)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + public vtkLineWidget() { super(); } + + public vtkLineWidget(long id) { super(id); } + public native long VTKInit(); + +}