view3d: entry method and widgets for visualizing meshes and imaging volumes
-
visualization.view3d
: visualization method (equivalent toitkwidgets.view
) for visualizing imaging volumes, meshes/geometries, labelmap images, and points. Provides a sidebar with controls to manage visualization options.l -
widgets.volume.ImagingVolumeControlWidget
:ipywidgets
compatible control which can be used for exploring imaging volumes. Provides controls to modify opacity and a control to toggle a "slicer" for inspection of raw imaging data. -
widgets.mesh.MeshControlWidget
:ipywidgets
compatible control which can be used for managing meshes within theview3d
window. Implements controls for toggling the mesh on/off, modifying the color, and controlling the opacity.