X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=vtk%2Fsrc%2Fvtk%2FvtkDistanceRepresentation3D.java;h=168117116674c69d5d3048f6c7cc42267b74a748;hb=efb52587babd1b858c8e77fedc44a5b4ef0c1088;hp=50fcd09dc1bae90b775fbee453459867997efb84;hpb=471c46e9a685e20de958d77166461aebc7a7b6ee;p=simantics%2F3d.git diff --git a/vtk/src/vtk/vtkDistanceRepresentation3D.java b/vtk/src/vtk/vtkDistanceRepresentation3D.java index 50fcd09d..16811711 100644 --- a/vtk/src/vtk/vtkDistanceRepresentation3D.java +++ b/vtk/src/vtk/vtkDistanceRepresentation3D.java @@ -1,147 +1,151 @@ -// 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(); - -} +// 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(); + +}