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 |