X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=vtk%2Fsrc%2Fvtk%2FvtkTexturedButtonRepresentation.java;h=c3899b26f5a04663c6e20bcc62fa5cbd8e91a832;hb=0a0e6285c47fea669cf580c57682cc8f473db411;hp=5f01ebbe5c9e8bc41fd7f0e6e7504a75622167bd;hpb=471c46e9a685e20de958d77166461aebc7a7b6ee;p=simantics%2F3d.git diff --git a/vtk/src/vtk/vtkTexturedButtonRepresentation.java b/vtk/src/vtk/vtkTexturedButtonRepresentation.java index 5f01ebbe..c3899b26 100644 --- a/vtk/src/vtk/vtkTexturedButtonRepresentation.java +++ b/vtk/src/vtk/vtkTexturedButtonRepresentation.java @@ -1,147 +1,151 @@ -// java wrapper for vtkTexturedButtonRepresentation object -// - -package vtk; -import vtk.*; - -public class vtkTexturedButtonRepresentation extends vtkButtonRepresentation -{ - - 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 void SetButtonGeometry_2(vtkPolyData id0); - public void SetButtonGeometry(vtkPolyData id0) - { SetButtonGeometry_2(id0); } - - private native void SetButtonGeometryConnection_3(vtkAlgorithmOutput id0); - public void SetButtonGeometryConnection(vtkAlgorithmOutput id0) - { SetButtonGeometryConnection_3(id0); } - - private native long GetButtonGeometry_4(); - public vtkPolyData GetButtonGeometry() { - long temp = GetButtonGeometry_4(); - - if (temp == 0) return null; - return (vtkPolyData)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native void SetFollowCamera_5(int id0); - public void SetFollowCamera(int id0) - { SetFollowCamera_5(id0); } - - private native int GetFollowCamera_6(); - public int GetFollowCamera() - { return GetFollowCamera_6(); } - - private native void FollowCameraOn_7(); - public void FollowCameraOn() - { FollowCameraOn_7(); } - - private native void FollowCameraOff_8(); - public void FollowCameraOff() - { FollowCameraOff_8(); } - - private native void SetProperty_9(vtkProperty id0); - public void SetProperty(vtkProperty id0) - { SetProperty_9(id0); } - - private native long GetProperty_10(); - public vtkProperty GetProperty() { - long temp = GetProperty_10(); - - if (temp == 0) return null; - return (vtkProperty)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native void SetHoveringProperty_11(vtkProperty id0); - public void SetHoveringProperty(vtkProperty id0) - { SetHoveringProperty_11(id0); } - - private native long GetHoveringProperty_12(); - public vtkProperty GetHoveringProperty() { - long temp = GetHoveringProperty_12(); - - if (temp == 0) return null; - return (vtkProperty)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native void SetSelectingProperty_13(vtkProperty id0); - public void SetSelectingProperty(vtkProperty id0) - { SetSelectingProperty_13(id0); } - - private native long GetSelectingProperty_14(); - public vtkProperty GetSelectingProperty() { - long temp = GetSelectingProperty_14(); - - if (temp == 0) return null; - return (vtkProperty)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native void SetButtonTexture_15(int id0,vtkImageData id1); - public void SetButtonTexture(int id0,vtkImageData id1) - { SetButtonTexture_15(id0,id1); } - - private native long GetButtonTexture_16(int id0); - public vtkImageData GetButtonTexture(int id0) { - long temp = GetButtonTexture_16(id0); - - if (temp == 0) return null; - return (vtkImageData)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native void PlaceWidget_17(double id0,double id1[],double id2[]); - public void PlaceWidget(double id0,double id1[],double id2[]) - { PlaceWidget_17(id0,id1,id2); } - - private native int ComputeInteractionState_18(int id0,int id1,int id2); - public int ComputeInteractionState(int id0,int id1,int id2) - { return ComputeInteractionState_18(id0,id1,id2); } - - private native void PlaceWidget_19(double id0[]); - public void PlaceWidget(double id0[]) - { PlaceWidget_19(id0); } - - private native void BuildRepresentation_20(); - public void BuildRepresentation() - { BuildRepresentation_20(); } - - private native void Highlight_21(int id0); - public void Highlight(int id0) - { Highlight_21(id0); } - - private native void ShallowCopy_22(vtkProp id0); - public void ShallowCopy(vtkProp id0) - { ShallowCopy_22(id0); } - - private native void GetActors_23(vtkPropCollection id0); - public void GetActors(vtkPropCollection id0) - { GetActors_23(id0); } - - 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 int HasTranslucentPolygonalGeometry_27(); - public int HasTranslucentPolygonalGeometry() - { return HasTranslucentPolygonalGeometry_27(); } - - public vtkTexturedButtonRepresentation() { super(); } - - public vtkTexturedButtonRepresentation(long id) { super(id); } - public native long VTKInit(); - -} +// java wrapper for vtkTexturedButtonRepresentation object +// + +package vtk; +import vtk.*; + +public class vtkTexturedButtonRepresentation extends vtkButtonRepresentation +{ + + 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 SetButtonGeometry_2(vtkPolyData id0); + public void SetButtonGeometry(vtkPolyData id0) + { SetButtonGeometry_2(id0); } + + private native void SetButtonGeometryConnection_3(vtkAlgorithmOutput id0); + public void SetButtonGeometryConnection(vtkAlgorithmOutput id0) + { SetButtonGeometryConnection_3(id0); } + + private native long GetButtonGeometry_4(); + public vtkPolyData GetButtonGeometry() { + long temp = GetButtonGeometry_4(); + + if (temp == 0) return null; + return (vtkPolyData)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native void SetFollowCamera_5(int id0); + public void SetFollowCamera(int id0) + { SetFollowCamera_5(id0); } + + private native int GetFollowCamera_6(); + public int GetFollowCamera() + { return GetFollowCamera_6(); } + + private native void FollowCameraOn_7(); + public void FollowCameraOn() + { FollowCameraOn_7(); } + + private native void FollowCameraOff_8(); + public void FollowCameraOff() + { FollowCameraOff_8(); } + + private native void SetProperty_9(vtkProperty id0); + public void SetProperty(vtkProperty id0) + { SetProperty_9(id0); } + + private native long GetProperty_10(); + public vtkProperty GetProperty() { + long temp = GetProperty_10(); + + if (temp == 0) return null; + return (vtkProperty)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native void SetHoveringProperty_11(vtkProperty id0); + public void SetHoveringProperty(vtkProperty id0) + { SetHoveringProperty_11(id0); } + + private native long GetHoveringProperty_12(); + public vtkProperty GetHoveringProperty() { + long temp = GetHoveringProperty_12(); + + if (temp == 0) return null; + return (vtkProperty)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native void SetSelectingProperty_13(vtkProperty id0); + public void SetSelectingProperty(vtkProperty id0) + { SetSelectingProperty_13(id0); } + + private native long GetSelectingProperty_14(); + public vtkProperty GetSelectingProperty() { + long temp = GetSelectingProperty_14(); + + if (temp == 0) return null; + return (vtkProperty)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native void SetButtonTexture_15(int id0,vtkImageData id1); + public void SetButtonTexture(int id0,vtkImageData id1) + { SetButtonTexture_15(id0,id1); } + + private native long GetButtonTexture_16(int id0); + public vtkImageData GetButtonTexture(int id0) { + long temp = GetButtonTexture_16(id0); + + if (temp == 0) return null; + return (vtkImageData)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native void PlaceWidget_17(double id0,double id1[],double id2[]); + public void PlaceWidget(double id0,double id1[],double id2[]) + { PlaceWidget_17(id0,id1,id2); } + + private native int ComputeInteractionState_18(int id0,int id1,int id2); + public int ComputeInteractionState(int id0,int id1,int id2) + { return ComputeInteractionState_18(id0,id1,id2); } + + private native void PlaceWidget_19(double id0[]); + public void PlaceWidget(double id0[]) + { PlaceWidget_19(id0); } + + private native void BuildRepresentation_20(); + public void BuildRepresentation() + { BuildRepresentation_20(); } + + private native void Highlight_21(int id0); + public void Highlight(int id0) + { Highlight_21(id0); } + + private native void ShallowCopy_22(vtkProp id0); + public void ShallowCopy(vtkProp id0) + { ShallowCopy_22(id0); } + + private native void GetActors_23(vtkPropCollection id0); + public void GetActors(vtkPropCollection id0) + { GetActors_23(id0); } + + 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 int HasTranslucentPolygonalGeometry_27(); + public int HasTranslucentPolygonalGeometry() + { return HasTranslucentPolygonalGeometry_27(); } + + private native void RegisterPickers_28(); + public void RegisterPickers() + { RegisterPickers_28(); } + + public vtkTexturedButtonRepresentation() { super(); } + + public vtkTexturedButtonRepresentation(long id) { super(id); } + public native long VTKInit(); + +}