]> gerrit.simantics Code Review - simantics/3d.git/blobdiff - vtk/src/vtk/vtkLineRepresentation.java
Perform view direction switching via vtkCameraAndSelectorAction
[simantics/3d.git] / vtk / src / vtk / vtkLineRepresentation.java
index c10055bd7ff3d7efbe26353f4479c5ff1ae3bf5d..216ba35cf31dc031350973846409f89bee3d1d98 100644 (file)
-// java wrapper for vtkLineRepresentation object\r
-//\r
-\r
-package vtk;\r
-import vtk.*;\r
-\r
-public class vtkLineRepresentation extends vtkWidgetRepresentation\r
-{\r
-\r
-  private native String GetClassName_0();\r
-  public String GetClassName()\r
-    { return GetClassName_0(); }\r
-\r
-  private native int IsA_1(String id0);\r
-  public int IsA(String id0)\r
-    { return IsA_1(id0); }\r
-\r
-  private native void GetPoint1WorldPosition_2(double id0[]);\r
-  public void GetPoint1WorldPosition(double id0[])\r
-    { GetPoint1WorldPosition_2(id0); }\r
-\r
-  private native double[] GetPoint1WorldPosition_3();\r
-  public double[] GetPoint1WorldPosition()\r
-    { return GetPoint1WorldPosition_3(); }\r
-\r
-  private native void GetPoint1DisplayPosition_4(double id0[]);\r
-  public void GetPoint1DisplayPosition(double id0[])\r
-    { GetPoint1DisplayPosition_4(id0); }\r
-\r
-  private native double[] GetPoint1DisplayPosition_5();\r
-  public double[] GetPoint1DisplayPosition()\r
-    { return GetPoint1DisplayPosition_5(); }\r
-\r
-  private native void SetPoint1WorldPosition_6(double id0[]);\r
-  public void SetPoint1WorldPosition(double id0[])\r
-    { SetPoint1WorldPosition_6(id0); }\r
-\r
-  private native void SetPoint1DisplayPosition_7(double id0[]);\r
-  public void SetPoint1DisplayPosition(double id0[])\r
-    { SetPoint1DisplayPosition_7(id0); }\r
-\r
-  private native void GetPoint2DisplayPosition_8(double id0[]);\r
-  public void GetPoint2DisplayPosition(double id0[])\r
-    { GetPoint2DisplayPosition_8(id0); }\r
-\r
-  private native double[] GetPoint2DisplayPosition_9();\r
-  public double[] GetPoint2DisplayPosition()\r
-    { return GetPoint2DisplayPosition_9(); }\r
-\r
-  private native void GetPoint2WorldPosition_10(double id0[]);\r
-  public void GetPoint2WorldPosition(double id0[])\r
-    { GetPoint2WorldPosition_10(id0); }\r
-\r
-  private native double[] GetPoint2WorldPosition_11();\r
-  public double[] GetPoint2WorldPosition()\r
-    { return GetPoint2WorldPosition_11(); }\r
-\r
-  private native void SetPoint2WorldPosition_12(double id0[]);\r
-  public void SetPoint2WorldPosition(double id0[])\r
-    { SetPoint2WorldPosition_12(id0); }\r
-\r
-  private native void SetPoint2DisplayPosition_13(double id0[]);\r
-  public void SetPoint2DisplayPosition(double id0[])\r
-    { SetPoint2DisplayPosition_13(id0); }\r
-\r
-  private native void SetHandleRepresentation_14(vtkPointHandleRepresentation3D id0);\r
-  public void SetHandleRepresentation(vtkPointHandleRepresentation3D id0)\r
-    { SetHandleRepresentation_14(id0); }\r
-\r
-  private native void InstantiateHandleRepresentation_15();\r
-  public void InstantiateHandleRepresentation()\r
-    { InstantiateHandleRepresentation_15(); }\r
-\r
-  private native long GetPoint1Representation_16();\r
-  public vtkPointHandleRepresentation3D GetPoint1Representation() {\r
-    long temp = GetPoint1Representation_16();\r
-\r
-    if (temp == 0) return null;\r
-    return (vtkPointHandleRepresentation3D)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
-  }\r
-\r
-  private native long GetPoint2Representation_17();\r
-  public vtkPointHandleRepresentation3D GetPoint2Representation() {\r
-    long temp = GetPoint2Representation_17();\r
-\r
-    if (temp == 0) return null;\r
-    return (vtkPointHandleRepresentation3D)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
-  }\r
-\r
-  private native long GetLineHandleRepresentation_18();\r
-  public vtkPointHandleRepresentation3D GetLineHandleRepresentation() {\r
-    long temp = GetLineHandleRepresentation_18();\r
-\r
-    if (temp == 0) return null;\r
-    return (vtkPointHandleRepresentation3D)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
-  }\r
-\r
-  private native long GetEndPointProperty_19();\r
-  public vtkProperty GetEndPointProperty() {\r
-    long temp = GetEndPointProperty_19();\r
-\r
-    if (temp == 0) return null;\r
-    return (vtkProperty)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
-  }\r
-\r
-  private native long GetSelectedEndPointProperty_20();\r
-  public vtkProperty GetSelectedEndPointProperty() {\r
-    long temp = GetSelectedEndPointProperty_20();\r
-\r
-    if (temp == 0) return null;\r
-    return (vtkProperty)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
-  }\r
-\r
-  private native long GetEndPoint2Property_21();\r
-  public vtkProperty GetEndPoint2Property() {\r
-    long temp = GetEndPoint2Property_21();\r
-\r
-    if (temp == 0) return null;\r
-    return (vtkProperty)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
-  }\r
-\r
-  private native long GetSelectedEndPoint2Property_22();\r
-  public vtkProperty GetSelectedEndPoint2Property() {\r
-    long temp = GetSelectedEndPoint2Property_22();\r
-\r
-    if (temp == 0) return null;\r
-    return (vtkProperty)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
-  }\r
-\r
-  private native long GetLineProperty_23();\r
-  public vtkProperty GetLineProperty() {\r
-    long temp = GetLineProperty_23();\r
-\r
-    if (temp == 0) return null;\r
-    return (vtkProperty)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
-  }\r
-\r
-  private native long GetSelectedLineProperty_24();\r
-  public vtkProperty GetSelectedLineProperty() {\r
-    long temp = GetSelectedLineProperty_24();\r
-\r
-    if (temp == 0) return null;\r
-    return (vtkProperty)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
-  }\r
-\r
-  private native void SetTolerance_25(int id0);\r
-  public void SetTolerance(int id0)\r
-    { SetTolerance_25(id0); }\r
-\r
-  private native int GetToleranceMinValue_26();\r
-  public int GetToleranceMinValue()\r
-    { return GetToleranceMinValue_26(); }\r
-\r
-  private native int GetToleranceMaxValue_27();\r
-  public int GetToleranceMaxValue()\r
-    { return GetToleranceMaxValue_27(); }\r
-\r
-  private native int GetTolerance_28();\r
-  public int GetTolerance()\r
-    { return GetTolerance_28(); }\r
-\r
-  private native void SetResolution_29(int id0);\r
-  public void SetResolution(int id0)\r
-    { SetResolution_29(id0); }\r
-\r
-  private native int GetResolution_30();\r
-  public int GetResolution()\r
-    { return GetResolution_30(); }\r
-\r
-  private native void GetPolyData_31(vtkPolyData id0);\r
-  public void GetPolyData(vtkPolyData id0)\r
-    { GetPolyData_31(id0); }\r
-\r
-  private native void PlaceWidget_32(double id0[]);\r
-  public void PlaceWidget(double id0[])\r
-    { PlaceWidget_32(id0); }\r
-\r
-  private native void BuildRepresentation_33();\r
-  public void BuildRepresentation()\r
-    { BuildRepresentation_33(); }\r
-\r
-  private native int ComputeInteractionState_34(int id0,int id1,int id2);\r
-  public int ComputeInteractionState(int id0,int id1,int id2)\r
-    { return ComputeInteractionState_34(id0,id1,id2); }\r
-\r
-  private native void StartWidgetInteraction_35(double id0[]);\r
-  public void StartWidgetInteraction(double id0[])\r
-    { StartWidgetInteraction_35(id0); }\r
-\r
-  private native void WidgetInteraction_36(double id0[]);\r
-  public void WidgetInteraction(double id0[])\r
-    { WidgetInteraction_36(id0); }\r
-\r
-  private native double[] GetBounds_37();\r
-  public double[] GetBounds()\r
-    { return GetBounds_37(); }\r
-\r
-  private native void GetActors_38(vtkPropCollection id0);\r
-  public void GetActors(vtkPropCollection id0)\r
-    { GetActors_38(id0); }\r
-\r
-  private native void ReleaseGraphicsResources_39(vtkWindow id0);\r
-  public void ReleaseGraphicsResources(vtkWindow id0)\r
-    { ReleaseGraphicsResources_39(id0); }\r
-\r
-  private native int RenderOpaqueGeometry_40(vtkViewport id0);\r
-  public int RenderOpaqueGeometry(vtkViewport id0)\r
-    { return RenderOpaqueGeometry_40(id0); }\r
-\r
-  private native int RenderTranslucentPolygonalGeometry_41(vtkViewport id0);\r
-  public int RenderTranslucentPolygonalGeometry(vtkViewport id0)\r
-    { return RenderTranslucentPolygonalGeometry_41(id0); }\r
-\r
-  private native int HasTranslucentPolygonalGeometry_42();\r
-  public int HasTranslucentPolygonalGeometry()\r
-    { return HasTranslucentPolygonalGeometry_42(); }\r
-\r
-  private native void SetInteractionState_43(int id0);\r
-  public void SetInteractionState(int id0)\r
-    { SetInteractionState_43(id0); }\r
-\r
-  private native int GetInteractionStateMinValue_44();\r
-  public int GetInteractionStateMinValue()\r
-    { return GetInteractionStateMinValue_44(); }\r
-\r
-  private native int GetInteractionStateMaxValue_45();\r
-  public int GetInteractionStateMaxValue()\r
-    { return GetInteractionStateMaxValue_45(); }\r
-\r
-  private native void SetRepresentationState_46(int id0);\r
-  public void SetRepresentationState(int id0)\r
-    { SetRepresentationState_46(id0); }\r
-\r
-  private native int GetRepresentationState_47();\r
-  public int GetRepresentationState()\r
-    { return GetRepresentationState_47(); }\r
-\r
-  private native int GetMTime_48();\r
-  public int GetMTime()\r
-    { return GetMTime_48(); }\r
-\r
-  private native void SetRenderer_49(vtkRenderer id0);\r
-  public void SetRenderer(vtkRenderer id0)\r
-    { SetRenderer_49(id0); }\r
-\r
-  private native void SetDistanceAnnotationVisibility_50(int id0);\r
-  public void SetDistanceAnnotationVisibility(int id0)\r
-    { SetDistanceAnnotationVisibility_50(id0); }\r
-\r
-  private native int GetDistanceAnnotationVisibility_51();\r
-  public int GetDistanceAnnotationVisibility()\r
-    { return GetDistanceAnnotationVisibility_51(); }\r
-\r
-  private native void DistanceAnnotationVisibilityOn_52();\r
-  public void DistanceAnnotationVisibilityOn()\r
-    { DistanceAnnotationVisibilityOn_52(); }\r
-\r
-  private native void DistanceAnnotationVisibilityOff_53();\r
-  public void DistanceAnnotationVisibilityOff()\r
-    { DistanceAnnotationVisibilityOff_53(); }\r
-\r
-  private native void SetDistanceAnnotationFormat_54(String id0);\r
-  public void SetDistanceAnnotationFormat(String id0)\r
-    { SetDistanceAnnotationFormat_54(id0); }\r
-\r
-  private native String GetDistanceAnnotationFormat_55();\r
-  public String GetDistanceAnnotationFormat()\r
-    { return GetDistanceAnnotationFormat_55(); }\r
-\r
-  private native void SetDistanceAnnotationScale_56(double id0,double id1,double id2);\r
-  public void SetDistanceAnnotationScale(double id0,double id1,double id2)\r
-    { SetDistanceAnnotationScale_56(id0,id1,id2); }\r
-\r
-  private native void SetDistanceAnnotationScale_57(double id0[]);\r
-  public void SetDistanceAnnotationScale(double id0[])\r
-    { SetDistanceAnnotationScale_57(id0); }\r
-\r
-  private native double GetDistance_58();\r
-  public double GetDistance()\r
-    { return GetDistance_58(); }\r
-\r
-  private native void SetLineColor_59(double id0,double id1,double id2);\r
-  public void SetLineColor(double id0,double id1,double id2)\r
-    { SetLineColor_59(id0,id1,id2); }\r
-\r
-  private native long GetDistanceAnnotationProperty_60();\r
-  public vtkProperty GetDistanceAnnotationProperty() {\r
-    long temp = GetDistanceAnnotationProperty_60();\r
-\r
-    if (temp == 0) return null;\r
-    return (vtkProperty)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
-  }\r
-\r
-  private native long GetTextActor_61();\r
-  public vtkFollower GetTextActor() {\r
-    long temp = GetTextActor_61();\r
-\r
-    if (temp == 0) return null;\r
-    return (vtkFollower)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
-  }\r
-\r
-  public vtkLineRepresentation() { super(); }\r
-\r
-  public vtkLineRepresentation(long id) { super(id); }\r
-  public native long   VTKInit();\r
-\r
-}\r
+// java wrapper for vtkLineRepresentation object
+//
+
+package vtk;
+import vtk.*;
+
+public class vtkLineRepresentation extends vtkWidgetRepresentation
+{
+
+  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 GetPoint1WorldPosition_2(double id0[]);
+  public void GetPoint1WorldPosition(double id0[])
+    { GetPoint1WorldPosition_2(id0); }
+
+  private native double[] GetPoint1WorldPosition_3();
+  public double[] GetPoint1WorldPosition()
+    { return GetPoint1WorldPosition_3(); }
+
+  private native void GetPoint1DisplayPosition_4(double id0[]);
+  public void GetPoint1DisplayPosition(double id0[])
+    { GetPoint1DisplayPosition_4(id0); }
+
+  private native double[] GetPoint1DisplayPosition_5();
+  public double[] GetPoint1DisplayPosition()
+    { return GetPoint1DisplayPosition_5(); }
+
+  private native void SetPoint1WorldPosition_6(double id0[]);
+  public void SetPoint1WorldPosition(double id0[])
+    { SetPoint1WorldPosition_6(id0); }
+
+  private native void SetPoint1DisplayPosition_7(double id0[]);
+  public void SetPoint1DisplayPosition(double id0[])
+    { SetPoint1DisplayPosition_7(id0); }
+
+  private native void GetPoint2DisplayPosition_8(double id0[]);
+  public void GetPoint2DisplayPosition(double id0[])
+    { GetPoint2DisplayPosition_8(id0); }
+
+  private native double[] GetPoint2DisplayPosition_9();
+  public double[] GetPoint2DisplayPosition()
+    { return GetPoint2DisplayPosition_9(); }
+
+  private native void GetPoint2WorldPosition_10(double id0[]);
+  public void GetPoint2WorldPosition(double id0[])
+    { GetPoint2WorldPosition_10(id0); }
+
+  private native double[] GetPoint2WorldPosition_11();
+  public double[] GetPoint2WorldPosition()
+    { return GetPoint2WorldPosition_11(); }
+
+  private native void SetPoint2WorldPosition_12(double id0[]);
+  public void SetPoint2WorldPosition(double id0[])
+    { SetPoint2WorldPosition_12(id0); }
+
+  private native void SetPoint2DisplayPosition_13(double id0[]);
+  public void SetPoint2DisplayPosition(double id0[])
+    { SetPoint2DisplayPosition_13(id0); }
+
+  private native void SetHandleRepresentation_14(vtkPointHandleRepresentation3D id0);
+  public void SetHandleRepresentation(vtkPointHandleRepresentation3D id0)
+    { SetHandleRepresentation_14(id0); }
+
+  private native void InstantiateHandleRepresentation_15();
+  public void InstantiateHandleRepresentation()
+    { InstantiateHandleRepresentation_15(); }
+
+  private native long GetPoint1Representation_16();
+  public vtkPointHandleRepresentation3D GetPoint1Representation() {
+    long temp = GetPoint1Representation_16();
+
+    if (temp == 0) return null;
+    return (vtkPointHandleRepresentation3D)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
+}
+
+  private native long GetPoint2Representation_17();
+  public vtkPointHandleRepresentation3D GetPoint2Representation() {
+    long temp = GetPoint2Representation_17();
+
+    if (temp == 0) return null;
+    return (vtkPointHandleRepresentation3D)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
+}
+
+  private native long GetLineHandleRepresentation_18();
+  public vtkPointHandleRepresentation3D GetLineHandleRepresentation() {
+    long temp = GetLineHandleRepresentation_18();
+
+    if (temp == 0) return null;
+    return (vtkPointHandleRepresentation3D)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
+}
+
+  private native long GetEndPointProperty_19();
+  public vtkProperty GetEndPointProperty() {
+    long temp = GetEndPointProperty_19();
+
+    if (temp == 0) return null;
+    return (vtkProperty)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
+}
+
+  private native long GetSelectedEndPointProperty_20();
+  public vtkProperty GetSelectedEndPointProperty() {
+    long temp = GetSelectedEndPointProperty_20();
+
+    if (temp == 0) return null;
+    return (vtkProperty)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
+}
+
+  private native long GetEndPoint2Property_21();
+  public vtkProperty GetEndPoint2Property() {
+    long temp = GetEndPoint2Property_21();
+
+    if (temp == 0) return null;
+    return (vtkProperty)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
+}
+
+  private native long GetSelectedEndPoint2Property_22();
+  public vtkProperty GetSelectedEndPoint2Property() {
+    long temp = GetSelectedEndPoint2Property_22();
+
+    if (temp == 0) return null;
+    return (vtkProperty)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
+}
+
+  private native long GetLineProperty_23();
+  public vtkProperty GetLineProperty() {
+    long temp = GetLineProperty_23();
+
+    if (temp == 0) return null;
+    return (vtkProperty)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
+}
+
+  private native long GetSelectedLineProperty_24();
+  public vtkProperty GetSelectedLineProperty() {
+    long temp = GetSelectedLineProperty_24();
+
+    if (temp == 0) return null;
+    return (vtkProperty)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
+}
+
+  private native void SetTolerance_25(int id0);
+  public void SetTolerance(int id0)
+    { SetTolerance_25(id0); }
+
+  private native int GetToleranceMinValue_26();
+  public int GetToleranceMinValue()
+    { return GetToleranceMinValue_26(); }
+
+  private native int GetToleranceMaxValue_27();
+  public int GetToleranceMaxValue()
+    { return GetToleranceMaxValue_27(); }
+
+  private native int GetTolerance_28();
+  public int GetTolerance()
+    { return GetTolerance_28(); }
+
+  private native void SetResolution_29(int id0);
+  public void SetResolution(int id0)
+    { SetResolution_29(id0); }
+
+  private native int GetResolution_30();
+  public int GetResolution()
+    { return GetResolution_30(); }
+
+  private native void GetPolyData_31(vtkPolyData id0);
+  public void GetPolyData(vtkPolyData id0)
+    { GetPolyData_31(id0); }
+
+  private native void PlaceWidget_32(double id0[]);
+  public void PlaceWidget(double id0[])
+    { PlaceWidget_32(id0); }
+
+  private native void BuildRepresentation_33();
+  public void BuildRepresentation()
+    { BuildRepresentation_33(); }
+
+  private native int ComputeInteractionState_34(int id0,int id1,int id2);
+  public int ComputeInteractionState(int id0,int id1,int id2)
+    { return ComputeInteractionState_34(id0,id1,id2); }
+
+  private native void StartWidgetInteraction_35(double id0[]);
+  public void StartWidgetInteraction(double id0[])
+    { StartWidgetInteraction_35(id0); }
+
+  private native void WidgetInteraction_36(double id0[]);
+  public void WidgetInteraction(double id0[])
+    { WidgetInteraction_36(id0); }
+
+  private native double[] GetBounds_37();
+  public double[] GetBounds()
+    { return GetBounds_37(); }
+
+  private native void GetActors_38(vtkPropCollection id0);
+  public void GetActors(vtkPropCollection id0)
+    { GetActors_38(id0); }
+
+  private native void ReleaseGraphicsResources_39(vtkWindow id0);
+  public void ReleaseGraphicsResources(vtkWindow id0)
+    { ReleaseGraphicsResources_39(id0); }
+
+  private native int RenderOpaqueGeometry_40(vtkViewport id0);
+  public int RenderOpaqueGeometry(vtkViewport id0)
+    { return RenderOpaqueGeometry_40(id0); }
+
+  private native int RenderTranslucentPolygonalGeometry_41(vtkViewport id0);
+  public int RenderTranslucentPolygonalGeometry(vtkViewport id0)
+    { return RenderTranslucentPolygonalGeometry_41(id0); }
+
+  private native int HasTranslucentPolygonalGeometry_42();
+  public int HasTranslucentPolygonalGeometry()
+    { return HasTranslucentPolygonalGeometry_42(); }
+
+  private native void SetInteractionState_43(int id0);
+  public void SetInteractionState(int id0)
+    { SetInteractionState_43(id0); }
+
+  private native int GetInteractionStateMinValue_44();
+  public int GetInteractionStateMinValue()
+    { return GetInteractionStateMinValue_44(); }
+
+  private native int GetInteractionStateMaxValue_45();
+  public int GetInteractionStateMaxValue()
+    { return GetInteractionStateMaxValue_45(); }
+
+  private native void SetRepresentationState_46(int id0);
+  public void SetRepresentationState(int id0)
+    { SetRepresentationState_46(id0); }
+
+  private native int GetRepresentationState_47();
+  public int GetRepresentationState()
+    { return GetRepresentationState_47(); }
+
+  private native void SetDirectionalLine_48(boolean id0);
+  public void SetDirectionalLine(boolean id0)
+    { SetDirectionalLine_48(id0); }
+
+  private native boolean GetDirectionalLine_49();
+  public boolean GetDirectionalLine()
+    { return GetDirectionalLine_49(); }
+
+  private native void DirectionalLineOn_50();
+  public void DirectionalLineOn()
+    { DirectionalLineOn_50(); }
+
+  private native void DirectionalLineOff_51();
+  public void DirectionalLineOff()
+    { DirectionalLineOff_51(); }
+
+  private native int GetMTime_52();
+  public int GetMTime()
+    { return GetMTime_52(); }
+
+  private native void SetRenderer_53(vtkRenderer id0);
+  public void SetRenderer(vtkRenderer id0)
+    { SetRenderer_53(id0); }
+
+  private native void SetDistanceAnnotationVisibility_54(int id0);
+  public void SetDistanceAnnotationVisibility(int id0)
+    { SetDistanceAnnotationVisibility_54(id0); }
+
+  private native int GetDistanceAnnotationVisibility_55();
+  public int GetDistanceAnnotationVisibility()
+    { return GetDistanceAnnotationVisibility_55(); }
+
+  private native void DistanceAnnotationVisibilityOn_56();
+  public void DistanceAnnotationVisibilityOn()
+    { DistanceAnnotationVisibilityOn_56(); }
+
+  private native void DistanceAnnotationVisibilityOff_57();
+  public void DistanceAnnotationVisibilityOff()
+    { DistanceAnnotationVisibilityOff_57(); }
+
+  private native void SetDistanceAnnotationFormat_58(String id0);
+  public void SetDistanceAnnotationFormat(String id0)
+    { SetDistanceAnnotationFormat_58(id0); }
+
+  private native String GetDistanceAnnotationFormat_59();
+  public String GetDistanceAnnotationFormat()
+    { return GetDistanceAnnotationFormat_59(); }
+
+  private native void SetDistanceAnnotationScale_60(double id0,double id1,double id2);
+  public void SetDistanceAnnotationScale(double id0,double id1,double id2)
+    { SetDistanceAnnotationScale_60(id0,id1,id2); }
+
+  private native void SetDistanceAnnotationScale_61(double id0[]);
+  public void SetDistanceAnnotationScale(double id0[])
+    { SetDistanceAnnotationScale_61(id0); }
+
+  private native double[] GetDistanceAnnotationScale_62();
+  public double[] GetDistanceAnnotationScale()
+    { return GetDistanceAnnotationScale_62(); }
+
+  private native double GetDistance_63();
+  public double GetDistance()
+    { return GetDistance_63(); }
+
+  private native void SetLineColor_64(double id0,double id1,double id2);
+  public void SetLineColor(double id0,double id1,double id2)
+    { SetLineColor_64(id0,id1,id2); }
+
+  private native long GetDistanceAnnotationProperty_65();
+  public vtkProperty GetDistanceAnnotationProperty() {
+    long temp = GetDistanceAnnotationProperty_65();
+
+    if (temp == 0) return null;
+    return (vtkProperty)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
+}
+
+  private native long GetTextActor_66();
+  public vtkFollower GetTextActor() {
+    long temp = GetTextActor_66();
+
+    if (temp == 0) return null;
+    return (vtkFollower)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
+}
+
+  private native void SetRestrictFlag_67(int id0);
+  public void SetRestrictFlag(int id0)
+    { SetRestrictFlag_67(id0); }
+
+  private native int GetRestrictFlagMinValue_68();
+  public int GetRestrictFlagMinValue()
+    { return GetRestrictFlagMinValue_68(); }
+
+  private native int GetRestrictFlagMaxValue_69();
+  public int GetRestrictFlagMaxValue()
+    { return GetRestrictFlagMaxValue_69(); }
+
+  public vtkLineRepresentation() { super(); }
+
+  public vtkLineRepresentation(long id) { super(id); }
+  public native long   VTKInit();
+
+}