X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=vtk%2Fsrc%2Fvtk%2FvtkDistanceRepresentation3D.java;fp=vtk%2Fsrc%2Fvtk%2FvtkDistanceRepresentation3D.java;h=0000000000000000000000000000000000000000;hb=12e21051bd57248b39831d79d68d455077047cdb;hp=50fcd09dc1bae90b775fbee453459867997efb84;hpb=58ebeb2baac48f9066c1395a9071f99745574ef9;p=simantics%2F3d.git diff --git a/vtk/src/vtk/vtkDistanceRepresentation3D.java b/vtk/src/vtk/vtkDistanceRepresentation3D.java deleted file mode 100644 index 50fcd09d..00000000 --- a/vtk/src/vtk/vtkDistanceRepresentation3D.java +++ /dev/null @@ -1,147 +0,0 @@ -// java wrapper for vtkDistanceRepresentation3D object -// - -package vtk; -import vtk.*; - -public class vtkDistanceRepresentation3D extends vtkDistanceRepresentation -{ - - 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 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)vtkObject.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)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native long GetLabelActor_13(); - public vtkFollower GetLabelActor() { - long temp = GetLabelActor_13(); - - if (temp == 0) return null; - return (vtkFollower)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native void GetPoint1WorldPosition_14(double id0[]); - public void GetPoint1WorldPosition(double id0[]) - { GetPoint1WorldPosition_14(id0); } - - private native void GetPoint2WorldPosition_15(double id0[]); - public void GetPoint2WorldPosition(double id0[]) - { GetPoint2WorldPosition_15(id0); } - - private native void SetPoint1WorldPosition_16(double id0[]); - public void SetPoint1WorldPosition(double id0[]) - { SetPoint1WorldPosition_16(id0); } - - private native void SetPoint2WorldPosition_17(double id0[]); - public void SetPoint2WorldPosition(double id0[]) - { SetPoint2WorldPosition_17(id0); } - - private native void SetPoint1DisplayPosition_18(double id0[]); - public void SetPoint1DisplayPosition(double id0[]) - { SetPoint1DisplayPosition_18(id0); } - - private native void SetPoint2DisplayPosition_19(double id0[]); - public void SetPoint2DisplayPosition(double id0[]) - { SetPoint2DisplayPosition_19(id0); } - - private native void GetPoint1DisplayPosition_20(double id0[]); - public void GetPoint1DisplayPosition(double id0[]) - { GetPoint1DisplayPosition_20(id0); } - - private native void GetPoint2DisplayPosition_21(double id0[]); - public void GetPoint2DisplayPosition(double id0[]) - { GetPoint2DisplayPosition_21(id0); } - - private native void BuildRepresentation_22(); - public void BuildRepresentation() - { BuildRepresentation_22(); } - - private native void ReleaseGraphicsResources_23(vtkWindow id0); - public void ReleaseGraphicsResources(vtkWindow id0) - { ReleaseGraphicsResources_23(id0); } - - private native int RenderOpaqueGeometry_24(vtkViewport id0); - public int RenderOpaqueGeometry(vtkViewport id0) - { return RenderOpaqueGeometry_24(id0); } - - private native int RenderTranslucentPolygonalGeometry_25(vtkViewport id0); - public int RenderTranslucentPolygonalGeometry(vtkViewport id0) - { return RenderTranslucentPolygonalGeometry_25(id0); } - - private native void SetLabelScale_26(double id0,double id1,double id2); - public void SetLabelScale(double id0,double id1,double id2) - { SetLabelScale_26(id0,id1,id2); } - - private native void SetLabelScale_27(double id0[]); - public void SetLabelScale(double id0[]) - { SetLabelScale_27(id0); } - - private native long GetLabelProperty_28(); - public vtkProperty GetLabelProperty() { - long temp = GetLabelProperty_28(); - - if (temp == 0) return null; - return (vtkProperty)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - public vtkDistanceRepresentation3D() { super(); } - - public vtkDistanceRepresentation3D(long id) { super(id); } - public native long VTKInit(); - -}