Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Kitware/VTK
/ SetXArray
Method
SetXArray
Wrapping/Python/vtkmodules/util/xarray_support.py:165–168 ·
view source on GitHub ↗
(self, dsxr)
Source
from the content-addressed store, hash-verified
163
return
self._node
164
165
def
SetXArray(self, dsxr):
166
self._dsxr = dsxr
167
self._update_accessor()
168
self.Modified()
169
170
def
GetXArray(self):
171
return
self._dsxr
Callers
1
create_reader
Method · 0.80
Calls
2
_update_accessor
Method · 0.95
Modified
Method · 0.45
Tested by
no test coverage detected