gustaf.helpers.data.TrackedArray#
- class gustaf.helpers.data.TrackedArray[source]#
Bases:
ndarray
numpy array object that keeps mirroring inplace changes to the source. Meant to help control_points.
Methods
TrackedArray.copy
(*args, **kwargs)copy creates regular numpy array
TrackedArray.view
(*args, **kwargs)Set writeable flags to False for the view.
Attributes
Modified flag getter