1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38
|
DataObject
==========
The :class:`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 :ref:`pyvista_data_model` for further details.
.. autosummary::
:toctree: _autosummary
pyvista.DataObject
Table
-----
The table class is a non-spatially referenced data object that can be used on
VTK pipelines and holds arrays of data.
.. autosummary::
:toctree: _autosummary
pyvista.Table
Textures
--------
The :class:`pyvista.Texture` class is used to load and represent images that
can be placed on the surface of :class:`pyvista.DataSet` that have texture
coordinates.
.. autosummary::
:toctree: _autosummary
pyvista.Texture
|