Skip to content
Snippets Groups Projects
Commit b9c5e5e2 authored by Dan Lipsa's avatar Dan Lipsa
Browse files

Make the reader method a property

parent 9dc35178
No related branches found
No related tags found
No related merge requests found
......@@ -23,6 +23,7 @@ class VtkAccessor:
self._dsxr = dsxr
self._reader = vtkXArrayCFReader()
@property
def reader(self):
'''
Returns a vtkXArrayCFReader that reads data from the XArray
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment