ProStarReader#
- class ProStarReader(*args, **kwargs)[source]#
ProStarReader for .vrt files.
Wraps vtkProStarReader.
Reads geometry in proSTAR (STARCD) file format.
Added in version 0.44.0.
Examples#
Download Python source code | Download Jupyter notebook
>>> import pyvista as pv
>>> from pyvista import examples
>>> filename = examples.download_prostar(load=False)
>>> reader = pv.get_reader(filename)
>>> mesh = reader.read()
>>> mesh.plot()
Inheritance#
Inherited members are documented on BaseReader, _FileIOBase.
See them all under Inherited Attributes and Inherited Methods.
Inherited Attributes#
Return mapping from regex pattern matching associated with this class. |
|
Return the file extensions associated with this class. |
|
Return or set the filename or directory of the reader. |
|
Return the vtk Reader object. |
Inherited Methods#
Hide the progress bar when loading the file. |
|
Read data in file. |
|
Show a progress bar when loading the file. |