ImageVolumeGraphic#
ImageVolumeGraphic#
Constructor#
|
Create an ImageVolumeGraphic. |
Properties#
The opacity of the graphic |
|
How the alpha is handled by the renderer |
|
Used to block events for a graphic and prevent recursion. |
|
Used to block event handlers for a graphic and prevent recursion. |
|
Get or set colormap, only used for grayscale images |
|
Get or set the cmap interpolation method |
|
Get or set the image data |
|
used to emit an event after the graphic is deleted |
|
Get or set isosurface emissive color, only for iso mode. |
|
Registered event handlers. |
|
gamma correction applied to the image |
|
The imgui popup that is opened by a right-click on this graphic. |
|
Get or set the image data interpolation method |
|
The legend item of this graphic, created with |
|
Get or set the volume rendering mode |
|
Graphic name |
|
[x, y, z] |
|
Get or set displayed plane in the volume. |
|
Orientation of the graphic as a quaternion |
|
(x, y, z) scaling factor |
|
Get or set isosurface shininess |
|
Get or set isosurface step_size, only for iso mode |
|
Get or set isosurface substep_size, only for iso mode |
|
events supported by this graphic |
|
Get or set isosurface threshold, only for iso mode |
|
set a custom tooltip format function which takes a |
|
Whether the graphic is visible |
|
Get or set the upper contrast limit |
|
Get or set the lower contrast limit |
|
Associated pygfx WorldObject. |
Methods#
Add axes onto this Graphic |
|
Register an event handler. |
|
Append imgui elements to the right-click popup of this graphic. |
|
clear all event handlers added to this graphic |
|
|
Takes a pygfx.PointerEvent and returns formatted pick info. |
|
map position from model (data) space to world space, basically applies the world affine transform |
|
map position from world space to model (data) space, basically applies the inverse world affine transform |
remove a registered event handler |
|
Remove and return the right-click popup of this graphic |
|
Reset the vmin, vmax by estimating it from the data |
|
|
Rotate the Graphic with respect to the world. |
Set the imgui popup that is opened by a right-click on this graphic, replaces the popup of the subplot or Figure for this graphic. |