UnstructuredGridVolumeRayCastMapper#

class UnstructuredGridVolumeRayCastMapper(*args, **kwargs)[source]#

Wrap vtkUnstructuredGridVolumeMapper.

Parameters:
themepyvista.plotting.themes.Theme, optional

Plot-specific theme.

Inheritance#

Inherited members are documented on _BaseVolumeMapper, _BaseMapper, _BoundsSizeMixin.

See them all under Inherited Attributes and Inherited Methods.

Wraps vtkUnstructuredGridVolumeRayCastMapper.

Inherited Attributes#

_BaseMapper.array_name

Return or set the array name or number and component to color by.

_BaseVolumeMapper.blend_mode

Return or set the blend mode.

_BaseMapper.bounds

Return the bounds of this mapper.

_BoundsSizeMixin.bounds_size

Return the size of each axis of the object’s bounding box.

_BaseMapper.center

Return the center of mapper.

_BaseMapper.color_mode

Return or set the color mode.

_BaseVolumeMapper.dataset

Return or set the dataset assigned to this mapper.

_BaseVolumeMapper.interpolate_before_map

Interpolate before map is not supported with volume mappers.

_BaseVolumeMapper.lookup_table

Return or set the lookup table used to map scalars to colors.

_BaseMapper.scalar_map_mode

Return or set the scalar map mode.

_BaseVolumeMapper.scalar_range

Return or set the scalar range.

_BaseMapper.scalar_visibility

Return or set the scalar visibility.

_BaseMapper.static

Return or set whether the mapper treats its input as static.

Inherited Methods#

_BaseMapper.copy

Create a copy of this mapper.

_BaseMapper.update

Update this mapper.