_BaseVolumeMapper#
- class _BaseVolumeMapper(*args, **kwargs)[source]#
Volume mapper class to override methods and attributes for to volume mappers.
Note
This class is a private internal implementation detail. It is documented solely so that its public members, which are inherited by public classes, are visible in the documentation.
- Parameters:
- theme
pyvista.plotting.themes.Theme,optional Plot-specific theme.
- theme
Inheritance#
Inherited members are documented on _BaseMapper, _BoundsSizeMixin.
See them all under Inherited Attributes and Inherited Methods.
Wraps vtkAbstractMapper.
Attributes#
Return or set the blend mode. |
|
Return or set the dataset assigned to this mapper. |
|
Interpolate before map is not supported with volume mappers. |
|
Return or set the lookup table used to map scalars to colors. |
|
Return or set the scalar range. |
Inherited Attributes#
Return or set the array name or number and component to color by. |
|
Return the bounds of this mapper. |
|
Return the size of each axis of the object’s bounding box. |
|
Return the center of mapper. |
|
Return or set the color mode. |
|
Return or set the scalar map mode. |
|
Return or set the scalar visibility. |
|
Return or set whether the mapper treats its input as static. |
Inherited Methods#
Create a copy of this mapper. |
|
Update this mapper. |