// java wrapper for vtkPropAssembly object // package vtk; import vtk.*; public class vtkPropAssembly extends vtkProp { 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 AddPart_2(vtkProp id0); public void AddPart(vtkProp id0) { AddPart_2(id0); } private native void RemovePart_3(vtkProp id0); public void RemovePart(vtkProp id0) { RemovePart_3(id0); } private native long GetParts_4(); public vtkPropCollection GetParts() { long temp = GetParts_4(); if (temp == 0) return null; return (vtkPropCollection)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native int RenderOpaqueGeometry_5(vtkViewport id0); public int RenderOpaqueGeometry(vtkViewport id0) { return RenderOpaqueGeometry_5(id0); } private native int RenderTranslucentPolygonalGeometry_6(vtkViewport id0); public int RenderTranslucentPolygonalGeometry(vtkViewport id0) { return RenderTranslucentPolygonalGeometry_6(id0); } private native int RenderVolumetricGeometry_7(vtkViewport id0); public int RenderVolumetricGeometry(vtkViewport id0) { return RenderVolumetricGeometry_7(id0); } private native int RenderOverlay_8(vtkViewport id0); public int RenderOverlay(vtkViewport id0) { return RenderOverlay_8(id0); } private native int HasTranslucentPolygonalGeometry_9(); public int HasTranslucentPolygonalGeometry() { return HasTranslucentPolygonalGeometry_9(); } private native void ReleaseGraphicsResources_10(vtkWindow id0); public void ReleaseGraphicsResources(vtkWindow id0) { ReleaseGraphicsResources_10(id0); } private native double[] GetBounds_11(); public double[] GetBounds() { return GetBounds_11(); } private native void ShallowCopy_12(vtkProp id0); public void ShallowCopy(vtkProp id0) { ShallowCopy_12(id0); } private native int GetMTime_13(); public int GetMTime() { return GetMTime_13(); } private native void InitPathTraversal_14(); public void InitPathTraversal() { InitPathTraversal_14(); } private native long GetNextPath_15(); public vtkAssemblyPath GetNextPath() { long temp = GetNextPath_15(); if (temp == 0) return null; return (vtkAssemblyPath)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native int GetNumberOfPaths_16(); public int GetNumberOfPaths() { return GetNumberOfPaths_16(); } private native void BuildPaths_17(vtkAssemblyPaths id0,vtkAssemblyPath id1); public void BuildPaths(vtkAssemblyPaths id0,vtkAssemblyPath id1) { BuildPaths_17(id0,id1); } public vtkPropAssembly() { super(); } public vtkPropAssembly(long id) { super(id); } public native long VTKInit(); }