DataObject#
The pyvista.DataObject
class is a set of common methods and attributes
for all PyVista types. These objects have no spatial reference, but simply
hold data.
See PyVista Data Model for further details.
|
Methods common to all wrapped data objects. |
Table#
The table class is a non-spatially referenced data object that can be used on VTK pipelines and holds arrays of data.
|
Wrapper for the |
Textures#
The pyvista.Texture
class is used to load and represent images that
can be placed on the surface of pyvista.DataSet
that have texture
coordinates.
|
Wrap vtkTexture. |