X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=vtk%2Fsrc%2Fvtk%2FvtkSliderRepresentation2D.java;h=0309637bfffad8bdc2cf29a8b8b38e3f6224e1f6;hb=3523a218827de60e1aa4ce7be126342418ddb054;hp=13a3c8739a3a35e431aa704efd403347afa71882;hpb=471c46e9a685e20de958d77166461aebc7a7b6ee;p=simantics%2F3d.git diff --git a/vtk/src/vtk/vtkSliderRepresentation2D.java b/vtk/src/vtk/vtkSliderRepresentation2D.java index 13a3c873..0309637b 100644 --- a/vtk/src/vtk/vtkSliderRepresentation2D.java +++ b/vtk/src/vtk/vtkSliderRepresentation2D.java @@ -1,131 +1,131 @@ -// java wrapper for vtkSliderRepresentation2D object -// - -package vtk; -import vtk.*; - -public class vtkSliderRepresentation2D extends vtkSliderRepresentation -{ - - 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 GetPoint1Coordinate_2(); - public vtkCoordinate GetPoint1Coordinate() { - long temp = GetPoint1Coordinate_2(); - - if (temp == 0) return null; - return (vtkCoordinate)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native long GetPoint2Coordinate_3(); - public vtkCoordinate GetPoint2Coordinate() { - long temp = GetPoint2Coordinate_3(); - - if (temp == 0) return null; - return (vtkCoordinate)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native void SetTitleText_4(String id0); - public void SetTitleText(String id0) - { SetTitleText_4(id0); } - - private native String GetTitleText_5(); - public String GetTitleText() - { return GetTitleText_5(); } - - private native long GetSliderProperty_6(); - public vtkProperty2D GetSliderProperty() { - long temp = GetSliderProperty_6(); - - if (temp == 0) return null; - return (vtkProperty2D)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native long GetTubeProperty_7(); - public vtkProperty2D GetTubeProperty() { - long temp = GetTubeProperty_7(); - - if (temp == 0) return null; - return (vtkProperty2D)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native long GetCapProperty_8(); - public vtkProperty2D GetCapProperty() { - long temp = GetCapProperty_8(); - - if (temp == 0) return null; - return (vtkProperty2D)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native long GetSelectedProperty_9(); - public vtkProperty2D GetSelectedProperty() { - long temp = GetSelectedProperty_9(); - - if (temp == 0) return null; - return (vtkProperty2D)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native long GetLabelProperty_10(); - public vtkTextProperty GetLabelProperty() { - long temp = GetLabelProperty_10(); - - if (temp == 0) return null; - return (vtkTextProperty)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native long GetTitleProperty_11(); - public vtkTextProperty GetTitleProperty() { - long temp = GetTitleProperty_11(); - - if (temp == 0) return null; - return (vtkTextProperty)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native void PlaceWidget_12(double id0[]); - public void PlaceWidget(double id0[]) - { PlaceWidget_12(id0); } - - private native void BuildRepresentation_13(); - public void BuildRepresentation() - { BuildRepresentation_13(); } - - private native void StartWidgetInteraction_14(double id0[]); - public void StartWidgetInteraction(double id0[]) - { StartWidgetInteraction_14(id0); } - - private native void WidgetInteraction_15(double id0[]); - public void WidgetInteraction(double id0[]) - { WidgetInteraction_15(id0); } - - private native void Highlight_16(int id0); - public void Highlight(int id0) - { Highlight_16(id0); } - - private native void GetActors2D_17(vtkPropCollection id0); - public void GetActors2D(vtkPropCollection id0) - { GetActors2D_17(id0); } - - private native void ReleaseGraphicsResources_18(vtkWindow id0); - public void ReleaseGraphicsResources(vtkWindow id0) - { ReleaseGraphicsResources_18(id0); } - - private native int RenderOverlay_19(vtkViewport id0); - public int RenderOverlay(vtkViewport id0) - { return RenderOverlay_19(id0); } - - private native int RenderOpaqueGeometry_20(vtkViewport id0); - public int RenderOpaqueGeometry(vtkViewport id0) - { return RenderOpaqueGeometry_20(id0); } - - public vtkSliderRepresentation2D() { super(); } - - public vtkSliderRepresentation2D(long id) { super(id); } - public native long VTKInit(); - -} +// java wrapper for vtkSliderRepresentation2D object +// + +package vtk; +import vtk.*; + +public class vtkSliderRepresentation2D extends vtkSliderRepresentation +{ + + 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 GetPoint1Coordinate_2(); + public vtkCoordinate GetPoint1Coordinate() { + long temp = GetPoint1Coordinate_2(); + + if (temp == 0) return null; + return (vtkCoordinate)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native long GetPoint2Coordinate_3(); + public vtkCoordinate GetPoint2Coordinate() { + long temp = GetPoint2Coordinate_3(); + + if (temp == 0) return null; + return (vtkCoordinate)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native void SetTitleText_4(String id0); + public void SetTitleText(String id0) + { SetTitleText_4(id0); } + + private native String GetTitleText_5(); + public String GetTitleText() + { return GetTitleText_5(); } + + private native long GetSliderProperty_6(); + public vtkProperty2D GetSliderProperty() { + long temp = GetSliderProperty_6(); + + if (temp == 0) return null; + return (vtkProperty2D)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native long GetTubeProperty_7(); + public vtkProperty2D GetTubeProperty() { + long temp = GetTubeProperty_7(); + + if (temp == 0) return null; + return (vtkProperty2D)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native long GetCapProperty_8(); + public vtkProperty2D GetCapProperty() { + long temp = GetCapProperty_8(); + + if (temp == 0) return null; + return (vtkProperty2D)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native long GetSelectedProperty_9(); + public vtkProperty2D GetSelectedProperty() { + long temp = GetSelectedProperty_9(); + + if (temp == 0) return null; + return (vtkProperty2D)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native long GetLabelProperty_10(); + public vtkTextProperty GetLabelProperty() { + long temp = GetLabelProperty_10(); + + if (temp == 0) return null; + return (vtkTextProperty)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native long GetTitleProperty_11(); + public vtkTextProperty GetTitleProperty() { + long temp = GetTitleProperty_11(); + + if (temp == 0) return null; + return (vtkTextProperty)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native void PlaceWidget_12(double id0[]); + public void PlaceWidget(double id0[]) + { PlaceWidget_12(id0); } + + private native void BuildRepresentation_13(); + public void BuildRepresentation() + { BuildRepresentation_13(); } + + private native void StartWidgetInteraction_14(double id0[]); + public void StartWidgetInteraction(double id0[]) + { StartWidgetInteraction_14(id0); } + + private native void WidgetInteraction_15(double id0[]); + public void WidgetInteraction(double id0[]) + { WidgetInteraction_15(id0); } + + private native void Highlight_16(int id0); + public void Highlight(int id0) + { Highlight_16(id0); } + + private native void GetActors2D_17(vtkPropCollection id0); + public void GetActors2D(vtkPropCollection id0) + { GetActors2D_17(id0); } + + private native void ReleaseGraphicsResources_18(vtkWindow id0); + public void ReleaseGraphicsResources(vtkWindow id0) + { ReleaseGraphicsResources_18(id0); } + + private native int RenderOverlay_19(vtkViewport id0); + public int RenderOverlay(vtkViewport id0) + { return RenderOverlay_19(id0); } + + private native int RenderOpaqueGeometry_20(vtkViewport id0); + public int RenderOpaqueGeometry(vtkViewport id0) + { return RenderOpaqueGeometry_20(id0); } + + public vtkSliderRepresentation2D() { super(); } + + public vtkSliderRepresentation2D(long id) { super(id); } + public native long VTKInit(); + +}