// java wrapper for vtkDistanceRepresentation3D object // package vtk; import vtk.*; public class vtkDistanceRepresentation3D extends vtkDistanceRepresentation { 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 double GetDistance_2(); public double GetDistance() { return GetDistance_2(); } private native void SetGlyphScale_3(double id0); public void SetGlyphScale(double id0) { SetGlyphScale_3(id0); } private native double GetGlyphScale_4(); public double GetGlyphScale() { return GetGlyphScale_4(); } private native long GetLineProperty_5(); public vtkProperty GetLineProperty() { long temp = GetLineProperty_5(); if (temp == 0) return null; return (vtkProperty)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native void SetLabelPosition_6(double id0); public void SetLabelPosition(double id0) { SetLabelPosition_6(id0); } private native double GetLabelPosition_7(); public double GetLabelPosition() { return GetLabelPosition_7(); } private native void SetMaximumNumberOfRulerTicks_8(int id0); public void SetMaximumNumberOfRulerTicks(int id0) { SetMaximumNumberOfRulerTicks_8(id0); } private native int GetMaximumNumberOfRulerTicksMinValue_9(); public int GetMaximumNumberOfRulerTicksMinValue() { return GetMaximumNumberOfRulerTicksMinValue_9(); } private native int GetMaximumNumberOfRulerTicksMaxValue_10(); public int GetMaximumNumberOfRulerTicksMaxValue() { return GetMaximumNumberOfRulerTicksMaxValue_10(); } private native int GetMaximumNumberOfRulerTicks_11(); public int GetMaximumNumberOfRulerTicks() { return GetMaximumNumberOfRulerTicks_11(); } private native long GetGlyphActor_12(); public vtkActor GetGlyphActor() { long temp = GetGlyphActor_12(); if (temp == 0) return null; return (vtkActor)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native long GetLabelActor_13(); public vtkFollower GetLabelActor() { long temp = GetLabelActor_13(); if (temp == 0) return null; return (vtkFollower)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native void SetLabelActor_14(vtkFollower id0); public void SetLabelActor(vtkFollower id0) { SetLabelActor_14(id0); } private native void GetPoint1WorldPosition_15(double id0[]); public void GetPoint1WorldPosition(double id0[]) { GetPoint1WorldPosition_15(id0); } private native void GetPoint2WorldPosition_16(double id0[]); public void GetPoint2WorldPosition(double id0[]) { GetPoint2WorldPosition_16(id0); } private native void SetPoint1WorldPosition_17(double id0[]); public void SetPoint1WorldPosition(double id0[]) { SetPoint1WorldPosition_17(id0); } private native void SetPoint2WorldPosition_18(double id0[]); public void SetPoint2WorldPosition(double id0[]) { SetPoint2WorldPosition_18(id0); } private native void SetPoint1DisplayPosition_19(double id0[]); public void SetPoint1DisplayPosition(double id0[]) { SetPoint1DisplayPosition_19(id0); } private native void SetPoint2DisplayPosition_20(double id0[]); public void SetPoint2DisplayPosition(double id0[]) { SetPoint2DisplayPosition_20(id0); } private native void GetPoint1DisplayPosition_21(double id0[]); public void GetPoint1DisplayPosition(double id0[]) { GetPoint1DisplayPosition_21(id0); } private native void GetPoint2DisplayPosition_22(double id0[]); public void GetPoint2DisplayPosition(double id0[]) { GetPoint2DisplayPosition_22(id0); } private native void BuildRepresentation_23(); public void BuildRepresentation() { BuildRepresentation_23(); } private native void ReleaseGraphicsResources_24(vtkWindow id0); public void ReleaseGraphicsResources(vtkWindow id0) { ReleaseGraphicsResources_24(id0); } private native int RenderOpaqueGeometry_25(vtkViewport id0); public int RenderOpaqueGeometry(vtkViewport id0) { return RenderOpaqueGeometry_25(id0); } private native int RenderTranslucentPolygonalGeometry_26(vtkViewport id0); public int RenderTranslucentPolygonalGeometry(vtkViewport id0) { return RenderTranslucentPolygonalGeometry_26(id0); } private native void SetLabelScale_27(double id0,double id1,double id2); public void SetLabelScale(double id0,double id1,double id2) { SetLabelScale_27(id0,id1,id2); } private native void SetLabelScale_28(double id0[]); public void SetLabelScale(double id0[]) { SetLabelScale_28(id0); } private native long GetLabelProperty_29(); public vtkProperty GetLabelProperty() { long temp = GetLabelProperty_29(); if (temp == 0) return null; return (vtkProperty)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); } public vtkDistanceRepresentation3D() { super(); } public vtkDistanceRepresentation3D(long id) { super(id); } public native long VTKInit(); }