AUTHORS.rst
LICENSE
MANIFEST.in
README.rst
pyproject.toml
setup.py
pyvista/__init__.py
pyvista/_typing.py
pyvista/_version.py
pyvista/_vtk.py
pyvista/conftest.py
pyvista/errors.py
pyvista/py.typed
pyvista/themes.py
pyvista.egg-info/PKG-INFO
pyvista.egg-info/SOURCES.txt
pyvista.egg-info/dependency_links.txt
pyvista.egg-info/requires.txt
pyvista.egg-info/top_level.txt
pyvista/core/__init__.py
pyvista/core/cell.py
pyvista/core/celltype.py
pyvista/core/composite.py
pyvista/core/dataobject.py
pyvista/core/dataset.py
pyvista/core/datasetattributes.py
pyvista/core/errors.py
pyvista/core/grid.py
pyvista/core/objects.py
pyvista/core/pointset.py
pyvista/core/pyvista_ndarray.py
pyvista/core/filters/__init__.py
pyvista/core/filters/composite.py
pyvista/core/filters/data_set.py
pyvista/core/filters/poly_data.py
pyvista/core/filters/rectilinear_grid.py
pyvista/core/filters/structured_grid.py
pyvista/core/filters/uniform_grid.py
pyvista/core/filters/unstructured_grid.py
pyvista/demos/__init__.py
pyvista/demos/demos.py
pyvista/demos/logo.py
pyvista/examples/2k_earth_daymap.jpg
pyvista/examples/__init__.py
pyvista/examples/airplane.ply
pyvista/examples/ant.ply
pyvista/examples/cells.py
pyvista/examples/channels.vti
pyvista/examples/downloads.py
pyvista/examples/examples.py
pyvista/examples/globe.vtk
pyvista/examples/gltf.py
pyvista/examples/hexbeam.vtk
pyvista/examples/nut.ply
pyvista/examples/planets.py
pyvista/examples/rectilinear.vtk
pyvista/examples/sphere.ply
pyvista/examples/uniform.vtk
pyvista/examples/vrml.py
pyvista/ext/__init__.py
pyvista/ext/coverage.py
pyvista/ext/plot_directive.py
pyvista/jupyter/__init__.py
pyvista/jupyter/notebook.py
pyvista/jupyter/pv_ipygany.py
pyvista/jupyter/pv_pythreejs.py
pyvista/plotting/__init__.py
pyvista/plotting/_plotting.py
pyvista/plotting/_property.py
pyvista/plotting/actor.py
pyvista/plotting/actor_properties.py
pyvista/plotting/axes.py
pyvista/plotting/axes_actor.py
pyvista/plotting/background_renderer.py
pyvista/plotting/camera.py
pyvista/plotting/charts.py
pyvista/plotting/colors.py
pyvista/plotting/composite_mapper.py
pyvista/plotting/export_vtkjs.py
pyvista/plotting/helpers.py
pyvista/plotting/lights.py
pyvista/plotting/lookup_table.py
pyvista/plotting/mapper.py
pyvista/plotting/opts.py
pyvista/plotting/picking.py
pyvista/plotting/plotting.py
pyvista/plotting/prop3d.py
pyvista/plotting/render_passes.py
pyvista/plotting/render_window_interactor.py
pyvista/plotting/renderer.py
pyvista/plotting/renderers.py
pyvista/plotting/scalar_bars.py
pyvista/plotting/theme.py
pyvista/plotting/tools.py
pyvista/plotting/volume.py
pyvista/plotting/volume_property.py
pyvista/plotting/widgets.py
pyvista/trame/__init__.py
pyvista/trame/jupyter.py
pyvista/trame/ui.py
pyvista/trame/views.py
pyvista/utilities/__init__.py
pyvista/utilities/algorithms.py
pyvista/utilities/arrays.py
pyvista/utilities/cell_type_helper.py
pyvista/utilities/cells.py
pyvista/utilities/common.py
pyvista/utilities/errors.py
pyvista/utilities/features.py
pyvista/utilities/fileio.py
pyvista/utilities/geometric_objects.py
pyvista/utilities/helpers.py
pyvista/utilities/misc.py
pyvista/utilities/parametric_objects.py
pyvista/utilities/reader.py
pyvista/utilities/regression.py
pyvista/utilities/sphinx_gallery.py
pyvista/utilities/transformations.py
pyvista/utilities/wrappers.py
pyvista/utilities/xvfb.py
tests/test_actor.py
tests/test_axes.py
tests/test_camera.py
tests/test_cells.py
tests/test_charts.py
tests/test_colors.py
tests/test_composite.py
tests/test_dataobject.py
tests/test_dataset.py
tests/test_datasetattributes.py
tests/test_demos.py
tests/test_export.py
tests/test_filters.py
tests/test_geometric_objects.py
tests/test_grid.py
tests/test_helpers.py
tests/test_imaging.py
tests/test_init.py
tests/test_lights.py
tests/test_lookup_table.py
tests/test_meshio.py
tests/test_meta.py
tests/test_objects.py
tests/test_parametric_geometry.py
tests/test_picking.py
tests/test_plotter.py
tests/test_pointset.py
tests/test_polydata.py
tests/test_property.py
tests/test_pyvista_ndarray.py
tests/test_regression.py
tests/test_render_pass.py
tests/test_render_window_interactor.py
tests/test_renderer.py
tests/test_scalar_bars.py
tests/test_scraper.py
tests/test_theme.py
tests/test_tinypages.py
tests/test_utilities.py
tests/test_volume_property.py