X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=vtk%2Fsrc%2Fvtk%2FvtkOrientationMarkerWidget.java;h=7d42f45d9384308ebc132322f50999deb39c21c3;hb=efb52587babd1b858c8e77fedc44a5b4ef0c1088;hp=ab981eef6fb7c539b1471f7c322a91b763c6540a;hpb=471c46e9a685e20de958d77166461aebc7a7b6ee;p=simantics%2F3d.git diff --git a/vtk/src/vtk/vtkOrientationMarkerWidget.java b/vtk/src/vtk/vtkOrientationMarkerWidget.java index ab981eef..7d42f45d 100644 --- a/vtk/src/vtk/vtkOrientationMarkerWidget.java +++ b/vtk/src/vtk/vtkOrientationMarkerWidget.java @@ -1,79 +1,91 @@ -// java wrapper for vtkOrientationMarkerWidget object -// - -package vtk; -import vtk.*; - -public class vtkOrientationMarkerWidget extends vtkInteractorObserver -{ - - 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 SetOrientationMarker_2(vtkProp id0); - public void SetOrientationMarker(vtkProp id0) - { SetOrientationMarker_2(id0); } - - private native long GetOrientationMarker_3(); - public vtkProp GetOrientationMarker() { - long temp = GetOrientationMarker_3(); - - if (temp == 0) return null; - return (vtkProp)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native void SetEnabled_4(int id0); - public void SetEnabled(int id0) - { SetEnabled_4(id0); } - - private native void SetInteractive_5(int id0); - public void SetInteractive(int id0) - { SetInteractive_5(id0); } - - private native int GetInteractive_6(); - public int GetInteractive() - { return GetInteractive_6(); } - - private native void InteractiveOn_7(); - public void InteractiveOn() - { InteractiveOn_7(); } - - private native void InteractiveOff_8(); - public void InteractiveOff() - { InteractiveOff_8(); } - - private native void SetOutlineColor_9(double id0,double id1,double id2); - public void SetOutlineColor(double id0,double id1,double id2) - { SetOutlineColor_9(id0,id1,id2); } - - private native void SetViewport_10(double id0,double id1,double id2,double id3); - public void SetViewport(double id0,double id1,double id2,double id3) - { SetViewport_10(id0,id1,id2,id3); } - - private native void SetTolerance_11(int id0); - public void SetTolerance(int id0) - { SetTolerance_11(id0); } - - private native int GetToleranceMinValue_12(); - public int GetToleranceMinValue() - { return GetToleranceMinValue_12(); } - - private native int GetToleranceMaxValue_13(); - public int GetToleranceMaxValue() - { return GetToleranceMaxValue_13(); } - - private native int GetTolerance_14(); - public int GetTolerance() - { return GetTolerance_14(); } - - public vtkOrientationMarkerWidget() { super(); } - - public vtkOrientationMarkerWidget(long id) { super(id); } - public native long VTKInit(); - -} +// java wrapper for vtkOrientationMarkerWidget object +// + +package vtk; +import vtk.*; + +public class vtkOrientationMarkerWidget extends vtkInteractorObserver +{ + + 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 SetOrientationMarker_2(vtkProp id0); + public void SetOrientationMarker(vtkProp id0) + { SetOrientationMarker_2(id0); } + + private native long GetOrientationMarker_3(); + public vtkProp GetOrientationMarker() { + long temp = GetOrientationMarker_3(); + + if (temp == 0) return null; + return (vtkProp)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native void SetEnabled_4(int id0); + public void SetEnabled(int id0) + { SetEnabled_4(id0); } + + private native void SetInteractive_5(int id0); + public void SetInteractive(int id0) + { SetInteractive_5(id0); } + + private native int GetInteractive_6(); + public int GetInteractive() + { return GetInteractive_6(); } + + private native void InteractiveOn_7(); + public void InteractiveOn() + { InteractiveOn_7(); } + + private native void InteractiveOff_8(); + public void InteractiveOff() + { InteractiveOff_8(); } + + private native void SetOutlineColor_9(double id0,double id1,double id2); + public void SetOutlineColor(double id0,double id1,double id2) + { SetOutlineColor_9(id0,id1,id2); } + + private native void SetViewport_10(double id0,double id1,double id2,double id3); + public void SetViewport(double id0,double id1,double id2,double id3) + { SetViewport_10(id0,id1,id2,id3); } + + private native void SetViewport_11(double id0[]); + public void SetViewport(double id0[]) + { SetViewport_11(id0); } + + private native double[] GetViewport_12(); + public double[] GetViewport() + { return GetViewport_12(); } + + private native void SetTolerance_13(int id0); + public void SetTolerance(int id0) + { SetTolerance_13(id0); } + + private native int GetToleranceMinValue_14(); + public int GetToleranceMinValue() + { return GetToleranceMinValue_14(); } + + private native int GetToleranceMaxValue_15(); + public int GetToleranceMaxValue() + { return GetToleranceMaxValue_15(); } + + private native int GetTolerance_16(); + public int GetTolerance() + { return GetTolerance_16(); } + + private native void Modified_17(); + public void Modified() + { Modified_17(); } + + public vtkOrientationMarkerWidget() { super(); } + + public vtkOrientationMarkerWidget(long id) { super(id); } + public native long VTKInit(); + +}