X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=vtk%2Fsrc%2Fvtk%2FvtkAnnotatedCubeActor.java;h=b522b30f3770c7bdc79f08738cc614bead76b083;hb=efb52587babd1b858c8e77fedc44a5b4ef0c1088;hp=b638ac72f0b1302f9d9a5d9ba00912aa9019ef71;hpb=471c46e9a685e20de958d77166461aebc7a7b6ee;p=simantics%2F3d.git diff --git a/vtk/src/vtk/vtkAnnotatedCubeActor.java b/vtk/src/vtk/vtkAnnotatedCubeActor.java index b638ac72..b522b30f 100644 --- a/vtk/src/vtk/vtkAnnotatedCubeActor.java +++ b/vtk/src/vtk/vtkAnnotatedCubeActor.java @@ -1,235 +1,235 @@ -// java wrapper for vtkAnnotatedCubeActor object -// - -package vtk; -import vtk.*; - -public class vtkAnnotatedCubeActor extends vtkProp3D -{ - - 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 GetActors_2(vtkPropCollection id0); - public void GetActors(vtkPropCollection id0) - { GetActors_2(id0); } - - private native int RenderOpaqueGeometry_3(vtkViewport id0); - public int RenderOpaqueGeometry(vtkViewport id0) - { return RenderOpaqueGeometry_3(id0); } - - private native int RenderTranslucentPolygonalGeometry_4(vtkViewport id0); - public int RenderTranslucentPolygonalGeometry(vtkViewport id0) - { return RenderTranslucentPolygonalGeometry_4(id0); } - - private native int HasTranslucentPolygonalGeometry_5(); - public int HasTranslucentPolygonalGeometry() - { return HasTranslucentPolygonalGeometry_5(); } - - private native void ShallowCopy_6(vtkProp id0); - public void ShallowCopy(vtkProp id0) - { ShallowCopy_6(id0); } - - private native void ReleaseGraphicsResources_7(vtkWindow id0); - public void ReleaseGraphicsResources(vtkWindow id0) - { ReleaseGraphicsResources_7(id0); } - - private native void GetBounds_8(double id0[]); - public void GetBounds(double id0[]) - { GetBounds_8(id0); } - - private native double[] GetBounds_9(); - public double[] GetBounds() - { return GetBounds_9(); } - - private native int GetMTime_10(); - public int GetMTime() - { return GetMTime_10(); } - - private native void SetFaceTextScale_11(double id0); - public void SetFaceTextScale(double id0) - { SetFaceTextScale_11(id0); } - - private native double GetFaceTextScale_12(); - public double GetFaceTextScale() - { return GetFaceTextScale_12(); } - - private native long GetXPlusFaceProperty_13(); - public vtkProperty GetXPlusFaceProperty() { - long temp = GetXPlusFaceProperty_13(); - - if (temp == 0) return null; - return (vtkProperty)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native long GetXMinusFaceProperty_14(); - public vtkProperty GetXMinusFaceProperty() { - long temp = GetXMinusFaceProperty_14(); - - if (temp == 0) return null; - return (vtkProperty)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native long GetYPlusFaceProperty_15(); - public vtkProperty GetYPlusFaceProperty() { - long temp = GetYPlusFaceProperty_15(); - - if (temp == 0) return null; - return (vtkProperty)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native long GetYMinusFaceProperty_16(); - public vtkProperty GetYMinusFaceProperty() { - long temp = GetYMinusFaceProperty_16(); - - if (temp == 0) return null; - return (vtkProperty)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native long GetZPlusFaceProperty_17(); - public vtkProperty GetZPlusFaceProperty() { - long temp = GetZPlusFaceProperty_17(); - - if (temp == 0) return null; - return (vtkProperty)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native long GetZMinusFaceProperty_18(); - public vtkProperty GetZMinusFaceProperty() { - long temp = GetZMinusFaceProperty_18(); - - if (temp == 0) return null; - return (vtkProperty)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native long GetCubeProperty_19(); - public vtkProperty GetCubeProperty() { - long temp = GetCubeProperty_19(); - - if (temp == 0) return null; - return (vtkProperty)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native long GetTextEdgesProperty_20(); - public vtkProperty GetTextEdgesProperty() { - long temp = GetTextEdgesProperty_20(); - - if (temp == 0) return null; - return (vtkProperty)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native void SetXPlusFaceText_21(String id0); - public void SetXPlusFaceText(String id0) - { SetXPlusFaceText_21(id0); } - - private native String GetXPlusFaceText_22(); - public String GetXPlusFaceText() - { return GetXPlusFaceText_22(); } - - private native void SetXMinusFaceText_23(String id0); - public void SetXMinusFaceText(String id0) - { SetXMinusFaceText_23(id0); } - - private native String GetXMinusFaceText_24(); - public String GetXMinusFaceText() - { return GetXMinusFaceText_24(); } - - private native void SetYPlusFaceText_25(String id0); - public void SetYPlusFaceText(String id0) - { SetYPlusFaceText_25(id0); } - - private native String GetYPlusFaceText_26(); - public String GetYPlusFaceText() - { return GetYPlusFaceText_26(); } - - private native void SetYMinusFaceText_27(String id0); - public void SetYMinusFaceText(String id0) - { SetYMinusFaceText_27(id0); } - - private native String GetYMinusFaceText_28(); - public String GetYMinusFaceText() - { return GetYMinusFaceText_28(); } - - private native void SetZPlusFaceText_29(String id0); - public void SetZPlusFaceText(String id0) - { SetZPlusFaceText_29(id0); } - - private native String GetZPlusFaceText_30(); - public String GetZPlusFaceText() - { return GetZPlusFaceText_30(); } - - private native void SetZMinusFaceText_31(String id0); - public void SetZMinusFaceText(String id0) - { SetZMinusFaceText_31(id0); } - - private native String GetZMinusFaceText_32(); - public String GetZMinusFaceText() - { return GetZMinusFaceText_32(); } - - private native void SetTextEdgesVisibility_33(int id0); - public void SetTextEdgesVisibility(int id0) - { SetTextEdgesVisibility_33(id0); } - - private native int GetTextEdgesVisibility_34(); - public int GetTextEdgesVisibility() - { return GetTextEdgesVisibility_34(); } - - private native void SetCubeVisibility_35(int id0); - public void SetCubeVisibility(int id0) - { SetCubeVisibility_35(id0); } - - private native int GetCubeVisibility_36(); - public int GetCubeVisibility() - { return GetCubeVisibility_36(); } - - private native void SetFaceTextVisibility_37(int id0); - public void SetFaceTextVisibility(int id0) - { SetFaceTextVisibility_37(id0); } - - private native int GetFaceTextVisibility_38(); - public int GetFaceTextVisibility() - { return GetFaceTextVisibility_38(); } - - private native void SetXFaceTextRotation_39(double id0); - public void SetXFaceTextRotation(double id0) - { SetXFaceTextRotation_39(id0); } - - private native double GetXFaceTextRotation_40(); - public double GetXFaceTextRotation() - { return GetXFaceTextRotation_40(); } - - private native void SetYFaceTextRotation_41(double id0); - public void SetYFaceTextRotation(double id0) - { SetYFaceTextRotation_41(id0); } - - private native double GetYFaceTextRotation_42(); - public double GetYFaceTextRotation() - { return GetYFaceTextRotation_42(); } - - private native void SetZFaceTextRotation_43(double id0); - public void SetZFaceTextRotation(double id0) - { SetZFaceTextRotation_43(id0); } - - private native double GetZFaceTextRotation_44(); - public double GetZFaceTextRotation() - { return GetZFaceTextRotation_44(); } - - private native long GetAssembly_45(); - public vtkAssembly GetAssembly() { - long temp = GetAssembly_45(); - - if (temp == 0) return null; - return (vtkAssembly)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - public vtkAnnotatedCubeActor() { super(); } - - public vtkAnnotatedCubeActor(long id) { super(id); } - public native long VTKInit(); - -} +// java wrapper for vtkAnnotatedCubeActor object +// + +package vtk; +import vtk.*; + +public class vtkAnnotatedCubeActor extends vtkProp3D +{ + + 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 GetActors_2(vtkPropCollection id0); + public void GetActors(vtkPropCollection id0) + { GetActors_2(id0); } + + private native int RenderOpaqueGeometry_3(vtkViewport id0); + public int RenderOpaqueGeometry(vtkViewport id0) + { return RenderOpaqueGeometry_3(id0); } + + private native int RenderTranslucentPolygonalGeometry_4(vtkViewport id0); + public int RenderTranslucentPolygonalGeometry(vtkViewport id0) + { return RenderTranslucentPolygonalGeometry_4(id0); } + + private native int HasTranslucentPolygonalGeometry_5(); + public int HasTranslucentPolygonalGeometry() + { return HasTranslucentPolygonalGeometry_5(); } + + private native void ShallowCopy_6(vtkProp id0); + public void ShallowCopy(vtkProp id0) + { ShallowCopy_6(id0); } + + private native void ReleaseGraphicsResources_7(vtkWindow id0); + public void ReleaseGraphicsResources(vtkWindow id0) + { ReleaseGraphicsResources_7(id0); } + + private native void GetBounds_8(double id0[]); + public void GetBounds(double id0[]) + { GetBounds_8(id0); } + + private native double[] GetBounds_9(); + public double[] GetBounds() + { return GetBounds_9(); } + + private native int GetMTime_10(); + public int GetMTime() + { return GetMTime_10(); } + + private native void SetFaceTextScale_11(double id0); + public void SetFaceTextScale(double id0) + { SetFaceTextScale_11(id0); } + + private native double GetFaceTextScale_12(); + public double GetFaceTextScale() + { return GetFaceTextScale_12(); } + + private native long GetXPlusFaceProperty_13(); + public vtkProperty GetXPlusFaceProperty() { + long temp = GetXPlusFaceProperty_13(); + + if (temp == 0) return null; + return (vtkProperty)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native long GetXMinusFaceProperty_14(); + public vtkProperty GetXMinusFaceProperty() { + long temp = GetXMinusFaceProperty_14(); + + if (temp == 0) return null; + return (vtkProperty)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native long GetYPlusFaceProperty_15(); + public vtkProperty GetYPlusFaceProperty() { + long temp = GetYPlusFaceProperty_15(); + + if (temp == 0) return null; + return (vtkProperty)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native long GetYMinusFaceProperty_16(); + public vtkProperty GetYMinusFaceProperty() { + long temp = GetYMinusFaceProperty_16(); + + if (temp == 0) return null; + return (vtkProperty)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native long GetZPlusFaceProperty_17(); + public vtkProperty GetZPlusFaceProperty() { + long temp = GetZPlusFaceProperty_17(); + + if (temp == 0) return null; + return (vtkProperty)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native long GetZMinusFaceProperty_18(); + public vtkProperty GetZMinusFaceProperty() { + long temp = GetZMinusFaceProperty_18(); + + if (temp == 0) return null; + return (vtkProperty)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native long GetCubeProperty_19(); + public vtkProperty GetCubeProperty() { + long temp = GetCubeProperty_19(); + + if (temp == 0) return null; + return (vtkProperty)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native long GetTextEdgesProperty_20(); + public vtkProperty GetTextEdgesProperty() { + long temp = GetTextEdgesProperty_20(); + + if (temp == 0) return null; + return (vtkProperty)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native void SetXPlusFaceText_21(String id0); + public void SetXPlusFaceText(String id0) + { SetXPlusFaceText_21(id0); } + + private native String GetXPlusFaceText_22(); + public String GetXPlusFaceText() + { return GetXPlusFaceText_22(); } + + private native void SetXMinusFaceText_23(String id0); + public void SetXMinusFaceText(String id0) + { SetXMinusFaceText_23(id0); } + + private native String GetXMinusFaceText_24(); + public String GetXMinusFaceText() + { return GetXMinusFaceText_24(); } + + private native void SetYPlusFaceText_25(String id0); + public void SetYPlusFaceText(String id0) + { SetYPlusFaceText_25(id0); } + + private native String GetYPlusFaceText_26(); + public String GetYPlusFaceText() + { return GetYPlusFaceText_26(); } + + private native void SetYMinusFaceText_27(String id0); + public void SetYMinusFaceText(String id0) + { SetYMinusFaceText_27(id0); } + + private native String GetYMinusFaceText_28(); + public String GetYMinusFaceText() + { return GetYMinusFaceText_28(); } + + private native void SetZPlusFaceText_29(String id0); + public void SetZPlusFaceText(String id0) + { SetZPlusFaceText_29(id0); } + + private native String GetZPlusFaceText_30(); + public String GetZPlusFaceText() + { return GetZPlusFaceText_30(); } + + private native void SetZMinusFaceText_31(String id0); + public void SetZMinusFaceText(String id0) + { SetZMinusFaceText_31(id0); } + + private native String GetZMinusFaceText_32(); + public String GetZMinusFaceText() + { return GetZMinusFaceText_32(); } + + private native void SetTextEdgesVisibility_33(int id0); + public void SetTextEdgesVisibility(int id0) + { SetTextEdgesVisibility_33(id0); } + + private native int GetTextEdgesVisibility_34(); + public int GetTextEdgesVisibility() + { return GetTextEdgesVisibility_34(); } + + private native void SetCubeVisibility_35(int id0); + public void SetCubeVisibility(int id0) + { SetCubeVisibility_35(id0); } + + private native int GetCubeVisibility_36(); + public int GetCubeVisibility() + { return GetCubeVisibility_36(); } + + private native void SetFaceTextVisibility_37(int id0); + public void SetFaceTextVisibility(int id0) + { SetFaceTextVisibility_37(id0); } + + private native int GetFaceTextVisibility_38(); + public int GetFaceTextVisibility() + { return GetFaceTextVisibility_38(); } + + private native void SetXFaceTextRotation_39(double id0); + public void SetXFaceTextRotation(double id0) + { SetXFaceTextRotation_39(id0); } + + private native double GetXFaceTextRotation_40(); + public double GetXFaceTextRotation() + { return GetXFaceTextRotation_40(); } + + private native void SetYFaceTextRotation_41(double id0); + public void SetYFaceTextRotation(double id0) + { SetYFaceTextRotation_41(id0); } + + private native double GetYFaceTextRotation_42(); + public double GetYFaceTextRotation() + { return GetYFaceTextRotation_42(); } + + private native void SetZFaceTextRotation_43(double id0); + public void SetZFaceTextRotation(double id0) + { SetZFaceTextRotation_43(id0); } + + private native double GetZFaceTextRotation_44(); + public double GetZFaceTextRotation() + { return GetZFaceTextRotation_44(); } + + private native long GetAssembly_45(); + public vtkAssembly GetAssembly() { + long temp = GetAssembly_45(); + + if (temp == 0) return null; + return (vtkAssembly)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + public vtkAnnotatedCubeActor() { super(); } + + public vtkAnnotatedCubeActor(long id) { super(id); } + public native long VTKInit(); + +}