X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=vtk%2Fsrc%2Fvtk%2FvtkProp.java;h=b6654f008ea42d0308399aeabb40b14aaeb9977d;hb=HEAD;hp=f8d1fba644a1df3fb86d9abfd3fbdd2b0112c32c;hpb=471c46e9a685e20de958d77166461aebc7a7b6ee;p=simantics%2F3d.git diff --git a/vtk/src/vtk/vtkProp.java b/vtk/src/vtk/vtkProp.java index f8d1fba6..b6654f00 100644 --- a/vtk/src/vtk/vtkProp.java +++ b/vtk/src/vtk/vtkProp.java @@ -1,222 +1,282 @@ -// java wrapper for vtkProp object -// - -package vtk; -import vtk.*; - -public class vtkProp extends vtkObject -{ - - 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 void GetActors2D_3(vtkPropCollection id0); - public void GetActors2D(vtkPropCollection id0) - { GetActors2D_3(id0); } - - private native void GetVolumes_4(vtkPropCollection id0); - public void GetVolumes(vtkPropCollection id0) - { GetVolumes_4(id0); } - - private native void SetVisibility_5(int id0); - public void SetVisibility(int id0) - { SetVisibility_5(id0); } - - private native int GetVisibility_6(); - public int GetVisibility() - { return GetVisibility_6(); } - - private native void VisibilityOn_7(); - public void VisibilityOn() - { VisibilityOn_7(); } - - private native void VisibilityOff_8(); - public void VisibilityOff() - { VisibilityOff_8(); } - - private native void SetPickable_9(int id0); - public void SetPickable(int id0) - { SetPickable_9(id0); } - - private native int GetPickable_10(); - public int GetPickable() - { return GetPickable_10(); } - - private native void PickableOn_11(); - public void PickableOn() - { PickableOn_11(); } - - private native void PickableOff_12(); - public void PickableOff() - { PickableOff_12(); } - - private native void Pick_13(); - public void Pick() - { Pick_13(); } - - private native void SetDragable_14(int id0); - public void SetDragable(int id0) - { SetDragable_14(id0); } - - private native int GetDragable_15(); - public int GetDragable() - { return GetDragable_15(); } - - private native void DragableOn_16(); - public void DragableOn() - { DragableOn_16(); } - - private native void DragableOff_17(); - public void DragableOff() - { DragableOff_17(); } - - private native int GetRedrawMTime_18(); - public int GetRedrawMTime() - { return GetRedrawMTime_18(); } - - private native void SetUseBounds_19(boolean id0); - public void SetUseBounds(boolean id0) - { SetUseBounds_19(id0); } - - private native boolean GetUseBounds_20(); - public boolean GetUseBounds() - { return GetUseBounds_20(); } - - private native void UseBoundsOn_21(); - public void UseBoundsOn() - { UseBoundsOn_21(); } - - private native void UseBoundsOff_22(); - public void UseBoundsOff() - { UseBoundsOff_22(); } - - private native double[] GetBounds_23(); - public double[] GetBounds() - { return GetBounds_23(); } - - private native void ShallowCopy_24(vtkProp id0); - public void ShallowCopy(vtkProp id0) - { ShallowCopy_24(id0); } - - private native void InitPathTraversal_25(); - public void InitPathTraversal() - { InitPathTraversal_25(); } - - private native long GetNextPath_26(); - public vtkAssemblyPath GetNextPath() { - long temp = GetNextPath_26(); - - if (temp == 0) return null; - return (vtkAssemblyPath)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native int GetNumberOfPaths_27(); - public int GetNumberOfPaths() - { return GetNumberOfPaths_27(); } - - private native void PokeMatrix_28(vtkMatrix4x4 id0); - public void PokeMatrix(vtkMatrix4x4 id0) - { PokeMatrix_28(id0); } - - private native long GetMatrix_29(); - public vtkMatrix4x4 GetMatrix() { - long temp = GetMatrix_29(); - - if (temp == 0) return null; - return (vtkMatrix4x4)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native long GetPropertyKeys_30(); - public vtkInformation GetPropertyKeys() { - long temp = GetPropertyKeys_30(); - - if (temp == 0) return null; - return (vtkInformation)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native void SetPropertyKeys_31(vtkInformation id0); - public void SetPropertyKeys(vtkInformation id0) - { SetPropertyKeys_31(id0); } - - private native boolean HasKeys_32(vtkInformation id0); - public boolean HasKeys(vtkInformation id0) - { return HasKeys_32(id0); } - - private native int HasTranslucentPolygonalGeometry_33(); - public int HasTranslucentPolygonalGeometry() - { return HasTranslucentPolygonalGeometry_33(); } - - private native void ReleaseGraphicsResources_34(vtkWindow id0); - public void ReleaseGraphicsResources(vtkWindow id0) - { ReleaseGraphicsResources_34(id0); } - - private native double GetEstimatedRenderTime_35(); - public double GetEstimatedRenderTime() - { return GetEstimatedRenderTime_35(); } - - private native void SetEstimatedRenderTime_36(double id0); - public void SetEstimatedRenderTime(double id0) - { SetEstimatedRenderTime_36(id0); } - - private native void RestoreEstimatedRenderTime_37(); - public void RestoreEstimatedRenderTime() - { RestoreEstimatedRenderTime_37(); } - - private native double GetAllocatedRenderTime_38(); - public double GetAllocatedRenderTime() - { return GetAllocatedRenderTime_38(); } - - private native void SetRenderTimeMultiplier_39(double id0); - public void SetRenderTimeMultiplier(double id0) - { SetRenderTimeMultiplier_39(id0); } - - private native double GetRenderTimeMultiplier_40(); - public double GetRenderTimeMultiplier() - { return GetRenderTimeMultiplier_40(); } - - private native void BuildPaths_41(vtkAssemblyPaths id0,vtkAssemblyPath id1); - public void BuildPaths(vtkAssemblyPaths id0,vtkAssemblyPath id1) - { BuildPaths_41(id0,id1); } - - private native boolean GetSupportsSelection_42(); - public boolean GetSupportsSelection() - { return GetSupportsSelection_42(); } - - private native int GetNumberOfConsumers_43(); - public int GetNumberOfConsumers() - { return GetNumberOfConsumers_43(); } - - private native void AddConsumer_44(vtkObject id0); - public void AddConsumer(vtkObject id0) - { AddConsumer_44(id0); } - - private native void RemoveConsumer_45(vtkObject id0); - public void RemoveConsumer(vtkObject id0) - { RemoveConsumer_45(id0); } - - private native long GetConsumer_46(int id0); - public vtkObject GetConsumer(int id0) { - long temp = GetConsumer_46(id0); - - if (temp == 0) return null; - return (vtkObject)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native int IsConsumer_47(vtkObject id0); - public int IsConsumer(vtkObject id0) - { return IsConsumer_47(id0); } - - public vtkProp() { super(); } - - public vtkProp(long id) { super(id); } - -} +// java wrapper for vtkProp object +// + +package vtk; +import vtk.*; + +public class vtkProp extends vtkObject +{ + + 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 void GetActors2D_3(vtkPropCollection id0); + public void GetActors2D(vtkPropCollection id0) + { GetActors2D_3(id0); } + + private native void GetVolumes_4(vtkPropCollection id0); + public void GetVolumes(vtkPropCollection id0) + { GetVolumes_4(id0); } + + private native void SetVisibility_5(int id0); + public void SetVisibility(int id0) + { SetVisibility_5(id0); } + + private native int GetVisibility_6(); + public int GetVisibility() + { return GetVisibility_6(); } + + private native void VisibilityOn_7(); + public void VisibilityOn() + { VisibilityOn_7(); } + + private native void VisibilityOff_8(); + public void VisibilityOff() + { VisibilityOff_8(); } + + private native void SetPickable_9(int id0); + public void SetPickable(int id0) + { SetPickable_9(id0); } + + private native int GetPickable_10(); + public int GetPickable() + { return GetPickable_10(); } + + private native void PickableOn_11(); + public void PickableOn() + { PickableOn_11(); } + + private native void PickableOff_12(); + public void PickableOff() + { PickableOff_12(); } + + private native void Pick_13(); + public void Pick() + { Pick_13(); } + + private native void SetDragable_14(int id0); + public void SetDragable(int id0) + { SetDragable_14(id0); } + + private native int GetDragable_15(); + public int GetDragable() + { return GetDragable_15(); } + + private native void DragableOn_16(); + public void DragableOn() + { DragableOn_16(); } + + private native void DragableOff_17(); + public void DragableOff() + { DragableOff_17(); } + + private native int GetRedrawMTime_18(); + public int GetRedrawMTime() + { return GetRedrawMTime_18(); } + + private native void SetUseBounds_19(boolean id0); + public void SetUseBounds(boolean id0) + { SetUseBounds_19(id0); } + + private native boolean GetUseBounds_20(); + public boolean GetUseBounds() + { return GetUseBounds_20(); } + + private native void UseBoundsOn_21(); + public void UseBoundsOn() + { UseBoundsOn_21(); } + + private native void UseBoundsOff_22(); + public void UseBoundsOff() + { UseBoundsOff_22(); } + + private native double[] GetBounds_23(); + public double[] GetBounds() + { return GetBounds_23(); } + + private native void ShallowCopy_24(vtkProp id0); + public void ShallowCopy(vtkProp id0) + { ShallowCopy_24(id0); } + + private native void InitPathTraversal_25(); + public void InitPathTraversal() + { InitPathTraversal_25(); } + + private native long GetNextPath_26(); + public vtkAssemblyPath GetNextPath() { + long temp = GetNextPath_26(); + + if (temp == 0) return null; + return (vtkAssemblyPath)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native int GetNumberOfPaths_27(); + public int GetNumberOfPaths() + { return GetNumberOfPaths_27(); } + + private native void PokeMatrix_28(vtkMatrix4x4 id0); + public void PokeMatrix(vtkMatrix4x4 id0) + { PokeMatrix_28(id0); } + + private native long GetMatrix_29(); + public vtkMatrix4x4 GetMatrix() { + long temp = GetMatrix_29(); + + if (temp == 0) return null; + return (vtkMatrix4x4)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native long GetPropertyKeys_30(); + public vtkInformation GetPropertyKeys() { + long temp = GetPropertyKeys_30(); + + if (temp == 0) return null; + return (vtkInformation)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native void SetPropertyKeys_31(vtkInformation id0); + public void SetPropertyKeys(vtkInformation id0) + { SetPropertyKeys_31(id0); } + + private native boolean HasKeys_32(vtkInformation id0); + public boolean HasKeys(vtkInformation id0) + { return HasKeys_32(id0); } + + private native long GeneralTextureUnit_33(); + public vtkInformationIntegerKey GeneralTextureUnit() { + long temp = GeneralTextureUnit_33(); + + if (temp == 0) return null; + return (vtkInformationIntegerKey)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native long GeneralTextureTransform_34(); + public vtkInformationDoubleVectorKey GeneralTextureTransform() { + long temp = GeneralTextureTransform_34(); + + if (temp == 0) return null; + return (vtkInformationDoubleVectorKey)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native int RenderOpaqueGeometry_35(vtkViewport id0); + public int RenderOpaqueGeometry(vtkViewport id0) + { return RenderOpaqueGeometry_35(id0); } + + private native int RenderTranslucentPolygonalGeometry_36(vtkViewport id0); + public int RenderTranslucentPolygonalGeometry(vtkViewport id0) + { return RenderTranslucentPolygonalGeometry_36(id0); } + + private native int RenderVolumetricGeometry_37(vtkViewport id0); + public int RenderVolumetricGeometry(vtkViewport id0) + { return RenderVolumetricGeometry_37(id0); } + + private native int RenderOverlay_38(vtkViewport id0); + public int RenderOverlay(vtkViewport id0) + { return RenderOverlay_38(id0); } + + private native boolean RenderFilteredOpaqueGeometry_39(vtkViewport id0,vtkInformation id1); + public boolean RenderFilteredOpaqueGeometry(vtkViewport id0,vtkInformation id1) + { return RenderFilteredOpaqueGeometry_39(id0,id1); } + + private native boolean RenderFilteredTranslucentPolygonalGeometry_40(vtkViewport id0,vtkInformation id1); + public boolean RenderFilteredTranslucentPolygonalGeometry(vtkViewport id0,vtkInformation id1) + { return RenderFilteredTranslucentPolygonalGeometry_40(id0,id1); } + + private native boolean RenderFilteredVolumetricGeometry_41(vtkViewport id0,vtkInformation id1); + public boolean RenderFilteredVolumetricGeometry(vtkViewport id0,vtkInformation id1) + { return RenderFilteredVolumetricGeometry_41(id0,id1); } + + private native boolean RenderFilteredOverlay_42(vtkViewport id0,vtkInformation id1); + public boolean RenderFilteredOverlay(vtkViewport id0,vtkInformation id1) + { return RenderFilteredOverlay_42(id0,id1); } + + private native int HasTranslucentPolygonalGeometry_43(); + public int HasTranslucentPolygonalGeometry() + { return HasTranslucentPolygonalGeometry_43(); } + + private native void ReleaseGraphicsResources_44(vtkWindow id0); + public void ReleaseGraphicsResources(vtkWindow id0) + { ReleaseGraphicsResources_44(id0); } + + private native double GetEstimatedRenderTime_45(vtkViewport id0); + public double GetEstimatedRenderTime(vtkViewport id0) + { return GetEstimatedRenderTime_45(id0); } + + private native double GetEstimatedRenderTime_46(); + public double GetEstimatedRenderTime() + { return GetEstimatedRenderTime_46(); } + + private native void SetEstimatedRenderTime_47(double id0); + public void SetEstimatedRenderTime(double id0) + { SetEstimatedRenderTime_47(id0); } + + private native void RestoreEstimatedRenderTime_48(); + public void RestoreEstimatedRenderTime() + { RestoreEstimatedRenderTime_48(); } + + private native void AddEstimatedRenderTime_49(double id0,vtkViewport id1); + public void AddEstimatedRenderTime(double id0,vtkViewport id1) + { AddEstimatedRenderTime_49(id0,id1); } + + private native void SetAllocatedRenderTime_50(double id0,vtkViewport id1); + public void SetAllocatedRenderTime(double id0,vtkViewport id1) + { SetAllocatedRenderTime_50(id0,id1); } + + private native double GetAllocatedRenderTime_51(); + public double GetAllocatedRenderTime() + { return GetAllocatedRenderTime_51(); } + + private native void SetRenderTimeMultiplier_52(double id0); + public void SetRenderTimeMultiplier(double id0) + { SetRenderTimeMultiplier_52(id0); } + + private native double GetRenderTimeMultiplier_53(); + public double GetRenderTimeMultiplier() + { return GetRenderTimeMultiplier_53(); } + + private native void BuildPaths_54(vtkAssemblyPaths id0,vtkAssemblyPath id1); + public void BuildPaths(vtkAssemblyPaths id0,vtkAssemblyPath id1) + { BuildPaths_54(id0,id1); } + + private native boolean GetSupportsSelection_55(); + public boolean GetSupportsSelection() + { return GetSupportsSelection_55(); } + + private native int GetNumberOfConsumers_56(); + public int GetNumberOfConsumers() + { return GetNumberOfConsumers_56(); } + + private native void AddConsumer_57(vtkObject id0); + public void AddConsumer(vtkObject id0) + { AddConsumer_57(id0); } + + private native void RemoveConsumer_58(vtkObject id0); + public void RemoveConsumer(vtkObject id0) + { RemoveConsumer_58(id0); } + + private native long GetConsumer_59(int id0); + public vtkObject GetConsumer(int id0) { + long temp = GetConsumer_59(id0); + + if (temp == 0) return null; + return (vtkObject)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native int IsConsumer_60(vtkObject id0); + public int IsConsumer(vtkObject id0) + { return IsConsumer_60(id0); } + + public vtkProp() { super(); } + + public vtkProp(long id) { super(id); } + +}