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