_BaseVolumeMapper#

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

Volume mapper class to override methods and attributes for to volume mappers.

Attributes#

_BaseVolumeMapper.blend_mode

Return or set the blend 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.

_BaseVolumeMapper.scalar_range

Return or set the scalar range.

Inherited Attributes#

_BaseMapper.array_name

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

_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.

_BaseMapper.scalar_map_mode

Return or set the scalar map mode.

_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.