pyvista.BaseReader#
- class BaseReader(*args, **kwargs)[source]#
The Base Reader class.
The base functionality includes reading data from a file, and allowing access to the underlying vtk reader. See
pyvista.get_reader()
for an example using a built-in subclass.- Parameters:
- path
str
,Path
Path of the file to read.
- path
Methods
Hide the progress bar when loading the file.
Read data in file.
BaseReader.show_progress
([msg])Show a progress bar when loading the file.
Attributes
Return or set the filename or directory of the reader.
Return the vtk Reader object.