X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=vtk%2Fsrc%2Fvtk%2FvtkBiDimensionalRepresentation.java;h=a02147ec8ffb68178ddc1e27671a86b0244ca373;hb=3523a218827de60e1aa4ce7be126342418ddb054;hp=15f8619c63c64459e310b16dea29989849c8e27e;hpb=471c46e9a685e20de958d77166461aebc7a7b6ee;p=simantics%2F3d.git diff --git a/vtk/src/vtk/vtkBiDimensionalRepresentation.java b/vtk/src/vtk/vtkBiDimensionalRepresentation.java index 15f8619c..a02147ec 100644 --- a/vtk/src/vtk/vtkBiDimensionalRepresentation.java +++ b/vtk/src/vtk/vtkBiDimensionalRepresentation.java @@ -1,242 +1,242 @@ -// java wrapper for vtkBiDimensionalRepresentation object -// - -package vtk; -import vtk.*; - -public class vtkBiDimensionalRepresentation extends vtkWidgetRepresentation -{ - - 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 SetPoint1WorldPosition_2(double id0[]); - public void SetPoint1WorldPosition(double id0[]) - { SetPoint1WorldPosition_2(id0); } - - private native void SetPoint2WorldPosition_3(double id0[]); - public void SetPoint2WorldPosition(double id0[]) - { SetPoint2WorldPosition_3(id0); } - - private native void SetPoint3WorldPosition_4(double id0[]); - public void SetPoint3WorldPosition(double id0[]) - { SetPoint3WorldPosition_4(id0); } - - private native void SetPoint4WorldPosition_5(double id0[]); - public void SetPoint4WorldPosition(double id0[]) - { SetPoint4WorldPosition_5(id0); } - - private native void GetPoint1WorldPosition_6(double id0[]); - public void GetPoint1WorldPosition(double id0[]) - { GetPoint1WorldPosition_6(id0); } - - private native void GetPoint2WorldPosition_7(double id0[]); - public void GetPoint2WorldPosition(double id0[]) - { GetPoint2WorldPosition_7(id0); } - - private native void GetPoint3WorldPosition_8(double id0[]); - public void GetPoint3WorldPosition(double id0[]) - { GetPoint3WorldPosition_8(id0); } - - private native void GetPoint4WorldPosition_9(double id0[]); - public void GetPoint4WorldPosition(double id0[]) - { GetPoint4WorldPosition_9(id0); } - - private native void SetPoint1DisplayPosition_10(double id0[]); - public void SetPoint1DisplayPosition(double id0[]) - { SetPoint1DisplayPosition_10(id0); } - - private native void SetPoint2DisplayPosition_11(double id0[]); - public void SetPoint2DisplayPosition(double id0[]) - { SetPoint2DisplayPosition_11(id0); } - - private native void SetPoint3DisplayPosition_12(double id0[]); - public void SetPoint3DisplayPosition(double id0[]) - { SetPoint3DisplayPosition_12(id0); } - - private native void SetPoint4DisplayPosition_13(double id0[]); - public void SetPoint4DisplayPosition(double id0[]) - { SetPoint4DisplayPosition_13(id0); } - - private native void GetPoint1DisplayPosition_14(double id0[]); - public void GetPoint1DisplayPosition(double id0[]) - { GetPoint1DisplayPosition_14(id0); } - - private native void GetPoint2DisplayPosition_15(double id0[]); - public void GetPoint2DisplayPosition(double id0[]) - { GetPoint2DisplayPosition_15(id0); } - - private native void GetPoint3DisplayPosition_16(double id0[]); - public void GetPoint3DisplayPosition(double id0[]) - { GetPoint3DisplayPosition_16(id0); } - - private native void GetPoint4DisplayPosition_17(double id0[]); - public void GetPoint4DisplayPosition(double id0[]) - { GetPoint4DisplayPosition_17(id0); } - - private native long GetPoint1Representation_18(); - public vtkHandleRepresentation GetPoint1Representation() { - long temp = GetPoint1Representation_18(); - - if (temp == 0) return null; - return (vtkHandleRepresentation)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native long GetPoint2Representation_19(); - public vtkHandleRepresentation GetPoint2Representation() { - long temp = GetPoint2Representation_19(); - - if (temp == 0) return null; - return (vtkHandleRepresentation)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native long GetPoint3Representation_20(); - public vtkHandleRepresentation GetPoint3Representation() { - long temp = GetPoint3Representation_20(); - - if (temp == 0) return null; - return (vtkHandleRepresentation)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native long GetPoint4Representation_21(); - public vtkHandleRepresentation GetPoint4Representation() { - long temp = GetPoint4Representation_21(); - - if (temp == 0) return null; - return (vtkHandleRepresentation)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native void SetLine1Visibility_22(int id0); - public void SetLine1Visibility(int id0) - { SetLine1Visibility_22(id0); } - - private native int GetLine1Visibility_23(); - public int GetLine1Visibility() - { return GetLine1Visibility_23(); } - - private native void Line1VisibilityOn_24(); - public void Line1VisibilityOn() - { Line1VisibilityOn_24(); } - - private native void Line1VisibilityOff_25(); - public void Line1VisibilityOff() - { Line1VisibilityOff_25(); } - - private native void SetLine2Visibility_26(int id0); - public void SetLine2Visibility(int id0) - { SetLine2Visibility_26(id0); } - - private native int GetLine2Visibility_27(); - public int GetLine2Visibility() - { return GetLine2Visibility_27(); } - - private native void Line2VisibilityOn_28(); - public void Line2VisibilityOn() - { Line2VisibilityOn_28(); } - - private native void Line2VisibilityOff_29(); - public void Line2VisibilityOff() - { Line2VisibilityOff_29(); } - - private native void SetHandleRepresentation_30(vtkHandleRepresentation id0); - public void SetHandleRepresentation(vtkHandleRepresentation id0) - { SetHandleRepresentation_30(id0); } - - private native void InstantiateHandleRepresentation_31(); - public void InstantiateHandleRepresentation() - { InstantiateHandleRepresentation_31(); } - - private native void SetTolerance_32(int id0); - public void SetTolerance(int id0) - { SetTolerance_32(id0); } - - private native int GetToleranceMinValue_33(); - public int GetToleranceMinValue() - { return GetToleranceMinValue_33(); } - - private native int GetToleranceMaxValue_34(); - public int GetToleranceMaxValue() - { return GetToleranceMaxValue_34(); } - - private native int GetTolerance_35(); - public int GetTolerance() - { return GetTolerance_35(); } - - private native double GetLength1_36(); - public double GetLength1() - { return GetLength1_36(); } - - private native double GetLength2_37(); - public double GetLength2() - { return GetLength2_37(); } - - private native void SetLabelFormat_38(String id0); - public void SetLabelFormat(String id0) - { SetLabelFormat_38(id0); } - - private native String GetLabelFormat_39(); - public String GetLabelFormat() - { return GetLabelFormat_39(); } - - private native void SetShowLabelAboveWidget_40(int id0); - public void SetShowLabelAboveWidget(int id0) - { SetShowLabelAboveWidget_40(id0); } - - private native int GetShowLabelAboveWidget_41(); - public int GetShowLabelAboveWidget() - { return GetShowLabelAboveWidget_41(); } - - private native void ShowLabelAboveWidgetOn_42(); - public void ShowLabelAboveWidgetOn() - { ShowLabelAboveWidgetOn_42(); } - - private native void ShowLabelAboveWidgetOff_43(); - public void ShowLabelAboveWidgetOff() - { ShowLabelAboveWidgetOff_43(); } - - private native void SetID_44(int id0); - public void SetID(int id0) - { SetID_44(id0); } - - private native int GetID_45(); - public int GetID() - { return GetID_45(); } - - private native String GetLabelText_46(); - public String GetLabelText() - { return GetLabelText_46(); } - - private native void GetLabelPosition_47(double id0[]); - public void GetLabelPosition(double id0[]) - { GetLabelPosition_47(id0); } - - private native void GetWorldLabelPosition_48(double id0[]); - public void GetWorldLabelPosition(double id0[]) - { GetWorldLabelPosition_48(id0); } - - private native void StartWidgetDefinition_49(double id0[]); - public void StartWidgetDefinition(double id0[]) - { StartWidgetDefinition_49(id0); } - - private native void Point2WidgetInteraction_50(double id0[]); - public void Point2WidgetInteraction(double id0[]) - { Point2WidgetInteraction_50(id0); } - - private native void Point3WidgetInteraction_51(double id0[]); - public void Point3WidgetInteraction(double id0[]) - { Point3WidgetInteraction_51(id0); } - - private native void StartWidgetManipulation_52(double id0[]); - public void StartWidgetManipulation(double id0[]) - { StartWidgetManipulation_52(id0); } - - public vtkBiDimensionalRepresentation() { super(); } - - public vtkBiDimensionalRepresentation(long id) { super(id); } - -} +// java wrapper for vtkBiDimensionalRepresentation object +// + +package vtk; +import vtk.*; + +public class vtkBiDimensionalRepresentation extends vtkWidgetRepresentation +{ + + 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 SetPoint1WorldPosition_2(double id0[]); + public void SetPoint1WorldPosition(double id0[]) + { SetPoint1WorldPosition_2(id0); } + + private native void SetPoint2WorldPosition_3(double id0[]); + public void SetPoint2WorldPosition(double id0[]) + { SetPoint2WorldPosition_3(id0); } + + private native void SetPoint3WorldPosition_4(double id0[]); + public void SetPoint3WorldPosition(double id0[]) + { SetPoint3WorldPosition_4(id0); } + + private native void SetPoint4WorldPosition_5(double id0[]); + public void SetPoint4WorldPosition(double id0[]) + { SetPoint4WorldPosition_5(id0); } + + private native void GetPoint1WorldPosition_6(double id0[]); + public void GetPoint1WorldPosition(double id0[]) + { GetPoint1WorldPosition_6(id0); } + + private native void GetPoint2WorldPosition_7(double id0[]); + public void GetPoint2WorldPosition(double id0[]) + { GetPoint2WorldPosition_7(id0); } + + private native void GetPoint3WorldPosition_8(double id0[]); + public void GetPoint3WorldPosition(double id0[]) + { GetPoint3WorldPosition_8(id0); } + + private native void GetPoint4WorldPosition_9(double id0[]); + public void GetPoint4WorldPosition(double id0[]) + { GetPoint4WorldPosition_9(id0); } + + private native void SetPoint1DisplayPosition_10(double id0[]); + public void SetPoint1DisplayPosition(double id0[]) + { SetPoint1DisplayPosition_10(id0); } + + private native void SetPoint2DisplayPosition_11(double id0[]); + public void SetPoint2DisplayPosition(double id0[]) + { SetPoint2DisplayPosition_11(id0); } + + private native void SetPoint3DisplayPosition_12(double id0[]); + public void SetPoint3DisplayPosition(double id0[]) + { SetPoint3DisplayPosition_12(id0); } + + private native void SetPoint4DisplayPosition_13(double id0[]); + public void SetPoint4DisplayPosition(double id0[]) + { SetPoint4DisplayPosition_13(id0); } + + private native void GetPoint1DisplayPosition_14(double id0[]); + public void GetPoint1DisplayPosition(double id0[]) + { GetPoint1DisplayPosition_14(id0); } + + private native void GetPoint2DisplayPosition_15(double id0[]); + public void GetPoint2DisplayPosition(double id0[]) + { GetPoint2DisplayPosition_15(id0); } + + private native void GetPoint3DisplayPosition_16(double id0[]); + public void GetPoint3DisplayPosition(double id0[]) + { GetPoint3DisplayPosition_16(id0); } + + private native void GetPoint4DisplayPosition_17(double id0[]); + public void GetPoint4DisplayPosition(double id0[]) + { GetPoint4DisplayPosition_17(id0); } + + private native long GetPoint1Representation_18(); + public vtkHandleRepresentation GetPoint1Representation() { + long temp = GetPoint1Representation_18(); + + if (temp == 0) return null; + return (vtkHandleRepresentation)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native long GetPoint2Representation_19(); + public vtkHandleRepresentation GetPoint2Representation() { + long temp = GetPoint2Representation_19(); + + if (temp == 0) return null; + return (vtkHandleRepresentation)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native long GetPoint3Representation_20(); + public vtkHandleRepresentation GetPoint3Representation() { + long temp = GetPoint3Representation_20(); + + if (temp == 0) return null; + return (vtkHandleRepresentation)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native long GetPoint4Representation_21(); + public vtkHandleRepresentation GetPoint4Representation() { + long temp = GetPoint4Representation_21(); + + if (temp == 0) return null; + return (vtkHandleRepresentation)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native void SetLine1Visibility_22(int id0); + public void SetLine1Visibility(int id0) + { SetLine1Visibility_22(id0); } + + private native int GetLine1Visibility_23(); + public int GetLine1Visibility() + { return GetLine1Visibility_23(); } + + private native void Line1VisibilityOn_24(); + public void Line1VisibilityOn() + { Line1VisibilityOn_24(); } + + private native void Line1VisibilityOff_25(); + public void Line1VisibilityOff() + { Line1VisibilityOff_25(); } + + private native void SetLine2Visibility_26(int id0); + public void SetLine2Visibility(int id0) + { SetLine2Visibility_26(id0); } + + private native int GetLine2Visibility_27(); + public int GetLine2Visibility() + { return GetLine2Visibility_27(); } + + private native void Line2VisibilityOn_28(); + public void Line2VisibilityOn() + { Line2VisibilityOn_28(); } + + private native void Line2VisibilityOff_29(); + public void Line2VisibilityOff() + { Line2VisibilityOff_29(); } + + private native void SetHandleRepresentation_30(vtkHandleRepresentation id0); + public void SetHandleRepresentation(vtkHandleRepresentation id0) + { SetHandleRepresentation_30(id0); } + + private native void InstantiateHandleRepresentation_31(); + public void InstantiateHandleRepresentation() + { InstantiateHandleRepresentation_31(); } + + private native void SetTolerance_32(int id0); + public void SetTolerance(int id0) + { SetTolerance_32(id0); } + + private native int GetToleranceMinValue_33(); + public int GetToleranceMinValue() + { return GetToleranceMinValue_33(); } + + private native int GetToleranceMaxValue_34(); + public int GetToleranceMaxValue() + { return GetToleranceMaxValue_34(); } + + private native int GetTolerance_35(); + public int GetTolerance() + { return GetTolerance_35(); } + + private native double GetLength1_36(); + public double GetLength1() + { return GetLength1_36(); } + + private native double GetLength2_37(); + public double GetLength2() + { return GetLength2_37(); } + + private native void SetLabelFormat_38(String id0); + public void SetLabelFormat(String id0) + { SetLabelFormat_38(id0); } + + private native String GetLabelFormat_39(); + public String GetLabelFormat() + { return GetLabelFormat_39(); } + + private native void SetShowLabelAboveWidget_40(int id0); + public void SetShowLabelAboveWidget(int id0) + { SetShowLabelAboveWidget_40(id0); } + + private native int GetShowLabelAboveWidget_41(); + public int GetShowLabelAboveWidget() + { return GetShowLabelAboveWidget_41(); } + + private native void ShowLabelAboveWidgetOn_42(); + public void ShowLabelAboveWidgetOn() + { ShowLabelAboveWidgetOn_42(); } + + private native void ShowLabelAboveWidgetOff_43(); + public void ShowLabelAboveWidgetOff() + { ShowLabelAboveWidgetOff_43(); } + + private native void SetID_44(int id0); + public void SetID(int id0) + { SetID_44(id0); } + + private native int GetID_45(); + public int GetID() + { return GetID_45(); } + + private native String GetLabelText_46(); + public String GetLabelText() + { return GetLabelText_46(); } + + private native void GetLabelPosition_47(double id0[]); + public void GetLabelPosition(double id0[]) + { GetLabelPosition_47(id0); } + + private native void GetWorldLabelPosition_48(double id0[]); + public void GetWorldLabelPosition(double id0[]) + { GetWorldLabelPosition_48(id0); } + + private native void StartWidgetDefinition_49(double id0[]); + public void StartWidgetDefinition(double id0[]) + { StartWidgetDefinition_49(id0); } + + private native void Point2WidgetInteraction_50(double id0[]); + public void Point2WidgetInteraction(double id0[]) + { Point2WidgetInteraction_50(id0); } + + private native void Point3WidgetInteraction_51(double id0[]); + public void Point3WidgetInteraction(double id0[]) + { Point3WidgetInteraction_51(id0); } + + private native void StartWidgetManipulation_52(double id0[]); + public void StartWidgetManipulation(double id0[]) + { StartWidgetManipulation_52(id0); } + + public vtkBiDimensionalRepresentation() { super(); } + + public vtkBiDimensionalRepresentation(long id) { super(id); } + +}