Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This is a very superficial change to address #42. The benefits of
vtkMRMLTableNode
are not really seen here. (There is a reduction in LOC though.)For example, the old system for saving the data is maintained. The data still actually lives in lists of special-purpose classes. (Each object represents a row. There is a class for rows of each table.) It would be better to make the table itself the authoritative repository of each kind of data.
What is the best way to save the contents of a
vtkMRMLTableNode
to a CSV file?SaveWithScene
is set toFalse
Should I create
q3d.measurements.distance
as an alias forq3dc.distance_table
, and similarly for the other kinds of measurements?Let's not merge this right away as we need to give Lucia et al. time to evaluate PRs #45 and #47.