X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=vtk%2Fsrc%2Fvtk%2FvtkAxesTransformRepresentation.java;h=75fd83eb60bf2f5d65751ca53fe1054806973564;hb=b6cccb572f043f3247274c52b353577ba3f1dcb1;hp=4363afcff56cb8230596455dfed5fa5da37593a7;hpb=471c46e9a685e20de958d77166461aebc7a7b6ee;p=simantics%2F3d.git diff --git a/vtk/src/vtk/vtkAxesTransformRepresentation.java b/vtk/src/vtk/vtkAxesTransformRepresentation.java index 4363afcf..75fd83eb 100644 --- a/vtk/src/vtk/vtkAxesTransformRepresentation.java +++ b/vtk/src/vtk/vtkAxesTransformRepresentation.java @@ -1,135 +1,135 @@ -// java wrapper for vtkAxesTransformRepresentation object -// - -package vtk; -import vtk.*; - -public class vtkAxesTransformRepresentation 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 GetOriginRepresentation_2(); - public vtkHandleRepresentation GetOriginRepresentation() { - long temp = GetOriginRepresentation_2(); - - if (temp == 0) return null; - return (vtkHandleRepresentation)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native long GetSelectionRepresentation_3(); - public vtkHandleRepresentation GetSelectionRepresentation() { - long temp = GetSelectionRepresentation_3(); - - if (temp == 0) return null; - return (vtkHandleRepresentation)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native void GetOriginWorldPosition_4(double id0[]); - public void GetOriginWorldPosition(double id0[]) - { GetOriginWorldPosition_4(id0); } - - private native void SetOriginWorldPosition_5(double id0[]); - public void SetOriginWorldPosition(double id0[]) - { SetOriginWorldPosition_5(id0); } - - private native void SetOriginDisplayPosition_6(double id0[]); - public void SetOriginDisplayPosition(double id0[]) - { SetOriginDisplayPosition_6(id0); } - - private native void GetOriginDisplayPosition_7(double id0[]); - public void GetOriginDisplayPosition(double id0[]) - { GetOriginDisplayPosition_7(id0); } - - private native void SetTolerance_8(int id0); - public void SetTolerance(int id0) - { SetTolerance_8(id0); } - - private native int GetToleranceMinValue_9(); - public int GetToleranceMinValue() - { return GetToleranceMinValue_9(); } - - private native int GetToleranceMaxValue_10(); - public int GetToleranceMaxValue() - { return GetToleranceMaxValue_10(); } - - private native int GetTolerance_11(); - public int GetTolerance() - { return GetTolerance_11(); } - - private native void SetLabelFormat_12(String id0); - public void SetLabelFormat(String id0) - { SetLabelFormat_12(id0); } - - private native String GetLabelFormat_13(); - public String GetLabelFormat() - { return GetLabelFormat_13(); } - - private native void SetInteractionState_14(int id0); - public void SetInteractionState(int id0) - { SetInteractionState_14(id0); } - - private native int GetInteractionStateMinValue_15(); - public int GetInteractionStateMinValue() - { return GetInteractionStateMinValue_15(); } - - private native int GetInteractionStateMaxValue_16(); - public int GetInteractionStateMaxValue() - { return GetInteractionStateMaxValue_16(); } - - private native void BuildRepresentation_17(); - public void BuildRepresentation() - { BuildRepresentation_17(); } - - private native int ComputeInteractionState_18(int id0,int id1,int id2); - public int ComputeInteractionState(int id0,int id1,int id2) - { return ComputeInteractionState_18(id0,id1,id2); } - - private native void StartWidgetInteraction_19(double id0[]); - public void StartWidgetInteraction(double id0[]) - { StartWidgetInteraction_19(id0); } - - private native void WidgetInteraction_20(double id0[]); - public void WidgetInteraction(double id0[]) - { WidgetInteraction_20(id0); } - - private native void ReleaseGraphicsResources_21(vtkWindow id0); - public void ReleaseGraphicsResources(vtkWindow id0) - { ReleaseGraphicsResources_21(id0); } - - private native int RenderOpaqueGeometry_22(vtkViewport id0); - public int RenderOpaqueGeometry(vtkViewport id0) - { return RenderOpaqueGeometry_22(id0); } - - private native int RenderTranslucentPolygonalGeometry_23(vtkViewport id0); - public int RenderTranslucentPolygonalGeometry(vtkViewport id0) - { return RenderTranslucentPolygonalGeometry_23(id0); } - - private native void SetLabelScale_24(double id0,double id1,double id2); - public void SetLabelScale(double id0,double id1,double id2) - { SetLabelScale_24(id0,id1,id2); } - - private native void SetLabelScale_25(double id0[]); - public void SetLabelScale(double id0[]) - { SetLabelScale_25(id0); } - - private native long GetLabelProperty_26(); - public vtkProperty GetLabelProperty() { - long temp = GetLabelProperty_26(); - - if (temp == 0) return null; - return (vtkProperty)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - public vtkAxesTransformRepresentation() { super(); } - - public vtkAxesTransformRepresentation(long id) { super(id); } - public native long VTKInit(); - -} +// java wrapper for vtkAxesTransformRepresentation object +// + +package vtk; +import vtk.*; + +public class vtkAxesTransformRepresentation 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 GetOriginRepresentation_2(); + public vtkHandleRepresentation GetOriginRepresentation() { + long temp = GetOriginRepresentation_2(); + + if (temp == 0) return null; + return (vtkHandleRepresentation)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native long GetSelectionRepresentation_3(); + public vtkHandleRepresentation GetSelectionRepresentation() { + long temp = GetSelectionRepresentation_3(); + + if (temp == 0) return null; + return (vtkHandleRepresentation)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native void GetOriginWorldPosition_4(double id0[]); + public void GetOriginWorldPosition(double id0[]) + { GetOriginWorldPosition_4(id0); } + + private native void SetOriginWorldPosition_5(double id0[]); + public void SetOriginWorldPosition(double id0[]) + { SetOriginWorldPosition_5(id0); } + + private native void SetOriginDisplayPosition_6(double id0[]); + public void SetOriginDisplayPosition(double id0[]) + { SetOriginDisplayPosition_6(id0); } + + private native void GetOriginDisplayPosition_7(double id0[]); + public void GetOriginDisplayPosition(double id0[]) + { GetOriginDisplayPosition_7(id0); } + + private native void SetTolerance_8(int id0); + public void SetTolerance(int id0) + { SetTolerance_8(id0); } + + private native int GetToleranceMinValue_9(); + public int GetToleranceMinValue() + { return GetToleranceMinValue_9(); } + + private native int GetToleranceMaxValue_10(); + public int GetToleranceMaxValue() + { return GetToleranceMaxValue_10(); } + + private native int GetTolerance_11(); + public int GetTolerance() + { return GetTolerance_11(); } + + private native void SetLabelFormat_12(String id0); + public void SetLabelFormat(String id0) + { SetLabelFormat_12(id0); } + + private native String GetLabelFormat_13(); + public String GetLabelFormat() + { return GetLabelFormat_13(); } + + private native void SetInteractionState_14(int id0); + public void SetInteractionState(int id0) + { SetInteractionState_14(id0); } + + private native int GetInteractionStateMinValue_15(); + public int GetInteractionStateMinValue() + { return GetInteractionStateMinValue_15(); } + + private native int GetInteractionStateMaxValue_16(); + public int GetInteractionStateMaxValue() + { return GetInteractionStateMaxValue_16(); } + + private native void BuildRepresentation_17(); + public void BuildRepresentation() + { BuildRepresentation_17(); } + + private native int ComputeInteractionState_18(int id0,int id1,int id2); + public int ComputeInteractionState(int id0,int id1,int id2) + { return ComputeInteractionState_18(id0,id1,id2); } + + private native void StartWidgetInteraction_19(double id0[]); + public void StartWidgetInteraction(double id0[]) + { StartWidgetInteraction_19(id0); } + + private native void WidgetInteraction_20(double id0[]); + public void WidgetInteraction(double id0[]) + { WidgetInteraction_20(id0); } + + private native void ReleaseGraphicsResources_21(vtkWindow id0); + public void ReleaseGraphicsResources(vtkWindow id0) + { ReleaseGraphicsResources_21(id0); } + + private native int RenderOpaqueGeometry_22(vtkViewport id0); + public int RenderOpaqueGeometry(vtkViewport id0) + { return RenderOpaqueGeometry_22(id0); } + + private native int RenderTranslucentPolygonalGeometry_23(vtkViewport id0); + public int RenderTranslucentPolygonalGeometry(vtkViewport id0) + { return RenderTranslucentPolygonalGeometry_23(id0); } + + private native void SetLabelScale_24(double id0,double id1,double id2); + public void SetLabelScale(double id0,double id1,double id2) + { SetLabelScale_24(id0,id1,id2); } + + private native void SetLabelScale_25(double id0[]); + public void SetLabelScale(double id0[]) + { SetLabelScale_25(id0); } + + private native long GetLabelProperty_26(); + public vtkProperty GetLabelProperty() { + long temp = GetLabelProperty_26(); + + if (temp == 0) return null; + return (vtkProperty)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + public vtkAxesTransformRepresentation() { super(); } + + public vtkAxesTransformRepresentation(long id) { super(id); } + public native long VTKInit(); + +}