// java wrapper for vtkImageStack object // package vtk; import vtk.*; public class vtkImageStack extends vtkImageSlice { 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 AddImage_2(vtkImageSlice id0); public void AddImage(vtkImageSlice id0) { AddImage_2(id0); } private native void RemoveImage_3(vtkImageSlice id0); public void RemoveImage(vtkImageSlice id0) { RemoveImage_3(id0); } private native int HasImage_4(vtkImageSlice id0); public int HasImage(vtkImageSlice id0) { return HasImage_4(id0); } private native long GetImages_5(); public vtkImageSliceCollection GetImages() { long temp = GetImages_5(); if (temp == 0) return null; return (vtkImageSliceCollection)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native void SetActiveLayer_6(int id0); public void SetActiveLayer(int id0) { SetActiveLayer_6(id0); } private native int GetActiveLayer_7(); public int GetActiveLayer() { return GetActiveLayer_7(); } private native long GetActiveImage_8(); public vtkImageSlice GetActiveImage() { long temp = GetActiveImage_8(); if (temp == 0) return null; return (vtkImageSlice)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native long GetMapper_9(); public vtkImageMapper3D GetMapper() { long temp = GetMapper_9(); if (temp == 0) return null; return (vtkImageMapper3D)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native long GetProperty_10(); public vtkImageProperty GetProperty() { long temp = GetProperty_10(); if (temp == 0) return null; return (vtkImageProperty)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native void GetBounds_11(double id0[]); public void GetBounds(double id0[]) { GetBounds_11(id0); } private native int GetMTime_12(); public int GetMTime() { return GetMTime_12(); } private native int GetRedrawMTime_13(); public int GetRedrawMTime() { return GetRedrawMTime_13(); } private native void ShallowCopy_14(vtkProp id0); public void ShallowCopy(vtkProp id0) { ShallowCopy_14(id0); } private native void GetImages_15(vtkPropCollection id0); public void GetImages(vtkPropCollection id0) { GetImages_15(id0); } private native int RenderOverlay_16(vtkViewport id0); public int RenderOverlay(vtkViewport id0) { return RenderOverlay_16(id0); } private native int RenderOpaqueGeometry_17(vtkViewport id0); public int RenderOpaqueGeometry(vtkViewport id0) { return RenderOpaqueGeometry_17(id0); } private native int RenderTranslucentPolygonalGeometry_18(vtkViewport id0); public int RenderTranslucentPolygonalGeometry(vtkViewport id0) { return RenderTranslucentPolygonalGeometry_18(id0); } private native int HasTranslucentPolygonalGeometry_19(); public int HasTranslucentPolygonalGeometry() { return HasTranslucentPolygonalGeometry_19(); } private native void ReleaseGraphicsResources_20(vtkWindow id0); public void ReleaseGraphicsResources(vtkWindow id0) { ReleaseGraphicsResources_20(id0); } private native void InitPathTraversal_21(); public void InitPathTraversal() { InitPathTraversal_21(); } private native long GetNextPath_22(); public vtkAssemblyPath GetNextPath() { long temp = GetNextPath_22(); if (temp == 0) return null; return (vtkAssemblyPath)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native int GetNumberOfPaths_23(); public int GetNumberOfPaths() { return GetNumberOfPaths_23(); } private native void BuildPaths_24(vtkAssemblyPaths id0,vtkAssemblyPath id1); public void BuildPaths(vtkAssemblyPaths id0,vtkAssemblyPath id1) { BuildPaths_24(id0,id1); } public vtkImageStack() { super(); } public vtkImageStack(long id) { super(id); } public native long VTKInit(); }