-
Notifications
You must be signed in to change notification settings - Fork 1
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
Feature/initial python #3
Conversation
"The reaction cross section record" | ||
); | ||
|
||
// add standard table definitions |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
addStandardTableDefinitions doesn't seem to encapsulate everythin in NDItk/src/NDItk/MutigroupTable.hpp::MultigroupTable. The included read.hpp and the print don't seem to be part of this. They would need to be to be a full wrapper, yes?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We only expose fromFile on full data tables, and I haven't added a toFile just yet to write one to a file. The read and print functions will not be exposed directly since these use iterators (and I also believe users shouldn't use these anyway).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I am content.
These are the python bindings for the current state of NDItk.