X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=vtk%2Fsrc%2Fvtk%2FvtkTexturedButtonRepresentation2D.java;h=df4a7420d251e1fe1959c485930b7f94fddb0d3c;hb=34cb7e694463fb4463a9bde610a1fd3bfd330644;hp=d63ea3b223c859e06b00404db47b753bcd2cae30;hpb=471c46e9a685e20de958d77166461aebc7a7b6ee;p=simantics%2F3d.git diff --git a/vtk/src/vtk/vtkTexturedButtonRepresentation2D.java b/vtk/src/vtk/vtkTexturedButtonRepresentation2D.java index d63ea3b2..df4a7420 100644 --- a/vtk/src/vtk/vtkTexturedButtonRepresentation2D.java +++ b/vtk/src/vtk/vtkTexturedButtonRepresentation2D.java @@ -1,119 +1,119 @@ -// java wrapper for vtkTexturedButtonRepresentation2D object -// - -package vtk; -import vtk.*; - -public class vtkTexturedButtonRepresentation2D 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 SetProperty_2(vtkProperty2D id0); - public void SetProperty(vtkProperty2D id0) - { SetProperty_2(id0); } - - private native long GetProperty_3(); - public vtkProperty2D GetProperty() { - long temp = GetProperty_3(); - - if (temp == 0) return null; - return (vtkProperty2D)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native void SetHoveringProperty_4(vtkProperty2D id0); - public void SetHoveringProperty(vtkProperty2D id0) - { SetHoveringProperty_4(id0); } - - private native long GetHoveringProperty_5(); - public vtkProperty2D GetHoveringProperty() { - long temp = GetHoveringProperty_5(); - - if (temp == 0) return null; - return (vtkProperty2D)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native void SetSelectingProperty_6(vtkProperty2D id0); - public void SetSelectingProperty(vtkProperty2D id0) - { SetSelectingProperty_6(id0); } - - private native long GetSelectingProperty_7(); - public vtkProperty2D GetSelectingProperty() { - long temp = GetSelectingProperty_7(); - - if (temp == 0) return null; - return (vtkProperty2D)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native void SetButtonTexture_8(int id0,vtkImageData id1); - public void SetButtonTexture(int id0,vtkImageData id1) - { SetButtonTexture_8(id0,id1); } - - private native long GetButtonTexture_9(int id0); - public vtkImageData GetButtonTexture(int id0) { - long temp = GetButtonTexture_9(id0); - - if (temp == 0) return null; - return (vtkImageData)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native long GetBalloon_10(); - public vtkBalloonRepresentation GetBalloon() { - long temp = GetBalloon_10(); - - if (temp == 0) return null; - return (vtkBalloonRepresentation)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native int ComputeInteractionState_11(int id0,int id1,int id2); - public int ComputeInteractionState(int id0,int id1,int id2) - { return ComputeInteractionState_11(id0,id1,id2); } - - private native void BuildRepresentation_12(); - public void BuildRepresentation() - { BuildRepresentation_12(); } - - private native void Highlight_13(int id0); - public void Highlight(int id0) - { Highlight_13(id0); } - - private native void PlaceWidget_14(double id0[]); - public void PlaceWidget(double id0[]) - { PlaceWidget_14(id0); } - - private native void PlaceWidget_15(double id0[],int id1[]); - public void PlaceWidget(double id0[],int id1[]) - { PlaceWidget_15(id0,id1); } - - private native void ShallowCopy_16(vtkProp id0); - public void ShallowCopy(vtkProp id0) - { ShallowCopy_16(id0); } - - private native void GetActors_17(vtkPropCollection id0); - public void GetActors(vtkPropCollection id0) - { GetActors_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 HasTranslucentPolygonalGeometry_20(); - public int HasTranslucentPolygonalGeometry() - { return HasTranslucentPolygonalGeometry_20(); } - - public vtkTexturedButtonRepresentation2D() { super(); } - - public vtkTexturedButtonRepresentation2D(long id) { super(id); } - public native long VTKInit(); - -} +// java wrapper for vtkTexturedButtonRepresentation2D object +// + +package vtk; +import vtk.*; + +public class vtkTexturedButtonRepresentation2D 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 SetProperty_2(vtkProperty2D id0); + public void SetProperty(vtkProperty2D id0) + { SetProperty_2(id0); } + + private native long GetProperty_3(); + public vtkProperty2D GetProperty() { + long temp = GetProperty_3(); + + if (temp == 0) return null; + return (vtkProperty2D)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native void SetHoveringProperty_4(vtkProperty2D id0); + public void SetHoveringProperty(vtkProperty2D id0) + { SetHoveringProperty_4(id0); } + + private native long GetHoveringProperty_5(); + public vtkProperty2D GetHoveringProperty() { + long temp = GetHoveringProperty_5(); + + if (temp == 0) return null; + return (vtkProperty2D)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native void SetSelectingProperty_6(vtkProperty2D id0); + public void SetSelectingProperty(vtkProperty2D id0) + { SetSelectingProperty_6(id0); } + + private native long GetSelectingProperty_7(); + public vtkProperty2D GetSelectingProperty() { + long temp = GetSelectingProperty_7(); + + if (temp == 0) return null; + return (vtkProperty2D)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native void SetButtonTexture_8(int id0,vtkImageData id1); + public void SetButtonTexture(int id0,vtkImageData id1) + { SetButtonTexture_8(id0,id1); } + + private native long GetButtonTexture_9(int id0); + public vtkImageData GetButtonTexture(int id0) { + long temp = GetButtonTexture_9(id0); + + if (temp == 0) return null; + return (vtkImageData)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native long GetBalloon_10(); + public vtkBalloonRepresentation GetBalloon() { + long temp = GetBalloon_10(); + + if (temp == 0) return null; + return (vtkBalloonRepresentation)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native int ComputeInteractionState_11(int id0,int id1,int id2); + public int ComputeInteractionState(int id0,int id1,int id2) + { return ComputeInteractionState_11(id0,id1,id2); } + + private native void BuildRepresentation_12(); + public void BuildRepresentation() + { BuildRepresentation_12(); } + + private native void Highlight_13(int id0); + public void Highlight(int id0) + { Highlight_13(id0); } + + private native void PlaceWidget_14(double id0[]); + public void PlaceWidget(double id0[]) + { PlaceWidget_14(id0); } + + private native void PlaceWidget_15(double id0[],int id1[]); + public void PlaceWidget(double id0[],int id1[]) + { PlaceWidget_15(id0,id1); } + + private native void ShallowCopy_16(vtkProp id0); + public void ShallowCopy(vtkProp id0) + { ShallowCopy_16(id0); } + + private native void GetActors_17(vtkPropCollection id0); + public void GetActors(vtkPropCollection id0) + { GetActors_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 HasTranslucentPolygonalGeometry_20(); + public int HasTranslucentPolygonalGeometry() + { return HasTranslucentPolygonalGeometry_20(); } + + public vtkTexturedButtonRepresentation2D() { super(); } + + public vtkTexturedButtonRepresentation2D(long id) { super(id); } + public native long VTKInit(); + +}