// 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(); }