X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=vtk%2Fsrc%2Fvtk%2FvtkBiDimensionalRepresentation2D.java;h=061295a13a29d34f58076dd541ea754e9bf3cb6d;hb=3523a218827de60e1aa4ce7be126342418ddb054;hp=257377fdadd690f4231b10a524a5c417f8a8e6d9;hpb=471c46e9a685e20de958d77166461aebc7a7b6ee;p=simantics%2F3d.git diff --git a/vtk/src/vtk/vtkBiDimensionalRepresentation2D.java b/vtk/src/vtk/vtkBiDimensionalRepresentation2D.java index 257377fd..061295a1 100644 --- a/vtk/src/vtk/vtkBiDimensionalRepresentation2D.java +++ b/vtk/src/vtk/vtkBiDimensionalRepresentation2D.java @@ -1,99 +1,99 @@ -// java wrapper for vtkBiDimensionalRepresentation2D object -// - -package vtk; -import vtk.*; - -public class vtkBiDimensionalRepresentation2D extends vtkBiDimensionalRepresentation -{ - - 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 long GetLineProperty_2(); - public vtkProperty2D GetLineProperty() { - long temp = GetLineProperty_2(); - - if (temp == 0) return null; - return (vtkProperty2D)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native long GetSelectedLineProperty_3(); - public vtkProperty2D GetSelectedLineProperty() { - long temp = GetSelectedLineProperty_3(); - - if (temp == 0) return null; - return (vtkProperty2D)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native long GetTextProperty_4(); - public vtkTextProperty GetTextProperty() { - long temp = GetTextProperty_4(); - - if (temp == 0) return null; - return (vtkTextProperty)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native void BuildRepresentation_5(); - public void BuildRepresentation() - { BuildRepresentation_5(); } - - private native int ComputeInteractionState_6(int id0,int id1,int id2); - public int ComputeInteractionState(int id0,int id1,int id2) - { return ComputeInteractionState_6(id0,id1,id2); } - - private native void StartWidgetDefinition_7(double id0[]); - public void StartWidgetDefinition(double id0[]) - { StartWidgetDefinition_7(id0); } - - private native void Point2WidgetInteraction_8(double id0[]); - public void Point2WidgetInteraction(double id0[]) - { Point2WidgetInteraction_8(id0); } - - private native void Point3WidgetInteraction_9(double id0[]); - public void Point3WidgetInteraction(double id0[]) - { Point3WidgetInteraction_9(id0); } - - private native void StartWidgetManipulation_10(double id0[]); - public void StartWidgetManipulation(double id0[]) - { StartWidgetManipulation_10(id0); } - - private native void WidgetInteraction_11(double id0[]); - public void WidgetInteraction(double id0[]) - { WidgetInteraction_11(id0); } - - private native void Highlight_12(int id0); - public void Highlight(int id0) - { Highlight_12(id0); } - - private native void ReleaseGraphicsResources_13(vtkWindow id0); - public void ReleaseGraphicsResources(vtkWindow id0) - { ReleaseGraphicsResources_13(id0); } - - private native int RenderOverlay_14(vtkViewport id0); - public int RenderOverlay(vtkViewport id0) - { return RenderOverlay_14(id0); } - - private native String GetLabelText_15(); - public String GetLabelText() - { return GetLabelText_15(); } - - private native void GetLabelPosition_16(double id0[]); - public void GetLabelPosition(double id0[]) - { GetLabelPosition_16(id0); } - - private native void GetWorldLabelPosition_17(double id0[]); - public void GetWorldLabelPosition(double id0[]) - { GetWorldLabelPosition_17(id0); } - - public vtkBiDimensionalRepresentation2D() { super(); } - - public vtkBiDimensionalRepresentation2D(long id) { super(id); } - public native long VTKInit(); - -} +// java wrapper for vtkBiDimensionalRepresentation2D object +// + +package vtk; +import vtk.*; + +public class vtkBiDimensionalRepresentation2D extends vtkBiDimensionalRepresentation +{ + + 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 long GetLineProperty_2(); + public vtkProperty2D GetLineProperty() { + long temp = GetLineProperty_2(); + + if (temp == 0) return null; + return (vtkProperty2D)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native long GetSelectedLineProperty_3(); + public vtkProperty2D GetSelectedLineProperty() { + long temp = GetSelectedLineProperty_3(); + + if (temp == 0) return null; + return (vtkProperty2D)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native long GetTextProperty_4(); + public vtkTextProperty GetTextProperty() { + long temp = GetTextProperty_4(); + + if (temp == 0) return null; + return (vtkTextProperty)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native void BuildRepresentation_5(); + public void BuildRepresentation() + { BuildRepresentation_5(); } + + private native int ComputeInteractionState_6(int id0,int id1,int id2); + public int ComputeInteractionState(int id0,int id1,int id2) + { return ComputeInteractionState_6(id0,id1,id2); } + + private native void StartWidgetDefinition_7(double id0[]); + public void StartWidgetDefinition(double id0[]) + { StartWidgetDefinition_7(id0); } + + private native void Point2WidgetInteraction_8(double id0[]); + public void Point2WidgetInteraction(double id0[]) + { Point2WidgetInteraction_8(id0); } + + private native void Point3WidgetInteraction_9(double id0[]); + public void Point3WidgetInteraction(double id0[]) + { Point3WidgetInteraction_9(id0); } + + private native void StartWidgetManipulation_10(double id0[]); + public void StartWidgetManipulation(double id0[]) + { StartWidgetManipulation_10(id0); } + + private native void WidgetInteraction_11(double id0[]); + public void WidgetInteraction(double id0[]) + { WidgetInteraction_11(id0); } + + private native void Highlight_12(int id0); + public void Highlight(int id0) + { Highlight_12(id0); } + + private native void ReleaseGraphicsResources_13(vtkWindow id0); + public void ReleaseGraphicsResources(vtkWindow id0) + { ReleaseGraphicsResources_13(id0); } + + private native int RenderOverlay_14(vtkViewport id0); + public int RenderOverlay(vtkViewport id0) + { return RenderOverlay_14(id0); } + + private native String GetLabelText_15(); + public String GetLabelText() + { return GetLabelText_15(); } + + private native void GetLabelPosition_16(double id0[]); + public void GetLabelPosition(double id0[]) + { GetLabelPosition_16(id0); } + + private native void GetWorldLabelPosition_17(double id0[]); + public void GetWorldLabelPosition(double id0[]) + { GetWorldLabelPosition_17(id0); } + + public vtkBiDimensionalRepresentation2D() { super(); } + + public vtkBiDimensionalRepresentation2D(long id) { super(id); } + public native long VTKInit(); + +}