// 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); } }