X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=vtk%2Fsrc%2Fvtk%2FvtkBorderRepresentation.java;h=93708ff6324803b6bd8342281fbd0cee692d2833;hb=3523a218827de60e1aa4ce7be126342418ddb054;hp=2387a0f7971f4acc03fd2d53d71e2e0d676d202e;hpb=471c46e9a685e20de958d77166461aebc7a7b6ee;p=simantics%2F3d.git diff --git a/vtk/src/vtk/vtkBorderRepresentation.java b/vtk/src/vtk/vtkBorderRepresentation.java index 2387a0f7..93708ff6 100644 --- a/vtk/src/vtk/vtkBorderRepresentation.java +++ b/vtk/src/vtk/vtkBorderRepresentation.java @@ -1,219 +1,255 @@ -// java wrapper for vtkBorderRepresentation object -// - -package vtk; -import vtk.*; - -public class vtkBorderRepresentation 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 long GetPositionCoordinate_2(); - public vtkCoordinate GetPositionCoordinate() { - long temp = GetPositionCoordinate_2(); - - if (temp == 0) return null; - return (vtkCoordinate)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native void SetPosition_3(double id0,double id1); - public void SetPosition(double id0,double id1) - { SetPosition_3(id0,id1); } - - private native void SetPosition_4(double id0[]); - public void SetPosition(double id0[]) - { SetPosition_4(id0); } - - private native double[] GetPosition_5(); - public double[] GetPosition() - { return GetPosition_5(); } - - private native long GetPosition2Coordinate_6(); - public vtkCoordinate GetPosition2Coordinate() { - long temp = GetPosition2Coordinate_6(); - - if (temp == 0) return null; - return (vtkCoordinate)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native void SetPosition2_7(double id0,double id1); - public void SetPosition2(double id0,double id1) - { SetPosition2_7(id0,id1); } - - private native void SetPosition2_8(double id0[]); - public void SetPosition2(double id0[]) - { SetPosition2_8(id0); } - - private native double[] GetPosition2_9(); - public double[] GetPosition2() - { return GetPosition2_9(); } - - private native void SetShowBorder_10(int id0); - public void SetShowBorder(int id0) - { SetShowBorder_10(id0); } - - private native int GetShowBorderMinValue_11(); - public int GetShowBorderMinValue() - { return GetShowBorderMinValue_11(); } - - private native int GetShowBorderMaxValue_12(); - public int GetShowBorderMaxValue() - { return GetShowBorderMaxValue_12(); } - - private native int GetShowBorder_13(); - public int GetShowBorder() - { return GetShowBorder_13(); } - - private native void SetShowBorderToOff_14(); - public void SetShowBorderToOff() - { SetShowBorderToOff_14(); } - - private native void SetShowBorderToOn_15(); - public void SetShowBorderToOn() - { SetShowBorderToOn_15(); } - - private native void SetShowBorderToActive_16(); - public void SetShowBorderToActive() - { SetShowBorderToActive_16(); } - - private native long GetBorderProperty_17(); - public vtkProperty2D GetBorderProperty() { - long temp = GetBorderProperty_17(); - - if (temp == 0) return null; - return (vtkProperty2D)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native void SetProportionalResize_18(int id0); - public void SetProportionalResize(int id0) - { SetProportionalResize_18(id0); } - - private native int GetProportionalResize_19(); - public int GetProportionalResize() - { return GetProportionalResize_19(); } - - private native void ProportionalResizeOn_20(); - public void ProportionalResizeOn() - { ProportionalResizeOn_20(); } - - private native void ProportionalResizeOff_21(); - public void ProportionalResizeOff() - { ProportionalResizeOff_21(); } - - private native void SetMinimumSize_22(int id0,int id1); - public void SetMinimumSize(int id0,int id1) - { SetMinimumSize_22(id0,id1); } - - private native void SetMinimumSize_23(int id0[]); - public void SetMinimumSize(int id0[]) - { SetMinimumSize_23(id0); } - - private native int[] GetMinimumSize_24(); - public int[] GetMinimumSize() - { return GetMinimumSize_24(); } - - private native void SetMaximumSize_25(int id0,int id1); - public void SetMaximumSize(int id0,int id1) - { SetMaximumSize_25(id0,id1); } - - private native void SetMaximumSize_26(int id0[]); - public void SetMaximumSize(int id0[]) - { SetMaximumSize_26(id0); } - - private native int[] GetMaximumSize_27(); - public int[] GetMaximumSize() - { return GetMaximumSize_27(); } - - private native void SetTolerance_28(int id0); - public void SetTolerance(int id0) - { SetTolerance_28(id0); } - - private native int GetToleranceMinValue_29(); - public int GetToleranceMinValue() - { return GetToleranceMinValue_29(); } - - private native int GetToleranceMaxValue_30(); - public int GetToleranceMaxValue() - { return GetToleranceMaxValue_30(); } - - private native int GetTolerance_31(); - public int GetTolerance() - { return GetTolerance_31(); } - - private native double[] GetSelectionPoint_32(); - public double[] GetSelectionPoint() - { return GetSelectionPoint_32(); } - - private native void SetMoving_33(int id0); - public void SetMoving(int id0) - { SetMoving_33(id0); } - - private native int GetMoving_34(); - public int GetMoving() - { return GetMoving_34(); } - - private native void MovingOn_35(); - public void MovingOn() - { MovingOn_35(); } - - private native void MovingOff_36(); - public void MovingOff() - { MovingOff_36(); } - - private native void BuildRepresentation_37(); - public void BuildRepresentation() - { BuildRepresentation_37(); } - - private native void StartWidgetInteraction_38(double id0[]); - public void StartWidgetInteraction(double id0[]) - { StartWidgetInteraction_38(id0); } - - private native void WidgetInteraction_39(double id0[]); - public void WidgetInteraction(double id0[]) - { WidgetInteraction_39(id0); } - - private native void GetSize_40(double id0[]); - public void GetSize(double id0[]) - { GetSize_40(id0); } - - private native int ComputeInteractionState_41(int id0,int id1,int id2); - public int ComputeInteractionState(int id0,int id1,int id2) - { return ComputeInteractionState_41(id0,id1,id2); } - - private native void GetActors2D_42(vtkPropCollection id0); - public void GetActors2D(vtkPropCollection id0) - { GetActors2D_42(id0); } - - private native void ReleaseGraphicsResources_43(vtkWindow id0); - public void ReleaseGraphicsResources(vtkWindow id0) - { ReleaseGraphicsResources_43(id0); } - - private native int RenderOverlay_44(vtkViewport id0); - public int RenderOverlay(vtkViewport id0) - { return RenderOverlay_44(id0); } - - private native int RenderOpaqueGeometry_45(vtkViewport id0); - public int RenderOpaqueGeometry(vtkViewport id0) - { return RenderOpaqueGeometry_45(id0); } - - private native int RenderTranslucentPolygonalGeometry_46(vtkViewport id0); - public int RenderTranslucentPolygonalGeometry(vtkViewport id0) - { return RenderTranslucentPolygonalGeometry_46(id0); } - - private native int HasTranslucentPolygonalGeometry_47(); - public int HasTranslucentPolygonalGeometry() - { return HasTranslucentPolygonalGeometry_47(); } - - public vtkBorderRepresentation() { super(); } - - public vtkBorderRepresentation(long id) { super(id); } - public native long VTKInit(); - -} +// java wrapper for vtkBorderRepresentation object +// + +package vtk; +import vtk.*; + +public class vtkBorderRepresentation 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 long GetPositionCoordinate_2(); + public vtkCoordinate GetPositionCoordinate() { + long temp = GetPositionCoordinate_2(); + + if (temp == 0) return null; + return (vtkCoordinate)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native void SetPosition_3(double id0,double id1); + public void SetPosition(double id0,double id1) + { SetPosition_3(id0,id1); } + + private native void SetPosition_4(double id0[]); + public void SetPosition(double id0[]) + { SetPosition_4(id0); } + + private native double[] GetPosition_5(); + public double[] GetPosition() + { return GetPosition_5(); } + + private native long GetPosition2Coordinate_6(); + public vtkCoordinate GetPosition2Coordinate() { + long temp = GetPosition2Coordinate_6(); + + if (temp == 0) return null; + return (vtkCoordinate)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native void SetPosition2_7(double id0,double id1); + public void SetPosition2(double id0,double id1) + { SetPosition2_7(id0,id1); } + + private native void SetPosition2_8(double id0[]); + public void SetPosition2(double id0[]) + { SetPosition2_8(id0); } + + private native double[] GetPosition2_9(); + public double[] GetPosition2() + { return GetPosition2_9(); } + + private native void SetShowBorder_10(int id0); + public void SetShowBorder(int id0) + { SetShowBorder_10(id0); } + + private native int GetShowBorderMinValue_11(); + public int GetShowBorderMinValue() + { return GetShowBorderMinValue_11(); } + + private native int GetShowBorderMaxValue_12(); + public int GetShowBorderMaxValue() + { return GetShowBorderMaxValue_12(); } + + private native int GetShowBorder_13(); + public int GetShowBorder() + { return GetShowBorder_13(); } + + private native void SetShowBorderToOff_14(); + public void SetShowBorderToOff() + { SetShowBorderToOff_14(); } + + private native void SetShowBorderToOn_15(); + public void SetShowBorderToOn() + { SetShowBorderToOn_15(); } + + private native void SetShowBorderToActive_16(); + public void SetShowBorderToActive() + { SetShowBorderToActive_16(); } + + private native void SetShowVerticalBorder_17(int id0); + public void SetShowVerticalBorder(int id0) + { SetShowVerticalBorder_17(id0); } + + private native int GetShowVerticalBorderMinValue_18(); + public int GetShowVerticalBorderMinValue() + { return GetShowVerticalBorderMinValue_18(); } + + private native int GetShowVerticalBorderMaxValue_19(); + public int GetShowVerticalBorderMaxValue() + { return GetShowVerticalBorderMaxValue_19(); } + + private native int GetShowVerticalBorder_20(); + public int GetShowVerticalBorder() + { return GetShowVerticalBorder_20(); } + + private native void SetShowHorizontalBorder_21(int id0); + public void SetShowHorizontalBorder(int id0) + { SetShowHorizontalBorder_21(id0); } + + private native int GetShowHorizontalBorderMinValue_22(); + public int GetShowHorizontalBorderMinValue() + { return GetShowHorizontalBorderMinValue_22(); } + + private native int GetShowHorizontalBorderMaxValue_23(); + public int GetShowHorizontalBorderMaxValue() + { return GetShowHorizontalBorderMaxValue_23(); } + + private native int GetShowHorizontalBorder_24(); + public int GetShowHorizontalBorder() + { return GetShowHorizontalBorder_24(); } + + private native long GetBorderProperty_25(); + public vtkProperty2D GetBorderProperty() { + long temp = GetBorderProperty_25(); + + if (temp == 0) return null; + return (vtkProperty2D)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native void SetProportionalResize_26(int id0); + public void SetProportionalResize(int id0) + { SetProportionalResize_26(id0); } + + private native int GetProportionalResize_27(); + public int GetProportionalResize() + { return GetProportionalResize_27(); } + + private native void ProportionalResizeOn_28(); + public void ProportionalResizeOn() + { ProportionalResizeOn_28(); } + + private native void ProportionalResizeOff_29(); + public void ProportionalResizeOff() + { ProportionalResizeOff_29(); } + + private native void SetMinimumSize_30(int id0,int id1); + public void SetMinimumSize(int id0,int id1) + { SetMinimumSize_30(id0,id1); } + + private native void SetMinimumSize_31(int id0[]); + public void SetMinimumSize(int id0[]) + { SetMinimumSize_31(id0); } + + private native int[] GetMinimumSize_32(); + public int[] GetMinimumSize() + { return GetMinimumSize_32(); } + + private native void SetMaximumSize_33(int id0,int id1); + public void SetMaximumSize(int id0,int id1) + { SetMaximumSize_33(id0,id1); } + + private native void SetMaximumSize_34(int id0[]); + public void SetMaximumSize(int id0[]) + { SetMaximumSize_34(id0); } + + private native int[] GetMaximumSize_35(); + public int[] GetMaximumSize() + { return GetMaximumSize_35(); } + + private native void SetTolerance_36(int id0); + public void SetTolerance(int id0) + { SetTolerance_36(id0); } + + private native int GetToleranceMinValue_37(); + public int GetToleranceMinValue() + { return GetToleranceMinValue_37(); } + + private native int GetToleranceMaxValue_38(); + public int GetToleranceMaxValue() + { return GetToleranceMaxValue_38(); } + + private native int GetTolerance_39(); + public int GetTolerance() + { return GetTolerance_39(); } + + private native double[] GetSelectionPoint_40(); + public double[] GetSelectionPoint() + { return GetSelectionPoint_40(); } + + private native void SetMoving_41(int id0); + public void SetMoving(int id0) + { SetMoving_41(id0); } + + private native int GetMoving_42(); + public int GetMoving() + { return GetMoving_42(); } + + private native void MovingOn_43(); + public void MovingOn() + { MovingOn_43(); } + + private native void MovingOff_44(); + public void MovingOff() + { MovingOff_44(); } + + private native int GetMTime_45(); + public int GetMTime() + { return GetMTime_45(); } + + private native void BuildRepresentation_46(); + public void BuildRepresentation() + { BuildRepresentation_46(); } + + private native void StartWidgetInteraction_47(double id0[]); + public void StartWidgetInteraction(double id0[]) + { StartWidgetInteraction_47(id0); } + + private native void WidgetInteraction_48(double id0[]); + public void WidgetInteraction(double id0[]) + { WidgetInteraction_48(id0); } + + private native void GetSize_49(double id0[]); + public void GetSize(double id0[]) + { GetSize_49(id0); } + + private native int ComputeInteractionState_50(int id0,int id1,int id2); + public int ComputeInteractionState(int id0,int id1,int id2) + { return ComputeInteractionState_50(id0,id1,id2); } + + private native void GetActors2D_51(vtkPropCollection id0); + public void GetActors2D(vtkPropCollection id0) + { GetActors2D_51(id0); } + + private native void ReleaseGraphicsResources_52(vtkWindow id0); + public void ReleaseGraphicsResources(vtkWindow id0) + { ReleaseGraphicsResources_52(id0); } + + private native int RenderOverlay_53(vtkViewport id0); + public int RenderOverlay(vtkViewport id0) + { return RenderOverlay_53(id0); } + + private native int RenderOpaqueGeometry_54(vtkViewport id0); + public int RenderOpaqueGeometry(vtkViewport id0) + { return RenderOpaqueGeometry_54(id0); } + + private native int RenderTranslucentPolygonalGeometry_55(vtkViewport id0); + public int RenderTranslucentPolygonalGeometry(vtkViewport id0) + { return RenderTranslucentPolygonalGeometry_55(id0); } + + private native int HasTranslucentPolygonalGeometry_56(); + public int HasTranslucentPolygonalGeometry() + { return HasTranslucentPolygonalGeometry_56(); } + + public vtkBorderRepresentation() { super(); } + + public vtkBorderRepresentation(long id) { super(id); } + public native long VTKInit(); + +}