BaseWriter#
- class BaseWriter(*args, **kwargs)[source]#
The base writer class.
The base functionality includes writing data to a file, and allowing access to the underlying vtk writer.
- Parameters:
- path
str,Path Path of the file to write to.
- data_object
DataObject Data object to write.
- path
Methods#
Write data to path. |
Attributes#
Get or set the dataset to write. |
|
Return or set the filename or directory of the writer. |
|
Return the vtk writer object. |