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