_BaseMapper#
- class _BaseMapper(*args, **kwargs)[source]#
Base Mapper with methods common to other 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.
- **kwargs
dict,optional Supports
interpolate_before_map.
- theme
Inheritance#
Inherited members are documented on _BoundsSizeMixin.
See them all under Inherited Attributes.
Wraps vtkAbstractMapper.
Attributes#
Return or set the array name or number and component to color by. |
|
Return the bounds of this mapper. |
|
Return the center of mapper. |
|
Return or set the color mode. |
|
Return or set the interpolation of scalars before mapping. |
|
Return or set the lookup table. |
|
Return or set the scalar map mode. |
|
Return or set the scalar range. |
|
Return or set the scalar visibility. |
|
Return or set whether the mapper treats its input as static. |
Inherited Attributes#
Return the size of each axis of the object’s bounding box. |
Methods#
Create a copy of this mapper. |
|
Update this mapper. |