No GetStorableNode method in vtkMRMLStorageNode

In the case of vtkMRMLDisplayNode, there is a GetDisplayableNode() method.

Is there any reason why there isn’t, or couldn’t be a corresponding GetStorableNode() method in vtkMRMLStorageNode?

We should add GetStorableNode() method to vtkMRMLStorageNode(), similarly to display/displayable node. We needed it in vtkMRMLSegmentationStorageNode, too, and added GetAssociatedDataNode() then, but a general solution would be better.

3 Likes

Sounds good. See pull request here: https://github.com/Slicer/Slicer/pull/1044

1 Like