File: objects.rst

package info (click to toggle)
python-pyvista 0.46.4-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 176,968 kB
  • sloc: python: 94,346; sh: 216; makefile: 70
file content (38 lines) | stat: -rw-r--r-- 753 bytes parent folder | download | duplicates (2)
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