mantidimaging.gui.windows.viewer_3d.view module# class mantidimaging.gui.windows.viewer_3d.view.MI3DViewerWindowView(main_window: MainWindowView)[source]# Bases: BaseMainWindowView property current_stack: UUID# update_viewer(numpy_image: ndarray)[source]# Update the 3D viewer with a new numpy image. @param numpy_image: The numpy array representing the image data.