PointGaussianMapper#

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

Wrap vtkPointGaussianMapper.

Parameters:
themepyvista.Theme, optional

The theme to be used.

emissivebool, optional

Whether or not the point should appear emissive. Default is set by the theme’s lighting_params.emissive.

scale_factorfloat, default: 1.0

Scale factor applied to the point size.

Inheritance#

Inherited members are documented on _BaseDataSetMapper, _BaseMapper, _BoundsSizeMixin.

See them all under Inherited Attributes and Inherited Methods.

Wraps vtkPointGaussianMapper.

Attributes#

PointGaussianMapper.emissive

Set or return emissive.

PointGaussianMapper.scale_array

Set or return the name of the array used to scale the splats.

PointGaussianMapper.scale_factor

Set or return the scale factor.

Inherited Attributes#

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

_BaseDataSetMapper.cmap

Colormap assigned to this mapper.

_BaseMapper.color_mode

Return or set the color mode.

_BaseDataSetMapper.dataset

Return or set the dataset assigned to this mapper.

_BaseMapper.interpolate_before_map

Return or set the interpolation of scalars before mapping.

_BaseMapper.lookup_table

Return or set the lookup table.

_BaseDataSetMapper.resolve

Set or return the global flag to avoid z-buffer resolution.

_BaseMapper.scalar_map_mode

Return or set the scalar map mode.

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

Methods#

PointGaussianMapper.use_circular_splat([opacity])

Set the fragment shader code to create a circular splat.

PointGaussianMapper.use_default_splat()

Clear the fragment shader and use the default splat.

Inherited Methods#

_BaseDataSetMapper.as_rgba

Convert the active scalars to RGBA.

_BaseDataSetMapper.clear_active_scalars

Detach the active scalars algorithm, if any.

_BaseDataSetMapper.copy

Create a copy of this mapper.

_BaseDataSetMapper.set_active_scalars

Set the active scalars for this mapper without mutating its dataset.

_BaseDataSetMapper.set_custom_opacity

Set custom opacity.

_BaseDataSetMapper.set_scalars

Set the scalars on this mapper.

_BaseMapper.update

Update this mapper.