Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Random access to data in DataArray #56

Closed
gicmo opened this issue Feb 7, 2014 · 1 comment
Closed

Random access to data in DataArray #56

gicmo opened this issue Feb 7, 2014 · 1 comment
Assignees
Milestone

Comments

@gicmo
Copy link
Member

gicmo commented Feb 7, 2014

Currently the DataArray::getData and DataArray::setData functions are working on all of the data. We need at least a way to specify offset (and size for read).

@gicmo gicmo self-assigned this Feb 7, 2014
gicmo added a commit to gicmo/nix that referenced this issue Feb 9, 2014
The [set|get]Data methods have an additional overload with and
offset parameter to control where to read/write at (cf. issue G-Node#56).
jgrewe added a commit that referenced this issue Feb 9, 2014
Implement random access to data (issue #56)
@jgrewe
Copy link
Member

jgrewe commented Feb 9, 2014

fixed by commit 5020d

@jgrewe jgrewe closed this as completed Feb 9, 2014
gicmo added a commit to gicmo/nix that referenced this issue Jan 20, 2015
The [set|get]Data methods have an additional overload with and
offset parameter to control where to read/write at (cf. issue G-Node#56).
gicmo pushed a commit to gicmo/nix that referenced this issue Jan 20, 2015
Implement random access to data (issue G-Node#56)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants