// java wrapper for vtkAssembly object // package vtk; import vtk.*; public class vtkAssembly 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 AddPart_2(vtkProp3D id0); public void AddPart(vtkProp3D id0) { AddPart_2(id0); } private native void RemovePart_3(vtkProp3D id0); public void RemovePart(vtkProp3D id0) { RemovePart_3(id0); } private native long GetParts_4(); public vtkProp3DCollection GetParts() { long temp = GetParts_4(); if (temp == 0) return null; return (vtkProp3DCollection)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native void GetActors_5(vtkPropCollection id0); public void GetActors(vtkPropCollection id0) { GetActors_5(id0); } private native void GetVolumes_6(vtkPropCollection id0); public void GetVolumes(vtkPropCollection id0) { GetVolumes_6(id0); } private native int RenderOpaqueGeometry_7(vtkViewport id0); public int RenderOpaqueGeometry(vtkViewport id0) { return RenderOpaqueGeometry_7(id0); } private native int RenderTranslucentPolygonalGeometry_8(vtkViewport id0); public int RenderTranslucentPolygonalGeometry(vtkViewport id0) { return RenderTranslucentPolygonalGeometry_8(id0); } private native int RenderVolumetricGeometry_9(vtkViewport id0); public int RenderVolumetricGeometry(vtkViewport id0) { return RenderVolumetricGeometry_9(id0); } private native int HasTranslucentPolygonalGeometry_10(); public int HasTranslucentPolygonalGeometry() { return HasTranslucentPolygonalGeometry_10(); } private native void ReleaseGraphicsResources_11(vtkWindow id0); public void ReleaseGraphicsResources(vtkWindow id0) { ReleaseGraphicsResources_11(id0); } private native void InitPathTraversal_12(); public void InitPathTraversal() { InitPathTraversal_12(); } private native long GetNextPath_13(); public vtkAssemblyPath GetNextPath() { long temp = GetNextPath_13(); if (temp == 0) return null; return (vtkAssemblyPath)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native int GetNumberOfPaths_14(); public int GetNumberOfPaths() { return GetNumberOfPaths_14(); } private native void GetBounds_15(double id0[]); public void GetBounds(double id0[]) { GetBounds_15(id0); } private native double[] GetBounds_16(); public double[] GetBounds() { return GetBounds_16(); } private native int GetMTime_17(); public int GetMTime() { return GetMTime_17(); } private native void ShallowCopy_18(vtkProp id0); public void ShallowCopy(vtkProp id0) { ShallowCopy_18(id0); } private native void BuildPaths_19(vtkAssemblyPaths id0,vtkAssemblyPath id1); public void BuildPaths(vtkAssemblyPaths id0,vtkAssemblyPath id1) { BuildPaths_19(id0,id1); } public vtkAssembly() { super(); } public vtkAssembly(long id) { super(id); } public native long VTKInit(); }