X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=vtk%2Fsrc%2Fvtk%2FvtkCoordinate.java;h=8d406beafe1c115dbf4f00310b8c2af473d1c6e7;hb=efb52587babd1b858c8e77fedc44a5b4ef0c1088;hp=83b7a9bd44d86f5dc130c1d4b4a3324d877a06f1;hpb=471c46e9a685e20de958d77166461aebc7a7b6ee;p=simantics%2F3d.git diff --git a/vtk/src/vtk/vtkCoordinate.java b/vtk/src/vtk/vtkCoordinate.java index 83b7a9bd..8d406bea 100644 --- a/vtk/src/vtk/vtkCoordinate.java +++ b/vtk/src/vtk/vtkCoordinate.java @@ -1,123 +1,135 @@ -// java wrapper for vtkCoordinate object -// - -package vtk; -import vtk.*; - -public class vtkCoordinate extends vtkObject -{ - - 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 SetCoordinateSystem_2(int id0); - public void SetCoordinateSystem(int id0) - { SetCoordinateSystem_2(id0); } - - private native int GetCoordinateSystem_3(); - public int GetCoordinateSystem() - { return GetCoordinateSystem_3(); } - - private native void SetCoordinateSystemToDisplay_4(); - public void SetCoordinateSystemToDisplay() - { SetCoordinateSystemToDisplay_4(); } - - private native void SetCoordinateSystemToNormalizedDisplay_5(); - public void SetCoordinateSystemToNormalizedDisplay() - { SetCoordinateSystemToNormalizedDisplay_5(); } - - private native void SetCoordinateSystemToViewport_6(); - public void SetCoordinateSystemToViewport() - { SetCoordinateSystemToViewport_6(); } - - private native void SetCoordinateSystemToNormalizedViewport_7(); - public void SetCoordinateSystemToNormalizedViewport() - { SetCoordinateSystemToNormalizedViewport_7(); } - - private native void SetCoordinateSystemToView_8(); - public void SetCoordinateSystemToView() - { SetCoordinateSystemToView_8(); } - - private native void SetCoordinateSystemToWorld_9(); - public void SetCoordinateSystemToWorld() - { SetCoordinateSystemToWorld_9(); } - - private native String GetCoordinateSystemAsString_10(); - public String GetCoordinateSystemAsString() - { return GetCoordinateSystemAsString_10(); } - - private native void SetValue_11(double id0,double id1,double id2); - public void SetValue(double id0,double id1,double id2) - { SetValue_11(id0,id1,id2); } - - private native void SetValue_12(double id0[]); - public void SetValue(double id0[]) - { SetValue_12(id0); } - - private native double[] GetValue_13(); - public double[] GetValue() - { return GetValue_13(); } - - private native void SetValue_14(double id0,double id1); - public void SetValue(double id0,double id1) - { SetValue_14(id0,id1); } - - private native void SetReferenceCoordinate_15(vtkCoordinate id0); - public void SetReferenceCoordinate(vtkCoordinate id0) - { SetReferenceCoordinate_15(id0); } - - private native long GetReferenceCoordinate_16(); - public vtkCoordinate GetReferenceCoordinate() { - long temp = GetReferenceCoordinate_16(); - - if (temp == 0) return null; - return (vtkCoordinate)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native void SetViewport_17(vtkViewport id0); - public void SetViewport(vtkViewport id0) - { SetViewport_17(id0); } - - private native long GetViewport_18(); - public vtkViewport GetViewport() { - long temp = GetViewport_18(); - - if (temp == 0) return null; - return (vtkViewport)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native double[] GetComputedWorldValue_19(vtkViewport id0); - public double[] GetComputedWorldValue(vtkViewport id0) - { return GetComputedWorldValue_19(id0); } - - private native int[] GetComputedViewportValue_20(vtkViewport id0); - public int[] GetComputedViewportValue(vtkViewport id0) - { return GetComputedViewportValue_20(id0); } - - private native int[] GetComputedDisplayValue_21(vtkViewport id0); - public int[] GetComputedDisplayValue(vtkViewport id0) - { return GetComputedDisplayValue_21(id0); } - - private native int[] GetComputedLocalDisplayValue_22(vtkViewport id0); - public int[] GetComputedLocalDisplayValue(vtkViewport id0) - { return GetComputedLocalDisplayValue_22(id0); } - - private native double[] GetComputedDoubleViewportValue_23(vtkViewport id0); - public double[] GetComputedDoubleViewportValue(vtkViewport id0) - { return GetComputedDoubleViewportValue_23(id0); } - - private native double[] GetComputedDoubleDisplayValue_24(vtkViewport id0); - public double[] GetComputedDoubleDisplayValue(vtkViewport id0) - { return GetComputedDoubleDisplayValue_24(id0); } - - public vtkCoordinate() { super(); } - - public vtkCoordinate(long id) { super(id); } - public native long VTKInit(); - -} +// java wrapper for vtkCoordinate object +// + +package vtk; +import vtk.*; + +public class vtkCoordinate extends vtkObject +{ + + 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 SetCoordinateSystem_2(int id0); + public void SetCoordinateSystem(int id0) + { SetCoordinateSystem_2(id0); } + + private native int GetCoordinateSystem_3(); + public int GetCoordinateSystem() + { return GetCoordinateSystem_3(); } + + private native void SetCoordinateSystemToDisplay_4(); + public void SetCoordinateSystemToDisplay() + { SetCoordinateSystemToDisplay_4(); } + + private native void SetCoordinateSystemToNormalizedDisplay_5(); + public void SetCoordinateSystemToNormalizedDisplay() + { SetCoordinateSystemToNormalizedDisplay_5(); } + + private native void SetCoordinateSystemToViewport_6(); + public void SetCoordinateSystemToViewport() + { SetCoordinateSystemToViewport_6(); } + + private native void SetCoordinateSystemToNormalizedViewport_7(); + public void SetCoordinateSystemToNormalizedViewport() + { SetCoordinateSystemToNormalizedViewport_7(); } + + private native void SetCoordinateSystemToView_8(); + public void SetCoordinateSystemToView() + { SetCoordinateSystemToView_8(); } + + private native void SetCoordinateSystemToPose_9(); + public void SetCoordinateSystemToPose() + { SetCoordinateSystemToPose_9(); } + + private native void SetCoordinateSystemToWorld_10(); + public void SetCoordinateSystemToWorld() + { SetCoordinateSystemToWorld_10(); } + + private native String GetCoordinateSystemAsString_11(); + public String GetCoordinateSystemAsString() + { return GetCoordinateSystemAsString_11(); } + + private native void SetValue_12(double id0,double id1,double id2); + public void SetValue(double id0,double id1,double id2) + { SetValue_12(id0,id1,id2); } + + private native void SetValue_13(double id0[]); + public void SetValue(double id0[]) + { SetValue_13(id0); } + + private native double[] GetValue_14(); + public double[] GetValue() + { return GetValue_14(); } + + private native void SetValue_15(double id0,double id1); + public void SetValue(double id0,double id1) + { SetValue_15(id0,id1); } + + private native void SetReferenceCoordinate_16(vtkCoordinate id0); + public void SetReferenceCoordinate(vtkCoordinate id0) + { SetReferenceCoordinate_16(id0); } + + private native long GetReferenceCoordinate_17(); + public vtkCoordinate GetReferenceCoordinate() { + long temp = GetReferenceCoordinate_17(); + + if (temp == 0) return null; + return (vtkCoordinate)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native void SetViewport_18(vtkViewport id0); + public void SetViewport(vtkViewport id0) + { SetViewport_18(id0); } + + private native long GetViewport_19(); + public vtkViewport GetViewport() { + long temp = GetViewport_19(); + + if (temp == 0) return null; + return (vtkViewport)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native double[] GetComputedWorldValue_20(vtkViewport id0); + public double[] GetComputedWorldValue(vtkViewport id0) + { return GetComputedWorldValue_20(id0); } + + private native int[] GetComputedViewportValue_21(vtkViewport id0); + public int[] GetComputedViewportValue(vtkViewport id0) + { return GetComputedViewportValue_21(id0); } + + private native int[] GetComputedDisplayValue_22(vtkViewport id0); + public int[] GetComputedDisplayValue(vtkViewport id0) + { return GetComputedDisplayValue_22(id0); } + + private native int[] GetComputedLocalDisplayValue_23(vtkViewport id0); + public int[] GetComputedLocalDisplayValue(vtkViewport id0) + { return GetComputedLocalDisplayValue_23(id0); } + + private native double[] GetComputedDoubleViewportValue_24(vtkViewport id0); + public double[] GetComputedDoubleViewportValue(vtkViewport id0) + { return GetComputedDoubleViewportValue_24(id0); } + + private native double[] GetComputedDoubleDisplayValue_25(vtkViewport id0); + public double[] GetComputedDoubleDisplayValue(vtkViewport id0) + { return GetComputedDoubleDisplayValue_25(id0); } + + private native double[] GetComputedValue_26(vtkViewport id0); + public double[] GetComputedValue(vtkViewport id0) + { return GetComputedValue_26(id0); } + + private native double[] GetComputedUserDefinedValue_27(vtkViewport id0); + public double[] GetComputedUserDefinedValue(vtkViewport id0) + { return GetComputedUserDefinedValue_27(id0); } + + public vtkCoordinate() { super(); } + + public vtkCoordinate(long id) { super(id); } + public native long VTKInit(); + +}